atom feed9 messages in net.sourceforge.lists.courier-usersRE: [courier-users] spamassassin with...
FromSent OnAttachments
Joe LaffeyolorDec 18, 2003 3:14 pm 
Rick ErlandsonDec 18, 2003 4:14 pm 
Troy BenjegerdesDec 18, 2003 4:39 pm 
Rick ErlandsonDec 18, 2003 5:02 pm 
Troy BenjegerdesDec 18, 2003 5:48 pm 
Joe EmenakerDec 18, 2003 5:48 pm 
Joe LaffeyDec 18, 2003 6:51 pm 
Gordon MessmerDec 18, 2003 9:03 pm 
Gordon MessmerDec 18, 2003 9:06 pm 
Subject:RE: [courier-users] spamassassin with courier
From:Rick Erlandson (ric@elhost.com)
Date:Dec 18, 2003 4:14:39 pm
List:net.sourceforge.lists.courier-users

My interest is tagging spam, not totally blocking it. Any pointers to any direction on integratin SA with courier would be helpful. I am not finding much other than a few list postsings.

Maybe this info is of use to you... maybe not.. I have done it this way with maildrop/amavisd-new/SA to put spam in a certain folder. amavisd-new calls SA to score the spam, but does its own tagging of the message.

.mailfilter file in users Maildir

if ((/X-Spam-Flag: YES/:h)) { to ".Spam/" }

Which works great for imap/sqwebmail. Pre-sorted spam. Yay. But not so for pop3. They have to filter it at their end afaik, but the tag is there for them to filter on.

fwiw,