At 1:34 PM -0400 on 4/17/02, Christopher Davis wrote:

>Anyway -- my
>problem still remains.  Any ideas how to set up maildrop rules to do this?

Here's a couple of lines from my mailfilter file:

if ( /^X-Spam-Flag: YES/ )
{
         if ( /^X-Spam-Level: \*\*\*\*\*\*\*\*\**/ )
{
         exit
}
else
{
                  to "$STD_PATH/.Trash/."
}
}

In the above example, any spam scoring over 8 is sent into the abyss. 
Lower scoring suspected spam (between my threshold and 8) is sent to 
my Trash folder in sqwebmail for later perusal. Please note this 
requires version 2.20 of Spamassassin to work, as it needs the 
'X-Spam-Level:' header.

Gawain

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to