From: Julien Moutinho Date: Mon, 1 Sep 2014 21:45:54 +0000 (+0200) Subject: Correction : amavis quarantaine. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=a3c62c7467c9c8af1cdc124bdc8a6084fb36f5a3 Correction : amavis quarantaine. --- diff --git a/etc/amavis/50-user b/etc/amavis/50-user index 7ce4b33..85fc782 100644 --- a/etc/amavis/50-user +++ b/etc/amavis/50-user @@ -40,16 +40,25 @@ $sa_local_tests_only = 1; # $dspam = undef; # $sa_timeout = 30; -$sa_tag_level_deflt = -999; # add spam info headers if at, or above that level -$sa_tag2_level_deflt = 6.2; # add 'spam detected' headers at that level +$sa_tag_level_deflt = undef; # add spam info headers if at, or above that level +$sa_tag2_level_deflt = 5.0; # add 'spam detected' headers at that level #$sa_tag3_level_deflt = undef; -$sa_kill_level_deflt = 6.9; # triggers spam evasive actions (e.g. blocks mail) +$sa_kill_level_deflt = 9999; # triggers spam evasive actions (e.g. blocks mail) $sa_dsn_cutoff_level = 10; # spam level beyond which a DSN is not sent # $sa_quarantine_cutoff_level = 25; # spam level beyond which quarantine is off +$sa_spam_level_char = '*'; # NOTE: disable quarantine +$banned_quarantine_to = undef; +$bad_header_quarantine_method = undef; $bad_header_quarantine_to = undef; +$spam_quarantine_method = undef; +$spam_quarantine_to = undef; +$virus_quarantine_method = undef; $virus_quarantine_to = undef; +$final_banned_destiny = D_PASS; # (defaults to D_BOUNCE) +$final_spam_destiny = D_PASS; # (defaults to D_BOUNCE) +$final_bad_header_destiny = D_PASS; # (defaults to D_PASS) #------------ Do not modify anything below this line ------------- 1; # ensure a defined return