summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-12-16 19:07:51 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-12-16 19:07:51 +0000
commit183389fae10672e8d5ffb1f14f23a179798f483a (patch)
tree3ebea4f71763f62308d52da4a12ca8f0241ae157 /doc/doc-txt/ChangeLog
parent148d9d517265b06fee1ac15047040e3f1789f280 (diff)
Fix matching of long addresses. Bug 2677
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 16098d50e..39136ea7e 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -144,6 +144,12 @@ JH/29 Bug 2675: add outgoing-interface I= element to deferred "==" log lines,
for consistency with delivered "=>" and failed "**" lines. While we're
there, handle PRX and TFO.
+JH/30 Bug 2677: fix matching of long addresses. Since 4.93 a limit of 256 was
+ applied. This resulted, if any header-line rewrite rules were configured,
+ in a panic-log trigerrable by sending a message with a long address in
+ a header. Fix by increaing the arbitrary limit to larger than a single
+ (dewrapped) 5322 header line maximum size.
+
Exim version 4.94
-----------------