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