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.