Additional Sieve test (missed files from previous commit).
[exim.git] / test / scripts / 0000-Basic / 0005
1 # -bs to simple local delivery
2 exim -bs -odi
3 mail from:someone@some.domain
4 rcpt to:CALLER@HOSTNAME
5 data
6 This is a test message.
7 It has three lines.
8 This is the last line.
9 .
10 quit
11 ****
12 exim -bs -odi
13 mail from:someone@some.domain
14 rcpt to:CALLER@HOSTNAME
15 data
16 Subject: second
17
18 This is a second test message.
19 .
20 quit
21 ****
22 exim_exim -bs -odq
23 mail from:someone@some.domain
24 rcpt to:CALLER@HOSTNAME
25 data
26 Subject: third
27 Reply-to: some@body
28
29 This is a third test message.
30 .
31 quit
32 ****
33 exim -q
34 ****