diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-24 14:32:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-10-24 14:32:49 +0000 |
commit | fd700877d5224452609c919113fd71d08ac1ccca (patch) | |
tree | 6c678baea723e34996b55fcdcda501de6de3162c /doc | |
parent | 328895cc07b8caf8c18003569431a02129989289 (diff) |
Remove trailing whitespace from each header before concatenation in
string expansions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6d51cd882..e1fdcff03 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.414 2006/10/24 12:56:06 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.415 2006/10/24 14:32:49 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -166,6 +166,12 @@ PH/25 Applied John Jetmore's -Mset patch. PH/26 Added -bem to be like -Mset, but loading a message from a file. +PH/27 In a string expansion for a processed (not raw) header when multiple + headers of the same name were present, leading whitespace was being + removed from all of them, but trailing whitespace was being removed only + from the last one. Now trailing whitespace is removed from each header + before concatenation. + Exim version 4.63 ----------------- |