Try to make test 0461 less unreliable.
[exim.git] / test / scripts / 0000-Basic / 0211
1 # SMTP connection & EHLO/HELO error responses (+log_sender_on_delivery)
2 need_ipv4
3 #
4 server PORT_S
5 450 I'm busy
6 QUIT
7 250 OK
8 ****
9 exim -odi userx@domain1
10 Test message 1
11 ****
12 server PORT_S
13 220 Connected OK
14 EHLO
15 450 I'm busy
16 HELO
17 450 I'm busy
18 QUIT
19 250 OK
20 ****
21 exim -qf
22 ****
23 server PORT_S
24 550 Go away
25 QUIT
26 250 OK
27 ****
28 exim -qf
29 ****
30 server PORT_S
31 220 Connected OK
32 EHLO
33 550 Go away
34 HELO
35 550 Go away
36 QUIT
37 250 OK
38 ****
39 exim -odi userx@domain1 usery@domain2
40 Test message 2
41 ****