Ok. I'm running Amavisd-New 2.3.3.. just upgraded to SQL lookups & all
the good nifty stuff.

$sa_tag_level_deflt  = 5.0; # add spam info headers if at, or above that
level
$sa_tag2_level_deflt = 6.3; # add 'spam detected' headers at that level
$sa_kill_level_deflt = $sa_tag2_level_deflt; # triggers spam evasive actions
$sa_dsn_cutoff_level = 30.0;

Now, I know that, in Theory (that wonderful place where almost anything
is possible, which is right next door to Practice!), doing the
$sa_dsn_cutoff_level should drop any spam that scores over 30, yet I
still get spam delivery for that spam that scores over 30 as well as it
going into the nifty user-level quarantine that was set up with
Squirrelmail's Amavisdnewsql plugin.

So, right now, I currently have set the following (just bits & pieces,
unless someone really wants to see my whole .conf file..):

$final_virus_destiny  = D_DISCARD;
$final_banned_destiny = D_BOUNCE;
$final_spam_destiny   = D_PASS;   # subject to $sa_dsn_cutoff_level
$final_bad_header_destiny = D_PASS;

So, if I change $final_spam_destiny = D_DISCARD, does this mean that any
spam that's scored from 1.0-29.9 will be delivered, or will it be
dropped as well? If it's delivered, how do I make it so it *only* goes
in the quarantine, and not delivered to the user's inbox? And, are these
good levels to use? What do other people use or recommend?

I guess what I'm roundabout-asking how to make sure I'm doing is:

1) Any email with a level of 5 or greater--have info headers added.
2) Any email with a level of 6.3 or higher--be tagged as spam.
3) Any email with a level of 6.4-29.9 be quarantined.
4) Any email with a level of 30.0> be discarded.

#'s 1 and 2 are working. 3 and 4 are the ones I need some help with.

Thanks in advance!

Best,
--Glenn

-- 
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
          ~Benjamin Franklin, Historical Review of Pennsylvania, 1759


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
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