MrC wrote: >> My desired setup is to use amavis-new to discard messages >> with certain spam score, allow lower spam scores thru but >> have the scores in headers to I can use procmail to handle >> them on per user basis. > > So set something like: > > $sa_tag2_level_deflt = 2.0 > $sa_kill_level_deflt = 6.5 > $sa_quarantine_cutoff_level = 20.0
Wow. I thought I was harsh, but these scores are really low. If he wants to allow some local user policy, I would recommend $sa_tag2_level_deflt = -99 $sa_kill_level_deflt = 40 I think that tag2 level should always be unatainably low. This gives you information about why a spam score might have less than you expected (ie AWL and/or ALL_TRUSTED) Without that, you're blind to why a message was scored too low. -- Jo Rhett Network/Software Engineer Net Consonance ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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/
