diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 15:16:09 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-31 16:50:03 +0100 |
commit | 92914be2140997c19f610d7f5f17fa0d9c347b9c (patch) | |
tree | edeccf5ec96ecd04a75d61cb22c6493935b706d5 /doc/doc-txt/ChangeLog | |
parent | 578c0ad36e07b49f0403c12402672d8768d19cb5 (diff) |
Avoid sending DSN when message was accepted under fakereject or fakedefer. Bug 3016
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 625c6d426..f2802d2fb 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -179,7 +179,11 @@ JH/34 Bug 3013: Fix use of $recipients within arguments for ${run...}. JH/35 Bug 3014: GnuTLS: fix expiry date for an auto-generated server certificate. Find and fix by Andreas Metzler. -JH/36 Add ARC info to DMARC hostory recordsl +JH/36 Add ARC info to DMARC hostory records. + +JH/37 Bug 3016: Avoid sending DSN when message was accepted under fakereject + or fakedefer. Previously the sender could discover that the message + had in fact been accepted. Exim version 4.96 |