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/0432 | |
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/0432')
-rw-r--r-- | test/stderr/0432 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/0432 b/test/stderr/0432 index 6a7aebe15..95a24a9eb 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -104,10 +104,10 @@ EXIM_DBOPEN(TESTSUITE/spool/db/callout) returned from EXIM_DBOPEN opened hints database TESTSUITE/spool/db/callout: flags=O_RDWR|O_CREAT dbfn_write: key=y -wrote callout cache domain record: +wrote callout cache domain record for y: result=1 postmaster=0 random=0 dbfn_write: key=x@y -wrote positive callout cache address record +wrote positive callout cache address record for x@y ----------- end verify ------------ sender x@y verified ok accept: condition test succeeded in ACL "mail" @@ -254,9 +254,9 @@ MUNGED: ::1 will be omitted in what follows >>> SMTP>> RCPT TO:<a@b> >>> SMTP<< 250 OK >>> SMTP>> QUIT ->>> wrote callout cache domain record: +>>> wrote callout cache domain record for b: >>> result=1 postmaster=0 random=0 ->>> wrote positive callout cache address record +>>> wrote positive callout cache address record for a@b >>> ----------- end verify ------------ >>> accept: condition test succeeded in ACL "mail" >>> end of ACL "mail": ACCEPT |