Build: probe for broken poll() timing implementation
[exim.git] / test / scripts / 0000-Basic / 0554
CommitLineData
09945f1e
PH
1# Retries for address errors
2need_ipv4
3#
4exim -odq x@y
5****
6# First attempt is temporarily rejected
7server PORT_S
8220 Server ready
9EHLO
10250 OK
11MAIL FROM
12250 OK
13RCPT TO
14451 Temporary error
15QUIT
16250 OK
17****
18exim -odi -d-all+retry -M $msg1
19****
20dump retry
21#
22# Next attempt succeeds
23server PORT_S
24220 Server ready
25EHLO
26250 OK
27MAIL FROM
28250 OK
29RCPT TO
30250 OK
31DATA
32354 Go Ahead
33.
34250 OK
35QUIT
36250 OK
37****
38exim -odi -d-all+retry -M $msg1
39****
40dump retry
41no_msglog_check