Kyle Quillen wrote:
Hey guys,

I have looked down through the mail filter file and went to line 161 and
this is what mine says.
if(/^X-Spam-Status: Yes, score=([0-9]+)\.([0-9]+)/:h)
{
        if($MATCH1 >= 1.7)
        {
                cc "|sa-learn --spam"
        }

        # if the user doesnt' have a Spam folder

Now if I am reading this correctly it is says that anything with a score
higher than or equal to 1.7 will be dropped to the spam folder.  But it
seems that is not the case as I have emails that score 4.3 4.9 5.0 going
directly to the inbox.

Can we see a copy of one of the headers?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to