diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-11 18:20:41 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-11 22:12:59 +0000 |
commit | 2546388c27720eaaada4bb63574ba1f32e6ddf4e (patch) | |
tree | 78228d1943e8de0d57c5286f402f4de362d27c7c /test/stderr/0499 | |
parent | 0aaf76a49ec6e788d56b3b2100436f3641284532 (diff) |
DNS: return explicit error code to caller on dnssec failure, for better logging
Diffstat (limited to 'test/stderr/0499')
-rw-r--r-- | test/stderr/0499 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stderr/0499 b/test/stderr/0499 index 2ecd699aa..6435e8fc1 100644 --- a/test/stderr/0499 +++ b/test/stderr/0499 @@ -21,7 +21,7 @@ DNS lookup of mxt1.test.ex (MX) succeeded DNS lookup of eximtesthost.test.ex (A) using fakens DNS lookup of eximtesthost.test.ex (A) succeeded local host has lowest MX -host_find_bydns yield = HOST_FOUND_LOCAL (3); returned hosts: +host_find_bydns yield = HOST_FOUND_LOCAL (4); returned hosts: eximtesthost.test.ex ip4.ip4.ip4.ip4 MX=5 mxt1.test.ex in "@mx_any"? yes (matched "@mx_any") mxt1.test.ex in "+anymx"? yes (matched "+anymx") @@ -31,7 +31,7 @@ DNS lookup of mxt1.test.ex (MX) succeeded DNS lookup of eximtesthost.test.ex (A) using fakens DNS lookup of eximtesthost.test.ex (A) succeeded local host has lowest MX -host_find_bydns yield = HOST_FOUND_LOCAL (3); returned hosts: +host_find_bydns yield = HOST_FOUND_LOCAL (4); returned hosts: eximtesthost.test.ex ip4.ip4.ip4.ip4 MX=5 mxt1.test.ex in "@mx_any"? yes (matched "@mx_any") mxt1.test.ex in "+anymx"? yes (matched "+anymx") |