diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-07-14 14:13:22 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-07-14 14:18:57 +0100 |
commit | 1bd0d12bcbf4f51bd78c60d5bae01f1ff38c5a84 (patch) | |
tree | 198cdbeea2f230c3e7c97d211fa2ea99a273df9a /doc/doc-txt/ChangeLog | |
parent | 9852336a0e497e2f2ef5e12919ac602defef957b (diff) |
Fix parsing of mime headers
RFC2045 allows parameter values to be quoted; an embedded semicolon
must then not terminate the parameter.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 8dda80a10..770b106a5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -148,6 +148,8 @@ PP/02 Fix internal collision of T_APL on systems which support RFC3123 by renaming away from it. Addresses GH issue 15, reported by Jasper Wallace. +JH/28 Fix parsing of MIME headers for parameters with quoted semicolons. + Exim version 4.82 ----------------- |