1 # cutthrough_delivery triggered by recipient-verify
21 MAIL FROM:<CALLER@myhost.test.ex>
22 RCPT TO:<userx@domain.com>
31 # cutthrough for denied recipient
32 # deny should be reflected to originator
33 # as this was a real rcpt-verify
48 MAIL FROM:<CALLER@myhost.test.ex>
49 RCPT TO:<no@domain.com>
54 # lose the cached callout fail record
55 sudo rm DIR/spool/db/callout
57 # cutthrough for 2 recipients in one domain
59 # so we get a 3rd conn with the traditional delivery
60 # (for just the second because it was a real verify=recipient)
98 # Foregound delivery needed else the following subtest reception logging happens before this ones
99 # delivery process logs and terminates; the interlock is only on the parent exim terminating.
102 MAIL FROM:<CALLER@myhost.test.ex>
103 RCPT TO:<no@domain.com>
104 RCPT TO:<userx@domain.com>