This is a discussion on RE: [AMaViS-user] Question about Amavisd-New and spam delivery/quarantining... within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > Now, I know that, in Theory (that wonderful place where=20 > almost anything > is possible, which is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> Now, I know that, in Theory (that wonderful place where=20 > 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=20 > well as it > going into the nifty user-level quarantine that was set up with > Squirrelmail's Amavisdnewsql plugin. >=20 > So, right now, I currently have set the following (just bits & pieces, > unless someone really wants to see my whole .conf file..): >=20 > $final_virus_destiny =3D D_DISCARD; > $final_banned_destiny =3D D_BOUNCE; > $final_spam_destiny =3D D_PASS; # subject to $sa_dsn_cutoff_level > $final_bad_header_destiny =3D 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? >=20 > I guess what I'm roundabout-asking how to make sure I'm doing is: >=20 > 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.=20 > 4) Any email with a level of 30.0> be discarded. Sa_ >=20 > #'s 1 and 2 are working. 3 and 4 are the ones I need some help with. >=20 $sa_tag_level_deflt =3D 5; # adds info headers $sa_tag2_level_deflt =3D 6.3; $ tags as spam (*** SPAM ***) and X-Spam-Status $sa_kill_level_deflt =3D 12.62; # sends DSN, quarantines, plus DISCARD, PASS OR BOUNCE as per final_spam_destiny $sa_dsn_cutoff_level =3D 18.93; # spam level beyond which a DSN is not sent, but quarantines, DISCARD, PASS or BOunce $sa_quarantine_cutoff_level =3D 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=...486&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |