diff options
author | Todd Lyons <tlyons@exim.org> | 2014-05-28 08:48:45 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-05-28 08:48:45 -0700 |
commit | 6eb02f881ddd9af83d697244ec35704c8dfbe9a8 (patch) | |
tree | 2e388fd459e2691ed83ac5efb71bf1f5c95e2059 /doc | |
parent | d502442ac32f8964f6cf86469869cecb035d12c0 (diff) |
Bug 1444: Fix \r\n handling writing spool file
Fix a bug which causes DKIM signatures to fail because what gets
written to the spool file is different than what gets passed through
the DKIM code.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index ee56623ad..a1ef01912 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -123,6 +123,9 @@ TL/11 Bug 1119: fix memory allocation in string_printing2(). Patch from JH/24 The OCSP stapling feature is moved from Experimental into the mainline. +TL/12 Bug 1444: Fix improper \r\n sequence handling when writing spool + file. Patch from Wolfgang Breyha. + Exim version 4.82 ----------------- |