diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-25 21:03:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-25 22:23:06 +0100 |
commit | a841a6eca79ff08b36f2225dcf89c1c162bb8777 (patch) | |
tree | 8bc9a9c254670410251f0edd79d7ea8c8693460b /doc | |
parent | 3be4dbba282a942ec2b67ba506a599f8dd12ca97 (diff) |
DKIM: fix $dkim_key_length in verify
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3fb7ed8a9..99ad7d1a5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -172,6 +172,10 @@ JH/37 Bug 2552: Fix the check on spool space during reception to use the SIZE ignored, and only the check_spool_space option value for the required leeway checked. +JH/38 Fix $dkim_key_length. This should, after a DKIM verification, present + the size of the signing public-key. Previously it was instead giving + the size of the signature hash. + Exim version 4.93 ----------------- |