Hopefully the final lot of test files.
[exim.git] / test / scripts / 0000-Basic / 0006
1 # -bS to several local deliveries
2 exim -bS -odi
3 mail from:someone@some.where
4 rcpt to:blackhole@HOSTNAME
5 data
6 from: me
7 To: blackhole
8
9 This is some text
10 .
11 mail from:CALLER@HOSTNAME
12 rcpt to:devnull@HOSTNAME
13 data
14 from: me
15 to: devnull
16
17 More text
18 .
19 MAIL From:<someone@some.where>
20 rCpT TO:<CALLER@HOSTNAME>
21 rcpt to:blackhole@HOSTNAME
22 DATA
23 From:<someone@some.where>
24 To: Recipients not given:;
25
26 Yet more text.
27 .
28 quit