git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrections to spec examples - fixes bug 1196
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0500
1
# predata ACL
2
exim -odi -bs
3
mail from:<x@y>
4
rcpt to:<userx@y>
5
data
6
quit
7
****
8
exim -odi -bs
9
mail from:<postmaster@y>
10
rcpt to:<userx@y>
11
data
12
Subject: testing
13
.
14
quit
15
****