Me again, I guess I figured it out after testing around a bit. So if someone someday is looking for the same ... here you go.
If anyone has another hint feel free to write and give your advice :-)) $sa_tag_level_deflt = -999; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.0; # change Subject $sa_kill_level_deflt = 25; # block higher score entirely $sa_dsn_cutoff_level = 9; # spam level beyond which a DSN is not sent $final_spam_destiny = D_DISCARD; ---------- Forwarded message ---------- From: Claudio Kuenzler <nap...@gmail.com> Date: Tue, Jul 28, 2009 at 12:39 PM Subject: Different Spam-Handling depending on Spam Score? To: amavis-user@lists.sourceforge.net Hello, I wonder if it is possible to handle spam-tagged mails differently depending on their spam scores. Example: Receiving a mail which gets 7 points and gets declared as Spam and tagged as *****SPAM***** -> gets delivered to recipient Another mail is coming in, it gets 25 points, gets declared as Spam and tagged as *****SPAM***** -> gets quarantined (not to recipient) Currently all the mails (no matter how high the score is) get delivered to the recipients. Current settings: $sa_tag_level_deflt = -999; # add spam info headers if at, or above that level $sa_tag2_level_deflt = 6.0; $sa_kill_level_deflt = -999; # triggers spam evasive actions $sa_dsn_cutoff_level = 9; # spam level beyond which a DSN is not sent # $sa_quarantine_cutoff_level = 20; # spam level beyond which quarantine is off $final_spam_destiny = D_PASS; $spam_quarantine_to = ""; Thank you guys in advance. Claudio ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ 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/