In the add_headers option to the mail command in an Exim filter,
authorTony Finch <dot@dot.at>
Mon, 21 Aug 2006 11:31:43 +0000 (11:31 +0000)
committerTony Finch <dot@dot.at>
Mon, 21 Aug 2006 11:31:43 +0000 (11:31 +0000)
there was a bug that Exim would claim a syntax error in any
header after the first one which had an odd number of characters
in the field name.

doc/doc-txt/ChangeLog
src/src/filter.c

index 365af8546485972fb1e3782240effce2a08cea85..3187570b8964d4a350cc53dbf92d99c54e137ba3 100644 (file)
@@ -1,8 +1,17 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.385 2006/07/28 11:39:11 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.386 2006/08/21 11:31:43 fanf2 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
 
+Exim version 4.64
+-----------------
+
+TF/01 In the add_headers option to the mail command in an Exim filter,
+      there was a bug that Exim would claim a syntax error in any
+      header after the first one which had an odd number of characters
+      in the field name.
+
+
 Exim version 4.63
 -----------------
 
index b149620e127bb4e1fbfb7570abaf3d57ceca16d8..319c03f6c5570a4f2abd3f41af8a5749847544bc 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/filter.c,v 1.11 2006/07/07 14:36:04 ph10 Exp $ */
+/* $Cambridge: exim/src/src/filter.c,v 1.12 2006/08/21 11:31:43 fanf2 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -2186,7 +2186,6 @@ while (commands != NULL)
                   string_printing(s), command_list[commands->command]);
                 return FF_ERROR;
                 }
-              pp++;
               }
             p = pp;
             }