Testsuite: try to trace intermittent callout fails
[exim.git] / test / scripts / 5400-cutthrough / 5407
CommitLineData
f83a760f
JH
1# cutthrough_delivery multiple recipient; router specifying port
2need_ipv4
3munge loopback
4#
5# A two-RCPT message.
6# Both should get cuttthrough, still as one message
7server PORT_S
8220 ESMTP
9EHLO
10250 OK
11MAIL FROM:
12250 Sender OK
13RCPT TO:
14250 Recipient OK
15RCPT TO:
16250 Recipient OK
17DATA
18354 Send data
19.
20250 OK
21QUIT
22250 OK
23*eof
24****
25exim -bs
26EHLO myhost.test.ex
27MAIL FROM:<CALLER@myhost.test.ex>
28RCPT TO:<userx@domain.com>
29RCPT TO:<usery@domain.com>
30DATA
31
32.
33QUIT
34****
35#
36#
37#
38#
39#
40# End