Here is what I have for SA 

$sa_tag_level_deflt  = -1999; # add spam info headers if at, or above
that level 
$sa_tag2_level_deflt = 5.0; # add 'spam detected' headers at that level 
$sa_kill_level_deflt = 10.00; # triggers spam evasive actions 
                           # at or above that level: bounce/reject/drop,

                           # quarantine, and adding mail address
extension 
$sa_dsn_cutoff_level = 15.00;  # spam level beyond which a DSN is not
sent, 
                            # effectively turning D_BOUNCE into
D_DISCARD; 
                            # undef disables this feature and is a
default; 
This is for a site wide gateway and everyone here wants me to handle it
for them.
They do not want any user prefs of any kind. 

What I want is this: 
Always tag the msg. 
Mark the subject if score over 5. 
Redirect the msg to a single quar. email address on the server if over
10. 

this is all working.  Now I would like to outright delete the msg if the
score is over 15.
Again, all my users are in agreement w/ this brutal msg.   
Is this addition directive possible and if so, how would I do it?
Would I need to provide any other config files to help set this up?  
TIA 

Mike Schrauder 
Specialty Blades, Inc.


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
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/

Reply via email to