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>
55 # cutthrough for 2 recipients in one domain
57 # so we get a 3rd conn with the traditional delivery
58 # (for just the second because it was a real verify=recipient)
96 # Foregound delivery needed else the following subtest reception logging happens before this ones
97 # delivery process logs and terminates; the interlock is only on the parent exim terminating.
100 MAIL FROM:<CALLER@myhost.test.ex>
101 RCPT TO:<no@domain.com>
102 RCPT TO:<userx@domain.com>