Karsten Frohwein wrote: > Dear List,
> this doesn't seem to change anything > @spam_kill_level_maps = ( > { > '.example.com' => 8.0, > '.' => \$sa_kill_level_deflt, > } > ); > The domains I use are in @local_domains_maps = ( > read_hash("$MYHOME/local_domains") ); and normal Spam tagging works. But > the kill level doesn't seem to change. > The header still states 6.31 > X-Spam-Status: No, score=-2.406 required=6.31 tests=[AWL=0.194, > BAYES_00=-2.599, SPF_PASS=-0.001] > I am using Debian Etch with latest packages. your setting looks a bit different than this: @spam_kill_level_maps = ( { 'us...@example.com' => 20.5, 'postmas...@example.com' => 9999, '.example.com' => 25 }, \$sa_quarantine_cutoff_level, ); Maybe you've set the "}" wrong so that the values could not be interpreted by amavisd. You could also set this (let amavisd read the values from a textfile): @spam_kill_level_maps = ( read_hash('/etc/amavis/sa-kill.txt'), 30.0 ); u...@example.com 30.0 us...@example.net 18.0 -- Daniel ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/