diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-22 16:38:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-07-22 21:47:00 +0100 |
commit | 14de8063d82edc5bf003ed50abdea55ac542679b (patch) | |
tree | 7352c2cfae0db6bfadcfd91bcf8812eaf7ce086a /doc | |
parent | d7571ac555518797c3553f6080f6aab3fda6ec58 (diff) |
On callout avoid SIZE every time but noncacheable rcpt main-verify. Bug 2151
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 c5de41961..cc0b90134 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -132,6 +132,10 @@ JH/20 Bug 2147: Do not defer for a verify-with-callout-and-random which is not cache-hot. Previously, although the result was properly cached, the initial verify call returned a defer. +JH/21 Bug 2151 (partial): + Avoid using SIZE on the MAIL for a callout verify, on any but + the main verify for receipient in uncached-mode. + Exim version 4.89 ----------------- |