diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-07 23:20:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-08 01:14:09 +0100 |
commit | 8b9476ba56f0fd05ac8303ad86a41e0242bc876d (patch) | |
tree | d90d9b3d453cc8728b0380ac423d33f64319317d /test/stderr/5420 | |
parent | 6e69d78e612ade9d9bb052abeb4b113984995710 (diff) |
Cutthrough: avoid use of callout result cache
The connection always needs to be made, and no result
need be cached after verify either.
Diffstat (limited to 'test/stderr/5420')
-rw-r--r-- | test/stderr/5420 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/stderr/5420 b/test/stderr/5420 index f289d1a4c..05135dd5a 100644 --- a/test/stderr/5420 +++ b/test/stderr/5420 @@ -115,6 +115,7 @@ considering: :}} SMTP<< 250 OK SMTP>> RCPT TO:<userx@domain.com> SMTP<< 250 Accepted +holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ processing "accept" accept: condition test succeeded in inline ACL @@ -328,6 +329,7 @@ considering: *}{:}} SMTP<< 250 OK SMTP>> RCPT TO:<usery@domain.com> SMTP<< 250 Accepted +holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ processing "accept" accept: condition test succeeded in inline ACL @@ -541,6 +543,7 @@ considering: *}{:}} SMTP<< 250 OK SMTP>> RCPT TO:<usery@domain.com> SMTP<< 250 Accepted +holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ processing "accept" accept: condition test succeeded in inline ACL |