summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh@wizmail.org>2019-06-26 10:59:44 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-06-26 11:08:20 +0100
commit436bda2ac0c4a245815db3fc1ef2aedee05eab8d (patch)
treef1a0aa2b292dd15e647a482102fb0c5a55daf2bd /doc
parentaa3c7e485be428d9d436f917793c8598bfebd3a1 (diff)
Fix DSN Final-Recipient: field
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index d67daa873..4c116ca8f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -138,6 +138,11 @@ JH/28 Fix the timeout on smtp response to apply to the whole response.
single bytes within the time limit could extend the connection for a
long time. Credit to Qualsys Security Advisory Team for the discovery.
+JH/29 Fix DSN Final-Recipient: field. Previously it was the post-routing
+ delivery address, which leaked information of the results of local
+ forwarding. Change to the original envelope recipient address, per
+ standards.
+
Exim version 4.92
-----------------