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