summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-12-27 23:32:02 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-12-29 22:26:17 +0000
commit2577f55f69b29e2aa23e8c1a67795b1403aa4ba2 (patch)
treec17256f46721e82d78da62a22502183d4717af50 /doc
parentce93c6d840d56b3cd7b2ced65c4e96820040c8a7 (diff)
Fix issue with continued-connections when the DNS shifts unreliably
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 7d1d526d7..a30c71ae3 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -37,6 +37,12 @@ JH/05 Bug 2215: Fix crash associated with dnsdb lookup done from DKIM ACL.
active in the testsuite.
Problem spotted, and debugging aided, by Wolfgang Breyha.
+JH/06 Fix issue with continued-connections when the DNS shifts unreliably.
+ When none of the hosts presented to a transport match an already-open
+ connection, close it and proceed with the list. Previously we would
+ queue the message. Spotted by Lena with Yahoo, probably involving
+ round-robin DNS.
+
Exim version 4.90
-----------------