On Nov 8, 2007, at 10:53 AM, Rick Romero wrote:
If you do this in your mailfilter file:

if ( $MATCH1 >= 15.0 )
    {
        exception {
         EXITCODE = 99
         to  "$VHOME/Maildir/.Spam/"
         exit
        }
    }

The exitcode prevents the rest of your .qmail file from executing.

Rick

Well that works for anything marked as Spam.
But anything not Spam is coming in double still.

I tried putting
EXITCODE=99
before every "exit" and at the very end of the mailfilter file.
This works, however, Vacation messages never get sent!

Is there another EXITCODE that will stop double delivery but still allow a vacation message when the original message is not considered spam?

Thanks again,
Rich

!DSPAM:47333ef632008364714852!

Reply via email to