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