update to pre-4.87 master
[exim.git] / test / scripts / 0000-Basic / 0603
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 mail from:ralph@dustyshoes.tld
12 rcpt to:bob@anotherone.tld
13 data
14 This is a test message.
15 It has three lines.
16 This is the last line.
17 .
18 RSET
19 mail from:peter@dustybelt.tld
20 rcpt to:bob@anotherone.tld
21 data
22 Subject: second
23
24 This is a second test message.
25 .
26 RSET
27 mail from:ralph@dustyshoes.tld
28 rcpt to:bob@anotherone.tld
29 data
30 Subject: third
31 Reply-to: some@body
32
33 This is a third test message.
34 .
35 RSET
36 mail from:peter@dustybelt.tld
37 rcpt to:bob@anotherone.tld
38 data
39 Subject: secondA
40
41 This is a secondA test message.
42 .
43 RSET
44 mail from:ralph@dustyshoes.tld
45 rcpt to:bob@anotherone.tld
46 data
47 Subject: third
48 Reply-to: some@body
49
50 This is a fourth test message.
51 .
52 RSET
53 mail from:ralph@dustyshoes.tld
54 rcpt to:bob@anotherone.tld
55 data
56 Subject: third
57 Reply-to: some@body
58
59 This is a fifth test message.
60 .
61 quit
62 ****
63 #
64 #
65 exim -qq
66 ****
67 #
68 #
69 killdaemon
70 no_msglog_check
71