On Thu, 18 Nov 2004, Scott Galambos wrote:
> In filter_begin I want to simply accept the message and quit, skipping all
> my subsequent code. If I add:
>
> action_accept();
> exit();
You need to do this instead:
return('ACCEPT_AND_NO_MORE_FILTERING', "ok");
HTH...
Jim McCullars
University of Alabama in Huntsville