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
/
0077
1
# host_reject !@ : !localhost
2
exim -bh 127.0.0.1
3
mail from:<x@test.ex>
4
rcpt to:<x@test.ex>
5
quit
6
****
7
exim -bh V4NET.10.10.10
8
mail from:<x@test.ex>
9
rcpt to:<x@test.ex>
10
quit
11
****
12
exim -bh V4NET.0.0.1
13
mail from:<x@test.ex>
14
rcpt to:<x@test.ex>
15
quit