summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0614
blob: 38e374a1f91104bd431b5622598251f043668867 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# retry: transport identity depending on sender
# Exim test configuration 0603
#
# Add several messages going to the same location
# And change smtp output based on senders domain
#
exim -DSERVER=server -bd -oX PORT_D
****
#
exim -bs
mail from:ralph@dustyshoes.tld
rcpt to:bob@anotherone.tld
data
This is a test message.
It has three lines.
This is the last line.
.
RSET
mail from:peter@dustybelt.tld
rcpt to:bob@anotherone.tld
data
Subject: second

This is a second test message.
.
RSET
mail from:ralph@dustyshoes.tld
rcpt to:bob@anotherone.tld
data
Subject: third
Reply-to: some@body

This is a third test message.
.
RSET
mail from:peter@dustybelt.tld
rcpt to:bob@anotherone.tld
data
Subject: secondA

This is a secondA test message.
.
RSET
mail from:ralph@dustyshoes.tld
rcpt to:bob@anotherone.tld
data
Subject: third
Reply-to: some@body

This is a fourth test message.
.
RSET
mail from:ralph@dustyshoes.tld
rcpt to:bob@anotherone.tld
data
Subject: third
Reply-to: some@body

This is a fifth test message.
.
quit
****
#
#
exim -qq
****
#
#
killdaemon
no_msglog_check