Testsuite: fix 0903
[exim.git] / test / scripts / 0000-Basic / 0388
1 # Recipient errors and hosts_max_try
2 need_ipv4
3 #
4 exim -odq x@y
5 ****
6 sleep 2
7 server PORT_S
8 220 Server ready
9 EHLO
10 250 OK
11 MAIL FROM
12 250 OK
13 RCPT TO
14 451 Temporary error
15 QUIT
16 250 OK
17 ****
18 exim -odi -d-deliver-transport -M $msg1
19 ****