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.
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
