Correction : désactive la quarantaine d'amavis.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 17 Apr 2014 10:54:13 +0000 (12:54 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Thu, 17 Apr 2014 10:54:13 +0000 (12:54 +0200)
etc/amavis/50-user

index dda0048..7ce4b33 100644 (file)
@@ -47,5 +47,9 @@ $sa_kill_level_deflt = 6.9;           # triggers spam evasive actions (e.g. bloc
 $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_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
 
+# NOTE: disable quarantine
+$bad_header_quarantine_to = undef;
+$virus_quarantine_to = undef;
+
 #------------ Do not modify anything below this line -------------
 1;  # ensure a defined return
 #------------ Do not modify anything below this line -------------
 1;  # ensure a defined return