summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-14 10:25:33 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-01-14 10:25:33 +0000
commitc9bdd01cc4b25b31358280605e6ca05a90835da3 (patch)
treef376cddfc520d68bb3884fdc44e6a911811140a5 /doc/doc-txt
parent24031e600c0b5b08fc5d2d6594201797641d10d6 (diff)
Don't send QUIT after a timeout in a callout connection.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 04b87509b..6c6b6641c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.70 2005/01/13 16:15:52 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.71 2005/01/14 10:25:33 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -317,6 +317,11 @@ Exim version 4.50
session; change 4.31/43 added the unwanted input to the log line - except
that it did not do this in the start of session case. It now does.
+72. After a timeout in a callout SMTP session, Exim still sent a QUIT command.
+ This is wrong and can cause the other end to generate a synchronization
+ error if it is another Exim or anything else that does the synchronization
+ check. A QUIT command is no longer sent after a timeout.
+
Exim version 4.43
-----------------