summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-09-05 11:32:09 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-09-05 12:16:31 +0100
commit889894461aa958da4604299acc161c29e2aa603c (patch)
tree46eda1a12d668c90103b630995583b93865d0edc /doc
parent8dcd5efb1f89d17b0b214e1face4146d3a1edd28 (diff)
Fix validation of domain-literals in Message_ID: headers. Bug 2805
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 5fa80401f..463bf6ff6 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -332,6 +332,10 @@ JH/59 DKIM: Fix small-message verification under TLS with chunking. If a
incorrrectly treated as part of the message body, causing a verification
fail.
+JH/60 Bug 2805: Fix logging of domain-literals in Message_ID: headers. They
+ require looser validation rules than those for 821-level addresses,
+ which only permit IP addresses.
+
Exim version 4.94
-----------------