On Sat, 2003-12-06 at 20:10, [EMAIL PROTECTED] wrote: > Greetings all! > > Detailed thread is here: > http://forums.gentoo.org/viewtopic.php?t=93771&start=0&sid=5b9753497d3d65e947679654382eea37 > > Basically, I have installed amavisd-new and SpamAssassin 2.60 on a box > that serves as a gateway machine. > > For the life of me, I can *not* get it to add the headers & subjet line! > It's driving me nuts. Everything worked fine on a standalone test machine. > :( > > Postfix *is* listening on the correct ports and if I tail the mail.log, it > does appear that stuff is being scanned, but no headers are ever added. > > If anybody has a moment and wants to take a look at the URL above, I'd > appreciate it.
I'm using Postfix + amavisd-new + clamav + spamassassin and it's working great, including adding the headers. Here's some things to check: 1. in amavisd.conf, set $sa_spam_modifies_subj = 0. The default is to modify the subject, and I'm not sure if this is mutually exclusive with adding headers, so I set it 0, just to be safe. 2. in your spamassassin local.cf file, make sure you have: report_safe 0 report_header 1 3. make sure you don't have multiple spamassassin .cf or user_prefs files that might override one another. 4. make sure you are actually getting some incoming spam with a score greater than 1.0 ($sa_tag_level_deflt); if it's less than that, no headers will be added 5. in amavisd.conf, set $log_level = 2 for more logging. This should show both SPAM and SPAM-TAG in the mail log file. This will help verify spam is detected and tagged at the requested level. -Bill ------------------------------------------------------- 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 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk