diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-04-27 00:34:11 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-04-27 00:34:11 +0100 |
commit | 789f8a4f4046120b7ae2aafa45f7f45c3ae4c8f5 (patch) | |
tree | cc9ed6f22d015915d14b9ecbc6ae451c9d4862dd /doc/doc-txt | |
parent | e2e3255a028f500210e24279453b6d1487841a92 (diff) |
Delivery: quieten smtp transport conn reuse vs. delivery race. Bug 1810
The fix is in deliver.c only. The remainder is just tidying.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cecd2a038..43009011f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -20,6 +20,9 @@ JH/03 Upgrade security requirements imposed for hosts_try_dane: previously This means that a poorly-configured remote DNS will make it incommunicado; but it protects against a DNS-interception attack on it. +JH/04 Bug 1810: make continued-use of an open smtp transport connection + non-noisy when a race steals the message being considered. + Exim version 4.87 ----------------- |