summaryrefslogtreecommitdiff
path: root/test/scripts/2200-dnsdb
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-28 19:39:06 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-28 21:15:04 +0000
commit1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (patch)
tree7fa3183264528da4c4bc0b3a776fae142d9e49eb /test/scripts/2200-dnsdb
parent2b7e98456504911562b1b5aca7fa94492bbe5204 (diff)
Fix recursion on dns_again_means_nonexist. Bug 2911
Diffstat (limited to 'test/scripts/2200-dnsdb')
-rw-r--r--test/scripts/2200-dnsdb/22028
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scripts/2200-dnsdb/2202 b/test/scripts/2200-dnsdb/2202
index e87087b6b..eb24fbffa 100644
--- a/test/scripts/2200-dnsdb/2202
+++ b/test/scripts/2200-dnsdb/2202
@@ -1,8 +1,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
+****