diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-25 21:27:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-01-25 21:44:20 +0000 |
commit | 06fdb9f73dedfffc8b8613017ec1bb23f970b246 (patch) | |
tree | 25ef62a68e392c527f259b1497030a88596e1eed /doc/doc-txt/ChangeLog | |
parent | 1eedc10f0c518d1878a5d94ff17b84cad233b23e (diff) |
Cutthrough: fix multi-message initiating connections. Bug 2230
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 88f113cc4..facdece83 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -61,6 +61,12 @@ JH/10 Bug 2223: Fix mysql lookup returns for the no-data case (when the number o JH/11 The runtime Berkeley DB library version is now additionally output by "exim -d -bV". Previously only the compile-time version was shown. +JH/12 Bug 2230: Fix cutthrough routing for nonfirst messages in an initiating + SMTP connection. Previously, when one had more receipients than the + first, an abortive onward connection was made. Move to full support for + multiple onward connections in sequence, handling cutthrough connection + for all multi-message initiating connections. + Exim version 4.90 ----------------- |