Re: [exim] Help using cutthrough_delivery

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Help using cutthrough_delivery
On 01/07/16 19:24, jgh wrote:
> Except that on finishing the RCPT acl we should have noted the lack of open connection left by a verify callout, and made one for the cutthrough.
>
> This case, of the cached positive callout record, probably is not in the testsuite and is buggy. I'll check when I get back from holiday.


Having written the testcase, it is suboptimal (makes a separate
connection for the verify first) - but it does go on to do
cutthrough. So your case must have either not requested
cutthrough, or had it cancelled for some reason. Both should
be visible in the debug output (the former by omission).

=======%==========
22:04:56 14149 callout cache: found address record for
dest@???/<eximtest@???>
22:04:56 14149 callout cache: address record is positive
22:04:56 14149 ----------- end verify ------------
22:04:56 14149 accept: condition test succeeded in ACL "acl_rcpt"
22:04:56 14149 end of ACL "acl_rcpt": ACCEPT
22:04:56 14149 ----------- start cutthrough setup ------------
22:04:56 14149 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
22:04:56 14149 Verifying dest@???
=======%==========

--
Cheers,
Jeremy