thomas: server/kolabd/kolabd/templates amavisd.conf.template.in, 1.13, 1.13.2.1

cvs at kolab.org cvs at kolab.org
Tue Apr 7 15:27:44 CEST 2009


Author: thomas

Update of /kolabrepository/server/kolabd/kolabd/templates
In directory doto:/tmp/cvs-serv13071/kolabd/kolabd/templates

Modified Files:
      Tag: kolab_2_2_branch
	amavisd.conf.template.in 
Log Message:
kolabd: Disable quarantine of mails with bad headers in amavisd template
since they are passed through by default.


Index: amavisd.conf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/amavisd.conf.template.in,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -d -r1.13 -r1.13.2.1
--- amavisd.conf.template.in	8 Oct 2007 15:33:12 -0000	1.13
+++ amavisd.conf.template.in	7 Apr 2009 13:27:42 -0000	1.13.2.1
@@ -535,6 +535,7 @@
 
 #$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";





More information about the commits mailing list