git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
hosts_require_helo
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0342
1
# verification of recipient at non FQDN
2
need_ipv4
3
#
4
exim -bh 1.2.3.4
5
helo test
6
mail from:<x@y>
7
rcpt to:<x@ten-1>
8
quit
9
****