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:Gordon Messmer (yiny@eburg.com)
Date:Dec 18, 2003 9:03:41 pm
List:net.sourceforge.lists.courier-users

Joe Laffeyolor wrote:

Should Spamassassin's ****SPAM**** header rewriting work with using a /etc/courier/maildroprc with the following in it?

Check all of the headers on your mail. SpamAssassin doesn't modify the subject line by default. You should, however, get an X-Spam-Status header.

# filter message if ( $SIZE < 512000 ) { xfilter "/usr/bin/spamc -U /var/run/spamassassin.sock -u $USER" }

You only need to call: xfilter "/usr/bin/spamc"

spamc's compiled-in defaults are almost always what you want.