diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 18:54:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 20:11:58 +0000 |
commit | b895f4b20b25f81cd6f94be75881d3328df03892 (patch) | |
tree | 70a9af4b5c590d69e1fd3efce1f17288e0284db6 /doc | |
parent | 28fb7042c4d99225f3968d6555faef598db2e9d0 (diff) |
Fix DKIM verify operation in -bh test mode. Bug 2017
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 67a1bf476..f501eb433 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -28,6 +28,9 @@ PP/02 GitHub PR 52: many spelling fixes, which include fixing parsing of no_require_dnssec option and creation of _HAVE_TRANSPORT_APPEND_MAILDIR macro. Patches provided by Josh Soref. +JH/05 Bug 2017: Fix DKIM verification in -bh test mode. The data feed into + the dkim code may be unix-mode line endings rather than smtp wire-format + CRLF, so prepend a CR to any bare LF. Exim version 4.88 ----------------- |