wilde: server/kolabd/kolabd/templates main.cf.template.in, 1.22.2.1, 1.22.2.2

cvs at kolab.org cvs at kolab.org
Thu Nov 26 15:54:16 CET 2009


Author: wilde

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

Modified Files:
      Tag: kolab_2_2_branch
	main.cf.template.in 
Log Message:
Disallow NUL in mails. kolab/issue3594

Index: main.cf.template.in
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/templates/main.cf.template.in,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -u -d -r1.22.2.1 -r1.22.2.2
--- main.cf.template.in	14 May 2009 10:52:36 -0000	1.22.2.1
+++ main.cf.template.in	26 Nov 2009 14:54:14 -0000	1.22.2.2
@@ -180,4 +180,8 @@
 # useful for checking authentication status esp. when using dynamic IPs for the sending client and doing authorization
 smtpd_sasl_authenticated_header = yes
 
+# Verbatim NUL bytes violate RfC 2822 and later and dont work with IMAP.
+# So we reject messages containing them (see kolab/issue3594).
+message_reject_characters = \0
+
 content_filter = kolabfilter





More information about the commits mailing list