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