I18N: change default on smtp transport, to downconvert-when-needed
[exim.git] / test / scripts / 5400-cutthrough / 5407
1 # cutthrough_delivery multiple recipient; router specifying port
2 need_ipv4
3 munge loopback
4 #
5 # A two-RCPT message.
6 # Both should get cuttthrough, still as one message
7 server PORT_S
8 220 ESMTP
9 EHLO
10 250 OK
11 MAIL FROM:
12 250 Sender OK
13 RCPT TO:
14 250 Recipient OK
15 RCPT TO:
16 250 Recipient OK
17 DATA
18 354 Send data
19 .
20 250 OK
21 QUIT
22 250 OK
23 *eof
24 ****
25 exim -bs
26 EHLO myhost.test.ex
27 MAIL FROM:<CALLER@myhost.test.ex>
28 RCPT TO:<userx@domain.com>
29 RCPT TO:<usery@domain.com>
30 DATA
31
32 .
33 QUIT
34 ****
35 #
36 #
37 #
38 #
39 #
40 # End