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
/
0479
1
# verifying and rewriting sender address
2
need_ipv4
3
#
4
exim -d -bh 1.2.3.4
5
helo [1.2.3.4]
6
mail from:<a@b>
7
rcpt to:<c@d>
8
rcpt to:<e@f>
9
quit
10
****