Nuno, > I have amavisd-new-2.5.4 with sql lookups. > In amavisd-new config i have: > $sa_tag_level_deflt = -10; > $sa_tag2_level_deflt = 5.0; > $sa_kill_level_deflt = 10000.0; > $sa_dsn_cutoff_level = 10; > > $mydomain = 'eurotux.com'; # a convenient default for other settings > @local_domains_maps = ( [".$mydomain"] ); # list of all local domains > > In sql i have all policies with -999 > mysql> select spam_tag_level from policy; > | -999 | > > Nevertheless clean emails don't get any headers.. only spam ones. How can i > activate the headers for clean emails?
Looks fine. Are you sure that recipients were considered local (i.e. that eurotux.com or its subdomains is your only domain)? A look at a log at level 5 would tell what value for a tag_level is fetched from SQL, and what were further decisions. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/
