10 messages in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop script not filte...
FromSent OnAttachments
rob...@digitalphx.comNov 23, 2005 2:13 pm 
Sam VarshavchikNov 23, 2005 3:24 pm 
rob...@digitalphx.comNov 23, 2005 3:37 pm.txt
Sam VarshavchikNov 23, 2005 3:50 pm 
rob...@digitalphx.comNov 23, 2005 3:52 pm 
Sam VarshavchikNov 23, 2005 4:38 pm 
rob...@digitalphx.comNov 25, 2005 8:35 am 
rob...@digitalphx.comNov 25, 2005 8:37 am 
Thorsten HaudeNov 25, 2005 9:30 am 
Ron JohnsonNov 25, 2005 12:47 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Maildrop script not filtering properly?Actions...
From:rob...@digitalphx.com (rob@digitalphx.com)
Date:Nov 23, 2005 2:13:41 pm
List:net.sourceforge.lists.courier-maildrop

Im having issues with my maildrop script I think. Whats happening is an email is getting tagged as spam and according to the maildrop script Im using if the email is tagged as spam then send it to a different folder. Well I just received an email that was tagged as spam and it went directly to my box. It scored a 7 and my settings is at 3. So what am I doing wrong that is causing the email to still get through even if marked as spam?

Im using SA 3.0.1 with qmail, qmail-scanner and maildrop. Here is the maildrop script:

if (/^X-Spam-Status: *Yes/) {

to "$VHOME/Maildir/.Spam"

} else { to "$VPOP"

}

Now 9 out of 10 times this works. But an email here and there gets tagged as spam but still gets delivered to the mailbox. Any suggestions? If you need the header from the email with this issue then let me know. I will send it to the list. Im using qmail with qmail-scanner along with SA 3.0.6 on Fedora Core 2.

Thanks Robert