2 messages in net.sourceforge.lists.courier-users[courier-users] maildroprc filtering ...
FromSent OnAttachments
Stephen ReeseApr 27, 2005 8:15 am 
Martijn LievaartApr 27, 2005 2:37 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:[courier-users] maildroprc filtering with spamassassin questionActions...
From:Stephen Reese (rsre@gmail.com)
Date:Apr 27, 2005 8:15:50 am
List:net.sourceforge.lists.courier-users

Currently if spam is flagged as yes the it's thrown into the users trash folder for false positive dection. Well some of the spam scores are obviously spam say 5 to 15 keep them in the trash and any higher I would like them to either bounce or just drop off. I'm not sure if i'm posting in the right place for this question but here's my maildroprc.

# Jason's first attempt at a maildroprc file... if ( $SIZE < 204800 ) { exception { xfilter "/usr/bin/spamassassin" } } if (/^X-Spam-Flag: *YES/) { exception { to "$HOME/Maildir/.Trash/" } } #else #{ # exception { # to "$HOME/Maildir/" # } #}