> Now, I know that, in Theory (that wonderful place where 
> almost anything
> is possible, which is 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;

Who says subject to $sa_dsn_cutoff_level?
If you have D_PASS, it will pass it.

> 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.
Sa_tag
> 2) Any email with a level of 6.3 or higher--be tagged as spam.
Sa_tag2
> 3) Any email with a level of 6.4-29.9 be quarantined. 
> 4) Any email with a level of 30.0> be discarded. Sa_
> 
> #'s 1 and 2 are working. 3 and 4 are the ones I need some help with.
> 

$sa_tag_level_deflt  = 5;       # adds info headers
$sa_tag2_level_deflt = 6.3;     $ tags as spam  (*** SPAM ***) and
X-Spam-Status
$sa_kill_level_deflt = 12.62; # sends DSN, quarantines, plus DISCARD,
PASS OR BOUNCE as per final_spam_destiny
$sa_dsn_cutoff_level = 18.93;   # spam level beyond which a DSN is not
sent, but quarantines, DISCARD, PASS or BOunce
$sa_quarantine_cutoff_level = 30;  but STILL will DISCARD, PASS or
BOUNCE, per final_spam_destiny



-------------------------------------------------------
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&kid3432&bid#0486&dat1642
_______________________________________________
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/

Reply via email to