0cf76b9d99c56761edb3c049ddf5b198ef9a3941
[exim.git] / test / scripts / 0000-Basic / 0554
1 # Retries for address errors
2 need_ipv4
3 #
4 exim -odq x@y
5 ****
6 # First attempt is temporarily rejected
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-all+retry -M $msg1
19 ****
20 dump retry
21 #
22 # Next attempt succeeds
23 server PORT_S
24 220 Server ready
25 EHLO
26 250 OK
27 MAIL FROM
28 250 OK
29 RCPT TO
30 250 OK
31 DATA
32 354 Go Ahead
33 .
34 250 OK
35 QUIT
36 250 OK
37 ****
38 exim -odi -d-all+retry -M $msg1
39 ****
40 dump retry
41 no_msglog_check