amavisd settings/tweaking

hi all,

i'm trying to tweak amavisd using spamassassin (on debian) to drop more spam, whilst at the same time not missing anything legit..

ive got the following settings, but would appreciate if anyone else that uses amavis would paste their settings so i can get an idea of the average:

Code:
$final_virus_destiny      = D_DISCARD;  # (data not lost, see virus quarantine)
$final_banned_destiny     = D_REJECT;   # D_REJECT when front-end MTA
$final_spam_destiny       = D_DISCARD;
$final_bad_header_destiny = D_PASS;     # False-positive prone (for spam)


$sa_spam_subject_tag = '***SPAM*** ';
$sa_tag_level_deflt  = undef;  # add spam info headers if at, or above that level
$sa_tag2_level_deflt = 4.0; # add 'spam detected' headers at that level
$sa_kill_level_deflt = 10.0; # triggers spam evasive actions
$sa_dsn_cutoff_level = 13;   # spam level beyond which a DSN is not sent
cheers

 

 

 

 

Top