summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0610
blob: 348de2f130951d57ba09152456752455a6ea971b (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
40
41
42
43
44
# retry: transport with fixed interface
# Exim test configuration 0610
#
exim -DSERVER=server -DDELAY=y -bd -oX PORT_D
****
#
exim -bs
HELO test
MAIL FROM:<t1@dustyshoes.tld>
RCPT TO:<fred@anotherone.tld>
DATA
This is a test message.
.
RSET
MAIL FROM:<t2@dustybelt.tld>
RCPT TO:<fred@anotherone.tld>
DATA
Subject: second

This is a second test message.
.
QUIT
****
#
#
exim -qq
****
#
# Should get two separate retry records.
dump retry
#
# Arrange final delivery of both; retry records should be removed.
killdaemon
sleep 1
exim -DSERVER=server -bd -oX PORT_D
****
exim -qq
****
dump retry
# just so the output is hard to misread
dump retry
#
killdaemon
no_msglog_check