summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-05-06 21:01:45 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2017-05-06 21:01:45 +0100
commit40525d07a858c90293bc09188fb539a1cec3f8aa (patch)
treecc917c104c9942d5fc0f7bffd76fb4cb6eefdbed /doc
parent687a382d6fd27a355a551d8cfc64e1791f1fa4a7 (diff)
Teach SMTP input sync check ("input sent too soon") about SMTP input buffering
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index a7b441e64..aca12ea00 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -73,6 +73,11 @@ JH/11 Bug 2104: Fix continued use of a transport connection with TLS. In the
which naturally failed, giving a failed delivery and bloating the retry
database. Investigation and fix prototype from Wolfgang Breyha.
+JH/12 Fix check on SMTP command input synchronisation. Previously there were
+ false-negatives in the check that the sender had not preempted a response
+ or prompt from Exim (running as a server), due to that code's lack of
+ awareness of the SMTP input buferring.
+
Exim version 4.89
-----------------