git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Debug: indentation
[exim.git]
/
test
/
scripts
/
3200-testdb
/
3205
1
# lookup defer (senders and hosts conditions in ACL)
2
exim -bh 1.2.3.4
3
helo test
4
mail from:<userx@external.test.ex>
5
rcpt to:<userx@test.ex>
6
quit
7
****
8
exim -bh 4.3.2.1
9
helo test
10
mail from:<userx@external.test.ex>
11
rcpt to:<userx@test.ex>
12
quit
13
****