diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-04-07 13:27:42 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-04-07 13:27:42 (GMT) |
commit | 5dfc092d2f732ab083266d6aeab45ad2d5aeb7aa (patch) | |
tree | e6ac64c306e51c2a7e425b6435ea11768afb68aa | |
parent | cb89acb9664b0448c8655ec1c729e7bf1ec56ad6 (diff) | |
download | kolab-conf-5dfc092d2f732ab083266d6aeab45ad2d5aeb7aa.tar.gz |
kolabd: Disable quarantine of mails with bad headers in amavisd template
since they are passed through by default.
-rw-r--r-- | conf/templates/amavisd.conf.template.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/templates/amavisd.conf.template.in b/conf/templates/amavisd.conf.template.in index fe1b9d9..6785573 100644 --- a/conf/templates/amavisd.conf.template.in +++ b/conf/templates/amavisd.conf.template.in @@ -535,6 +535,7 @@ $QUARANTINEDIR = '@amavisd_home@/virusmails'; #$virus_quarantine_method = "local:virus-%i-%n"; # default #$spam_quarantine_method = "local:spam-%b-%i-%n"; # default +$bad_header_quarantine_method = undef; # default: 'local:badh-%m'; # #use the new 'bsmtp:' method as an alternative to the default 'local:' #$virus_quarantine_method = "bsmtp:$QUARANTINEDIR/virus-%i-%n.bsmtp"; |