testsuite: abstract out common conf settings
[exim.git] / test / scripts / 0000-Basic / 0006
1 # -bS to several local deliveries and $message_headers[_raw]
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 X-Test: (=?iso-8859-8?b?7eXs+SDv4SDp7Oj08A==?=)
26
27 Yet more text.
28 .
29 quit