On Mon, 18 Jul 2011 15:40:51 -0500, Max Dunlap wrote:
Hey guys, I followed https://help.ubuntu.com/community/PostfixAmavisNew
to get Spamassasin working with some virus checking. I'm getting
"X-Virus-Scanned: Debian amavisd-new" in my headers but no
"X-Spam-Status: No"
Any ideas?
Benny Pedersen wrote:
amavis does not add this info when recipient domain is not condsidered
local
Indeed:
http://www.ijs.si/software/amavisd/#faq-spam
--> No spam-related headers inserted? Here are some reasons
The most likely reason is that @local_domains_maps does not list
all your local domains (or one of its sublists like @local_domains_acl,
%local_domains or $local_domains_re). Also spam score needs to be
above tag level, e.g. $sa_tag_level_deflt = undef;
or: $sa_tag_level_deflt = -999;
Mark