> Is there a setting to set where you can say "Discard spam for > this user if the level is 20 or above"? Is this > spam_kill_level? If so it didn't seem to want to work (and > to be descriptive, it was basically ignoring the setting).
You mean, something like: $sa_quarantine_cutoff_level = 20; # spam level beyond which quarantine is off > Do you have to have a quarantine or something setup as well? You don't have to quarantine, you could just discard the messages over 20. But what will you do with messages between $sa_kill_level_deflt = 6.31 (the score above which is the assigned "kill" action is invoked)? > If so, is there a way to make the quarantine empty? You can just discard messages above sa_kill_level_deflt, but that's not recommmended. ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ 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/
