summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-11-11 16:20:02 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-11-11 16:20:02 +0000
commit3af849e2045f7c580d4c533d829dc9d567162d36 (patch)
tree068147ead2853f69f74af6587c2481b540d97f00 /doc/doc-txt/ChangeLog
parent3f4f5e7256a81b2e8154611174934aa5b6c57ad7 (diff)
parent72934ba73e5ac5fbd64b56dc684e3371a9651909 (diff)
Merge branch 'master' into 4.next
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 4b3d64e0c..00377b9ff 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -182,6 +182,17 @@ 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.
+
+JH/33 Downgrade an unfound-list name (usually a typo in the config file) from
+ "panic the current process" to "deliberately defer". The panic log is
+ still written with the problem list name; the mail and reject logs now
+ get a temp-reject line for the message that was being handled, saying
+ something like "domains check lookup or other defer". The SMTP 451
+ message is still "Temporary local problem".
+
Exim version 4.89
-----------------