diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-30 21:48:32 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-04-09 18:00:17 +0100 |
commit | 76146973f89f0e9265d85827285b9258910a56d7 (patch) | |
tree | cdb91a1e9722f06886e17126b58f779c6b8ccd06 /doc/doc-txt/ChangeLog | |
parent | 1e06383a8b5eaaf67910c94c737e8d9b5d16a00a (diff) |
More care with headers add/remove lists. Bug 1452
As a side-effect, playing games with newlines no longer gives an altered message body/
Testcase 0324 is questionable (though passing)
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6d9b28383..cc136b83c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -66,6 +66,13 @@ JH/10 Bugzilla 1005: ACL "condition =" should accept values which are negative JH/11 Add dnsdb tlsa lookup. From Todd Lyons. +JH/12 Expand items in router/transport headers_add or headers_remove lists + individually rather than the list as a whole. Bug 1452. + + Required for reasonable handling of multiple headers_ options when + they may be empty; requires that headers_remove items with embedded + colons must have them doubled (or the list-separator changed). + Exim version 4.82 ----------------- |