summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-04-27 00:34:11 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-04-27 00:34:11 +0100
commit789f8a4f4046120b7ae2aafa45f7f45c3ae4c8f5 (patch)
treecc9ed6f22d015915d14b9ecbc6ae451c9d4862dd /doc/doc-txt
parente2e3255a028f500210e24279453b6d1487841a92 (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/ChangeLog3
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
-----------------