Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0614
1 # retry: transport identity depending on sender
2 # Exim test configuration 0603
3 #
4 # Add several messages going to the same location
5 # And change smtp output based on senders domain
6 #
7 exim -DSERVER=server -bd -oX PORT_D
8 ****
9 #
10 exim -bs
11 helo test
12 mail from:ralph@dustyshoes.tld
13 rcpt to:bob@anotherone.tld
14 data
15 This is a test message.
16 It has three lines.
17 This is the last line.
18 .
19 RSET
20 mail from:peter@dustybelt.tld
21 rcpt to:bob@anotherone.tld
22 data
23 Subject: second
24
25 This is a second test message.
26 .
27 RSET
28 mail from:ralph@dustyshoes.tld
29 rcpt to:bob@anotherone.tld
30 data
31 Subject: third
32 Reply-to: some@body
33
34 This is a third test message.
35 .
36 RSET
37 mail from:peter@dustybelt.tld
38 rcpt to:bob@anotherone.tld
39 data
40 Subject: secondA
41
42 This is a secondA test message.
43 .
44 RSET
45 mail from:ralph@dustyshoes.tld
46 rcpt to:bob@anotherone.tld
47 data
48 Subject: third
49 Reply-to: some@body
50
51 This is a fourth test message.
52 .
53 RSET
54 mail from:ralph@dustyshoes.tld
55 rcpt to:bob@anotherone.tld
56 data
57 Subject: third
58 Reply-to: some@body
59
60 This is a fifth test message.
61 .
62 quit
63 ****
64 #
65 #
66 exim -qq
67 ****
68 #
69 #
70 killdaemon
71 no_msglog_check
72