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
/
2200-dnsdb
/
2202
1
# dns_again_means_nonexist
2
munge dnssec
3
#
4
#
5
#
6
exim -d -bh HOSTIPV4
7
helo test
8
mail from:<xx@cioce.test.again.dns>
9
rcpt to:<a@b>
10
quit
11
****
12
#
13
# This used to recurse via dns_again_means_nonexist
14
exim -d -DDNS_RECURSE -bh HOSTIPV4
15
vrfy a@test.again.dns
16
****