Paolo wrote: > Hi, > I have just reinstalled a test system for amavisd-new 2.3.2 with SA > 3.0.4 and clamav 0.86.1 on a RedHat EL3. MTA is Postfix configured as of > amavisd-new documentation. I am using SQL quarantine.
> I want amavis to add X-Spam-* headers to ALL messages, including those > who are correctly delivered. According to the documentation this is > possible, but it is apparently not working. > I only get this additional header: > "X-Virus-Scanned: amavisd-new at hiddendomain.com" > Here are what I consider the most significant amavisd.conf lines: > $sa_tag_level_deflt = undef; > $sa_tag2_level_deflt = 3.5; > $sa_kill_level_deflt = 3.5; > $sa_dsn_cutoff_level = -999; > $sa_quarantine_cutoff_level = 200; > $sa_mail_body_size_limit = 200*1024; > $sa_local_tests_only = 0; > $sa_auto_whitelist = 1; > $sa_spam_level_char = '*'; > $sa_spam_report_header = 1; > $final_virus_destiny = D_DISCARD; > $final_banned_destiny = D_DISCARD; > $final_spam_destiny = D_DISCARD; > $final_bad_header_destiny = D_PASS; > I do have restarted amavisd-new after making each change to the > configuration. > Please, help :-) > Paolo This question is asked frequently. See http://www.ijs.si/software/amavisd/#faq-spam "@local_domains_acl is not correctly set. These headers are only inserted for recipients matching @local_domains_acl lookup (or %local_domains or $local_domains_re or field 'local' in SQL lookups);" Actually, now it would be @local_domains_maps. The recipient's domain must be listed in this map. Gary V ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ 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/
