On 7/11/2003 at 09:15:57, Richard Bewley wrote:

> So, if a message contains a line that has "Viagra
> - Customer", and the following were present in the body_checks:

> /Viagra/      REJECT
> /Customer/    OK

> Would the message be accepted or rejected?

Rejected, because regexp files are processed top-down. However, if you used:

/Customer/    OK
/Viagra/      REJECT

then that line would not cause a reject. (It wouldn't automatically
accept the whole message either though.)

Cheers,
Evan


Reply via email to