Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0610
1 # retry: transport with fixed interface
2 # Exim test configuration 0610
3 #
4 exim -DSERVER=server -DDELAY=y -bd -oX PORT_D
5 ****
6 #
7 exim -bs
8 HELO test
9 MAIL FROM:<t1@dustyshoes.tld>
10 RCPT TO:<fred@anotherone.tld>
11 DATA
12 This is a test message.
13 .
14 RSET
15 MAIL FROM:<t2@dustybelt.tld>
16 RCPT TO:<fred@anotherone.tld>
17 DATA
18 Subject: second
19
20 This is a second test message.
21 .
22 QUIT
23 ****
24 #
25 #
26 exim -qq
27 ****
28 #
29 # Should get two separate retry records.
30 dump retry
31 #
32 # Arrange final delivery of both; retry records should be removed.
33 killdaemon
34 sleep 1
35 exim -DSERVER=server -bd -oX PORT_D
36 ****
37 exim -qq
38 ****
39 dump retry
40 # just so the output is hard to misread
41 dump retry
42 #
43 killdaemon
44 no_msglog_check