diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-22 17:27:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-22 17:32:22 +0100 |
commit | 99bfcf2b678e7bd8125a7eb44409e46549bfc111 (patch) | |
tree | 7c6f86525f903131fd0dc26700deda648f375342 /doc | |
parent | 9cd5086acc809e6af84f3865614cd913ddc213ff (diff) |
Cutthrough: handle request when a callout-hold is active. Bug 2604
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 717e0d2c7..6db97eef7 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -54,6 +54,10 @@ JH/10 Bug 2603: Fix coding of string copying to only evaluate arguments once. argument as an expression having side-effects, incorrect operation resulted. Use an inlineable function. +JH/11 Bug 2604: Fix request to cutthrough-deliver when a connection is already + held open for a verify callout. Previously this wan not accounted for + and a corrupt onward SMTP conversation resulted. + Exim version 4.94 |