diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-08 23:07:34 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-08 23:07:34 +0100 |
commit | 320fe6140189f08168dce2deca19821b4237e747 (patch) | |
tree | 1f6a1cd00fa99a1ef4ff021f69ceeb39f0d03334 /test | |
parent | 143b1159402424b930881bc8d25c640f1d6cd581 (diff) |
DNS: Better handling of SOA when negative-caching lookups
Diffstat (limited to 'test')
-rw-r--r-- | test/stderr/0277 | 4 | ||||
-rw-r--r-- | test/stderr/0469 | 1 | ||||
-rw-r--r-- | test/stderr/2202 | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/stderr/0277 b/test/stderr/0277 index 0cbd2a987..9f606b932 100644 --- a/test/stderr/0277 +++ b/test/stderr/0277 @@ -19,6 +19,7 @@ DNS lookup of 4.3.2.V4NET.in-addr.arpa (PTR) using fakens DNS lookup of 4.3.2.V4NET.in-addr.arpa (PTR) gave HOST_NOT_FOUND returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for 4.3.2.V4NET.in-addr.arpa-PTR-xxxx, ttl -1 LOG: host_lookup_failed MAIN no host name found for IP address V4NET.2.3.4 @@ -97,6 +98,7 @@ DNS lookup of 12.11.10.V4NET.in-addr.arpa (PTR) using fakens DNS lookup of 12.11.10.V4NET.in-addr.arpa (PTR) gave HOST_NOT_FOUND returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for 12.11.10.V4NET.in-addr.arpa-PTR-xxxx, ttl -1 LOG: host_lookup_failed MAIN no host name found for IP address V4NET.10.11.12 @@ -142,6 +144,7 @@ DNS lookup of 1.1.1.V4NET.in-addr.arpa (PTR) using fakens DNS lookup of 1.1.1.V4NET.in-addr.arpa (PTR) gave HOST_NOT_FOUND returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for 1.1.1.V4NET.in-addr.arpa-PTR-xxxx, ttl -1 LOG: host_lookup_failed MAIN no host name found for IP address V4NET.1.1.1 @@ -187,6 +190,7 @@ DNS lookup of 2.2.2.V4NET.in-addr.arpa (PTR) using fakens DNS lookup of 2.2.2.V4NET.in-addr.arpa (PTR) gave HOST_NOT_FOUND returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for 2.2.2.V4NET.in-addr.arpa-PTR-xxxx, ttl -1 LOG: host_lookup_failed MAIN no host name found for IP address V4NET.2.2.2 diff --git a/test/stderr/0469 b/test/stderr/0469 index f3b559327..4f6d216d2 100644 --- a/test/stderr/0469 +++ b/test/stderr/0469 @@ -25,6 +25,7 @@ DNS lookup of dontqualify (A) using fakens DNS lookup of dontqualify (A) gave NO_DATA returning DNS_NODATA DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for dontqualify-A-xxxx, ttl -1 fully qualified name = mxt1c.test.ex host_find_bydns yield = HOST_FIND_FAILED (0); returned hosts: diff --git a/test/stderr/2202 b/test/stderr/2202 index a7c78ea3a..3ce137682 100644 --- a/test/stderr/2202 +++ b/test/stderr/2202 @@ -43,6 +43,7 @@ DNS lookup of cioce.test.again.dns (MX) gave TRY_AGAIN cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*") cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for cioce.test.again.dns-MX-xxxx, ttl -1 creating new cache entry lookup failed @@ -66,6 +67,7 @@ DNS lookup of cioce.test.again.dns (A) gave TRY_AGAIN cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*") cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH DNS: couldn't fake dnsa len +DNS: no SOA record found for neg-TTL writing neg-cache entry for cioce.test.again.dns-A-xxxx, ttl -1 host_fake_gethostbyname(af=inet) returned 1 (HOST_NOT_FOUND) no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4]) |