git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
doc typo in $load_average
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0009
1
# -bS syntax error on RCPT
2
1
3
exim -bS -odi
4
mail from:someone@some.where
5
rcpt to:CALLER@HOSTNAME
6
data
7
from: someone@some.where
8
To: CALLER@HOSTNAME
9
Subject: testing
10
11
Here is testing data
12
..that line started with a dot
13
.
14
mail from:someone@some.where
15
rcpt to:<blackhole@HOSTNAME
16
data
17
from: me
18
To: blackhole
19
20
This is some text
21
.
22
quit