thomas: server/kolabd/kolabd ChangeLog, 1.150, 1.151 Makefile.am, 1.38, 1.39

cvs at kolab.org cvs at kolab.org
Wed Mar 5 18:13:17 CET 2008


Author: thomas

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

Modified Files:
	ChangeLog Makefile.am 
Log Message:
Add postfix header_checks

Fixes kolab/issue2350 (Email from buggy Lotus notes client not accepted by
Cyrus) and filter some MUA headers to not allow receiving mails which are
already marked as read, flagged, etc.


Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- ChangeLog	3 Mar 2008 18:56:50 -0000	1.150
+++ ChangeLog	5 Mar 2008 17:13:15 -0000	1.151
@@ -1,3 +1,10 @@
+2008-03-05  Thomas Arendsen Hein <thomas at intevation.de>
+
+	* templates/header_checks.template.in, templates/main.cf.template.in,
+	Makefile.am: Fix kolab/issue2350 (Email from buggy Lotus notes client
+	not accepted by Cyrus) and filter some MUA headers to not allow
+	receiving mails which are already marked as read, flagged, etc.
+
 2008-03-03  Thomas Arendsen Hein <thomas at intevation.de>
 
 	* kolab.conf, kolab.globals.in: moved default entry for

Index: Makefile.am
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am	7 Feb 2008 11:00:28 -0000	1.38
+++ Makefile.am	5 Mar 2008 17:13:15 -0000	1.39
@@ -49,6 +49,7 @@
 	templates/fbview.conf.template \
 	templates/freebusy.conf.template \
 	templates/freshclam.conf.template \
+	templates/header_checks.template \
 	templates/httpd.conf.template \
 	templates/httpd.local.template \
 	templates/imapd.annotation_definitions.template \
@@ -503,6 +504,12 @@
 	$(do_subst) <$(srcdir)/templates/virtual.template.in >$@
 CLEANFILES += templates/virtual.template
 EXTRA_DIST += templates/virtual.template.in
+
+templates/header_checks.template: templates/header_checks.template.in
+	@$(mkinstalldirs) templates
+	$(do_subst) <$(srcdir)/templates/header_checks.template.in >$@
+CLEANFILES += templates/header_checks.template
+EXTRA_DIST += templates/header_checks.template.in
 
 templates/amavisd.conf.template: templates/amavisd.conf.template.in
 	@$(mkinstalldirs) templates





More information about the commits mailing list