summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-10 15:36:50 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-10 15:36:50 +0000
commit1eccaa59eb366c180c36af219a142d8f934f73b0 (patch)
treef2efb9d8a07547282bc9bb6da1d40d8c2deaae27 /doc
parent08955dd349a1bfbbf1923bd87c04220d1174fb8f (diff)
Sort out group syntax problems, particularly with verify=header_sender.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 6d25eec70..e09227ded 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.405 2006/10/10 11:15:12 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.406 2006/10/10 15:36:50 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -117,6 +117,17 @@ PH/17 Applied (a modified version of) Nico Erfurth's patch to make
str(n)cmp tests so they don't re-test the leading "-" and the first
character, in the hope this might squeeze out yet more improvement.
+PH/18 Two problems with "group" syntax in header lines when verifying: (1) The
+ flag allowing group syntax was set by the header_syntax check but not
+ turned off, possible causing trouble later; (2) The flag was not being
+ set at all for the header_verify test, causing "group"-style headers to
+ be rejected. I have now set it in this case, and also caused header_
+ verify to ignore an empty address taken from a group. While doing this, I
+ came across some other cases where the code for allowing group syntax
+ while scanning a header line wasn't quite right (mostly, not resetting
+ the flag correctly in the right place). These bugs could have caused
+ trouble for malformed header lines. I hope it is now all correct.
+
Exim version 4.63
-----------------