CHUNKING: flush input stream after message-fatal error detection. Bug 2201
[exim.git] / doc / doc-txt / ChangeLog
index 541ebaf544b8998cd59712d0b5135d9032969429..d62ac46d92e05f06b39b33d8c78c0e0ec00efbf6 100644 (file)
@@ -5,10 +5,9 @@ affect Exim's operation, with an unchanged configuration file.  For new
 options, and new features, see the NewStuff file next to this ChangeLog.
 
 
-Exim version 4.89+fixes
------------------------
-Cherry-Picked from the master development branch
--------------------------------------------------
+Exim version 4.89.1
+-------------------
+Security Release including all fixes in 4.89..4.89+fixes.
 
 HS/01 Cleanup, prevent repeated use of -p/-oMr (CVE-2017-1000369)
 
@@ -67,6 +66,11 @@ HS/03 Bug 2201: Fix checking for leading-dot on a line during headers reading
       from SMTP input.  Previously it was always done; now only done for DATA
       and not BDAT commands.  CVE-2017-16944.
 
+JH/35 Bug 2201: Flush received data in BDAT mode after detecting an error fatal
+      to the message (such as an overlong header line).  Previously this was
+      not done and we did not exit BDAT mode.  Followon from the previous item
+      though a different problem.
+
 
 Exim version 4.89
 -----------------