summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0005
blob: ea8a9f228e63001fd5504c5fcfb6196bac7a10fd (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
# -bs to simple local delivery
exim -bs -odi
helo test
mail from:someone@some.domain
rcpt to:CALLER@HOSTNAME
data
This is a test message.
It has three lines.
This is the last line.
.
quit
****
exim -bs -odi
helo test
mail from:someone@some.domain
rcpt to:CALLER@HOSTNAME
data
Subject: second

This is a second test message.
.
quit
****
exim_exim -bs -odq
helo test
mail from:someone@some.domain
rcpt to:CALLER@HOSTNAME
data
Subject: third
Reply-to: some@body

This is a third test message.
.
quit
****
exim -q
****