diff options
author | Jeremy Harris <jgh@wizmail.org> | 2019-06-26 10:59:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-26 11:08:20 +0100 |
commit | 436bda2ac0c4a245815db3fc1ef2aedee05eab8d (patch) | |
tree | f1a0aa2b292dd15e647a482102fb0c5a55daf2bd /doc | |
parent | aa3c7e485be428d9d436f917793c8598bfebd3a1 (diff) |
Fix DSN Final-Recipient: field
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
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 ----------------- |