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 [email protected]/<[email protected]> 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 [email protected] =======%========== -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
