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