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/0462 | |
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/0462')
-rw-r--r-- | test/stderr/0462 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/stderr/0462 b/test/stderr/0462 index 0d6d719cf..f8cb9b7c6 100644 --- a/test/stderr/0462 +++ b/test/stderr/0462 @@ -28,9 +28,9 @@ Cutthrough cancelled by presence of postmaster verify SMTP>> RCPT TO:<postmaster@localhost> SMTP<< 550 NO SMTP>> QUIT -wrote callout cache domain record: +wrote callout cache domain record for localhost: result=1 postmaster=2 random=0 -wrote positive callout cache address record +wrote positive callout cache address record for Ok@localhost LOG: MAIN REJECT H=[V4NET.0.0.1] U=root sender verify fail for <Ok@localhost>: response to "RCPT TO:<postmaster@localhost>" from 127.0.0.1 [127.0.0.1] was: 550 NO created log directory TESTSUITE/spool/log @@ -70,9 +70,9 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> RCPT TO:<NOTok@elsewhere> SMTP<< 550 NO SMTP>> QUIT -wrote callout cache domain record: +wrote callout cache domain record for elsewhere: result=1 postmaster=0 random=0 -wrote negative callout cache address record +wrote negative callout cache address record for NOTok@elsewhere LOG: MAIN REJECT H=[V4NET.0.0.2] U=root sender verify fail for <NOTok@elsewhere>: response to "RCPT TO:<NOTok@elsewhere>" from 127.0.0.1 [127.0.0.1] was: 550 NO LOG: MAIN REJECT @@ -103,9 +103,9 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> RCPT TO:<NOTok2@elsewhere> SMTP<< 550 NO SMTP>> QUIT -wrote callout cache domain record: +wrote callout cache domain record for elsewhere: result=1 postmaster=0 random=0 -wrote negative callout cache address record +wrote negative callout cache address record for NOTok2@elsewhere LOG: MAIN REJECT H=[V4NET.0.0.2] U=root F=<NOTok2@elsewhere> rejected RCPT <nocheckpm@test.ex>: Sender verify failed LOG: smtp_connection MAIN |