diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-09 23:27:59 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-10 00:03:26 +0000 |
commit | ab9152ffe9c9930a60e337926e89eb41b1088659 (patch) | |
tree | bc559f4a6c7453b65ae489406e343c2576bfd261 /doc | |
parent | 8ef02a06b1fccc921e34c48633a1d4659326dacc (diff) |
DKIM: fix selection of header for signing/verification given several. Bug 1792
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 12a28dd20..8df028e4e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -164,10 +164,13 @@ JH/38 Fix cutthrough bug with body lines having a single dot. The dot was received - but deduplicating mailstores were liable to retain only the initial truncated version. -JH/39 Bug 1781: Fix use of private-keys having trailing '=' in the base-64. +JH/39 Bug 1781: Fix use of DKIM private-keys having trailing '=' in the base-64. JH/40 Fix crash in queryprogram router when compiled with EXPERIMENTAL_SRS. +JH/41 Bug 1792: Fix selection of headers to sign for DKIM: bottom-up. While + we're in there, support oversigning also; bug 1309. + Exim version 4.86 |