diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-08 10:43:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-08 11:08:10 +0000 |
commit | 18067c75fc8494ce7968776cd61a1693d20d8380 (patch) | |
tree | 07c8de907ffb6c00bb684d44b3ed7c8e3e5b3ef7 /doc/doc-txt/ChangeLog | |
parent | cc55f4208e997ee8cdd87bf2a141be0c615488f9 (diff) |
DKIM: call ACL once for each signature matching the identity from dkim_verify_signers. Bug 2189
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 4b3d64e0c..fd188a00a 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -182,6 +182,10 @@ JH/31 Fix CHUNKING code to properly flush the unwanted chunk after an error. Previously only that bufferd was discarded, resulting in SYMTP command desynchronisation. +JH/32 DKIM: when a message has multiple signatures matching an identity given + in dkim_verify_signers, run the dkim acl once for each. Previously only + one run was done. Bug 2189. + Exim version 4.89 ----------------- |