]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/scripts/2200-dnsdb/2202
Taint: de-taint $2 (fixed part of key) from a matching partial-search
[user/henk/code/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 ****