1 # cutthrough_delivery multiple messages on initiator conn
5 # Two single-RCPT messages.
6 # Both should get cuttthrough, using separate onward connections
39 MAIL FROM:<CALLER@myhost.test.ex>
40 RCPT TO:<userx@domain.com>
44 MAIL FROM:<CALLER@myhost.test.ex>
45 RCPT TO:<usery@domain.com>
56 # A single-RCPT followed by a double-RCPT message
57 # Both should get cuttthrough, using separate onward connections
92 MAIL FROM:<CALLER@myhost.test.ex>
93 RCPT TO:<userx@domain.com>
97 MAIL FROM:<CALLER@myhost.test.ex>
98 RCPT TO:<usery@domain.com>
99 RCPT TO:<userz@domain.com>