Try to make test 0461 less unreliable.
[exim.git] / test / scripts / 0000-Basic / 0498
1 # message error: ultimate retry when received_time = first failed time
2 need_ipv4
3 #
4 server PORT_S
5 220 Server ready
6 EHLO
7 250-server id
8 250 OK
9 MAIL FROM
10 450 DELAY
11 QUIT
12 225 OK
13 ****
14 exim -odi userx@x.y
15 ****
16 dump retry
17 # This is messy. To test a specific bug we want to set the received time
18 # to be the same as the first failed time. Hacked up a perl script to do it.
19 #
20 sudo perl DIR/aux-fixed/TESTNUM.fudge
21 ****
22 sleep 2
23 server PORT_S
24 220 Server ready
25 EHLO
26 250-server id
27 250 OK
28 MAIL FROM
29 250 OK
30 RCPT TO
31 250 OK
32 DATA
33 345 OK
34 .
35 *sleep 2
36 ****
37 exim -q
38 ****
39 no_msglog_check