Rich,
> (2) I set $sa_tag2_level_deflt, $sa_kill_level_deflt, and
> $sa_dsn_cutoff_level to 5.
> My understanding is that the above steps should cause any
> message with a spam score of 5 or higher to be quarantined
> and reported to the local admin -- but not delivered to
> the addressee, and not reported to the sending address.
Right.
Instead of bothering to configure $sa_dsn_cutoff_level,
you could just set: $final_spam_destiny = D_DISCARD,
with exactly the same result: no DSN sent to the sender.
> I then set up a Procmail rule to discard any spam notifi-
> cation with a score of 10 or higher. This means I'll see
> notices for anything with a spam score of at least 5 but
> less than 10 -- which will allow me to take action in
> case a legitimate message is false-positived, but without
> bothering me with cases of indisputable spam.
Ok.
> (Is there any way, BTW, to tell amavisd not to bother
> sending a notice to $spam_admin if the spam score exceeds
> a given limit? Then I wouldn't have to suppress the high-
> scoring notices with Procmail.)
No, at the moment there is no such config option,
you would need to modify the program.
> The way I have things set up now, I won't send any bounce
> notices at all (because $sa_dsn_cutoff_level is the same
> as $sa_tag2_level_deflt and $sa_kill_level_deflt).
$final_spam_destiny = D_DISCARD is cleaner (but same effect)
> I'll still be generating SMTP rejections, though, for mail to
> unknown local user names in my domain.
Right, this is entirely in hands of MTA.
Btw, you might be interested to make use of $policy_bank{'MYNETS'}
perhaps to redirect spam_admin and virus_admin notifications
to a different address for malware originating from your own site.
Mark
-------------------------------------------------------
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
[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/