Jeremy wrote: > I have tried setting $sa_tag_level_deflt = -100.0 and undef, but > neither way results in the headers being added. From the logs > (snippet below), spamassassin runs correctly and determines the spam > level, but it doesn't add the headers. Additionally, when the spam > level is above the kill level, the message is properly quarantined by > amavisd, and examining a quarantined message shows that it was tagged > with the headers. The only problem is the headers aren't added to > mail that scores below the spam_kill_level.
> I am using amavisd-new-2.3.3 (20050822) > Thanks for your help. > Apr 1 13:08:14 cloud.outersquare.org /usr/sbin/amavisd[31161]: > (31161-01) lookup (local_domains) => undef, > "[EMAIL PROTECTED]" does not match This is a FAQ. See the section "No spam-related headers inserted?" http://www.ijs.si/software/amavisd/#faq-spam The recipient domain must be considered 'local', so add it to: @local_domains_maps = ( [".$mydomain", 'cloud.cs.berkeley.edu' ] ); For all subdomains/hosts at cs.berkeley.edu it would be: @local_domains_maps = ( [".$mydomain", '.cs.berkeley.edu' ] ); Gary V ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
