Update 'config/amavis/21-ubuntu_defaults'
This commit is contained in:
@@ -12,10 +12,10 @@ $final_banned_destiny = D_DISCARD; # (defaults to D_BOUNCE)
|
||||
$final_spam_destiny = D_PASS; # (defaults to D_REJECT)
|
||||
$final_bad_header_destiny = D_PASS; # (defaults to D_PASS), D_BOUNCE suggested
|
||||
|
||||
$sa_tag_level_deflt = -999; # add spam info headers if at, or above that level
|
||||
$sa_tag2_level_deflt = 1.0; # add 'spam detected' headers at that level
|
||||
$sa_tag_level_deflt = 3.0; # add spam info headers if at, or above that level
|
||||
$sa_tag2_level_deflt = 3.0; # add 'spam detected' headers at that level
|
||||
$sa_kill_level_deflt = 21.0; # triggers spam evasive actions
|
||||
$sa_dsn_cutoff_level = 4; # spam level beyond which a DSN is not sent
|
||||
$sa_dsn_cutoff_level = 5; # spam level beyond which a DSN is not sent
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user