gunnar: server/php-kolab/Kolab_Filter issue3610.patch, NONE, 1.1.2.1 Makefile, 1.8.2.10, 1.8.2.11 Kolab_Filter.spec, 1.19.2.12, 1.19.2.13 ChangeLog, 1.29.2.9, 1.29.2.10

cvs at kolab.org cvs at kolab.org
Mon Nov 16 13:45:54 CET 2009


Author: gunnar

Update of /kolabrepository/server/php-kolab/Kolab_Filter
In directory doto:/tmp/cvs-serv18445/php-kolab/Kolab_Filter

Modified Files:
      Tag: kolab_2_2_branch
	Makefile Kolab_Filter.spec ChangeLog 
Added Files:
      Tag: kolab_2_2_branch
	issue3610.patch 
Log Message:
 kolab/issue3610 (Mail to unknown at something.example.com gets accepted and yields kolabmailboxfilter exit 38)


--- NEW FILE: issue3610.patch ---
diff -u -B -r1.4.2.1 Transport.php
--- Kolab_Filter/lib/Horde/Kolab/Filter/Transport.php	20 Feb 2009 22:37:15 -0000	1.4.2.1
+++ Kolab_Filter/lib/Horde/Kolab/Filter/Transport.php	16 Nov 2009 12:28:29 -0000
@@ -140,7 +140,7 @@
             /* OK, all failed, just give up */
             if (count($reciperrors) == 1) {
                 /* Only one failure, just return that */
-                return $reciperrors[0];
+                return $this->rewriteCode($reciperrors[0]);
             }
             /* Multiple errors */
             $error = $this->createErrorObject($reciperrors,

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Makefile,v
retrieving revision 1.8.2.10
retrieving revision 1.8.2.11
diff -u -d -r1.8.2.10 -r1.8.2.11
--- Makefile	16 Nov 2009 10:50:01 -0000	1.8.2.10
+++ Makefile	16 Nov 2009 12:45:52 -0000	1.8.2.11
@@ -6,7 +6,7 @@
 
 SOURCE_URL=http://pear.horde.org/get
 SOURCE_0=$(PACKAGE)-$(VERSION).tgz
-EXTRA=ChangeLog issue3521.patch revert_issue2495.patch issue2499_2.patch issue3435.patch issue3192.patch issue3441.patch issue3558.patch issue3568.patch issue3868.patch dovecotlda-quoting.patch package.xml
+EXTRA=ChangeLog issue3521.patch revert_issue2495.patch issue2499_2.patch issue3435.patch issue3192.patch issue3441.patch issue3558.patch issue3568.patch issue3610.patch issue3868.patch dovecotlda-quoting.patch package.xml
 
 .PHONY: all
 all: $(PACKAGE)-$(VERSION)-$(RELEASE).src.rpm

Index: Kolab_Filter.spec
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/Kolab_Filter.spec,v
retrieving revision 1.19.2.12
retrieving revision 1.19.2.13
diff -u -d -r1.19.2.12 -r1.19.2.13
--- Kolab_Filter.spec	16 Nov 2009 10:50:01 -0000	1.19.2.12
+++ Kolab_Filter.spec	16 Nov 2009 12:45:52 -0000	1.19.2.13
@@ -29,6 +29,7 @@
 Patch7:    issue3568.patch
 Patch8:    issue3868.patch
 Patch9:    revert_issue2495.patch
+Patch10:    issue3610.patch
 
 # Build Info
 Prefix:	   %{l_prefix}
@@ -73,6 +74,7 @@
 	%patch -p1 -P 7
 	%patch -p1 -P 8
 	%patch -p1 -P 9
+	%patch -p1 -P 10
 	cp %{S:1} .
 %build
 

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Filter/ChangeLog,v
retrieving revision 1.29.2.9
retrieving revision 1.29.2.10
diff -u -d -r1.29.2.9 -r1.29.2.10
--- ChangeLog	16 Nov 2009 10:50:01 -0000	1.29.2.9
+++ ChangeLog	16 Nov 2009 12:45:52 -0000	1.29.2.10
@@ -7,6 +7,9 @@
 	group account doesn't display the umlauts.)
 
 	kolab/issue2544 (Encoding problem in cancelled appointments)
+
+	kolab/issue3610 (Mail to unknown at something.example.com gets
+	accepted and yields kolabmailboxfilter exit 38)
 	
 2009-11-07  Gunnar Wrobel  <p at rdus.de>
 





More information about the commits mailing list