Alex, > I'm using amavisd-new v2.3.3 on Linux with perl-5.8.8 and > spamassassin-3.2.5. > > The messages that have been quarantined have the X-Spam-Status header > applied to them, but ham messages do not. What controls this? How can > I have it applied to all messages?
Are you saying that quarantined ham messages (clean quarantine) do not have this header field, or are you referring to ham messages delivered to recipients? If the later, the X-Spam-Status is inserted only when all of the following conditions are met: - spam score is above tag level ($sa_tag_level_deflt or a lookups list @spam_tag_level_maps) or tag level is undefined; - recipient must be considered local (matching @local_domains_maps); - spam check must not be bypassed (@bypass_spam_checks_maps) > Also, why is this message printed: > > Aug 16 13:06:01 smtp01 amavis[19585]: (19585-08) extra modules loaded: > /etc/mail/spamassassin/Botnet.pm, Digest/SHA.pm, Mail/DKIM.pm, Mail/DK > IM/Algorithm/Base.pm, Mail/DKIM/Algorithm/dk_rsa_sha1.pm, > Mail/DKIM/Algorithm/rsa_sha1.pm, Mail/DKIM/Algorithm/rsa_sha256.pm, > Mail/DKIM/Aut > horDomainPolicy.pm, Mail/DKIM/Canonicalization/Base.pm, > Mail/DKIM/Canonicalization/DkCommon.pm, > Mail/DKIM/Canonicalization/DkimCommon.pm, M > ail/DKIM/Canonicalization/dk_nofws.pm, > Mail/DKIM/Canonicalization/dk_simple.pm, > Mail/DKIM/Canonicalization/nowsp.pm, Mail/DKIM/Canonicaliza > ... > > How can I troubleshoot this? Is this because of a debugging level, or > is there something misconfigured or not working properly? It is just a warning, nothing to worry about, unless you are running amavisd in a jail where the listed perl modules may not be available. It happens because you are using an elderly version of amavisd (2.3.3) which is not aware of requirements of a younger version of SpamAssassin. Upgrading to amavisd-new 2.6.4 or later would avoid the 'problem'. Mark ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user Please visit http://www.ijs.si/software/amavisd/ regularly For administrativa requests please send email to rainer at openantivirus dot org
