diff options
author | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-05-11 22:15:32 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12) <hs@schlittermann.de> | 2015-05-12 16:54:32 +0200 |
commit | ded5de1587888a66a86aa02549098c8821bd8efb (patch) | |
tree | 12b9327dec06d465622c50c4435be0b8fce9e8c0 /test/stdout/0187 | |
parent | 8e0130284ead48da81351d4d2c22fe7eb23703d6 (diff) |
Output dnssec status in -bt/-bv mode
Currently this feature is enabled only if running_in_test_harness,
because I don't want to break anything else.
Diffstat (limited to 'test/stdout/0187')
-rw-r--r-- | test/stdout/0187 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stdout/0187 b/test/stdout/0187 index cef8628c9..be62b6e44 100644 --- a/test/stdout/0187 +++ b/test/stdout/0187 @@ -1,18 +1,18 @@ userx@other2.test.ex router = lookuphost2, transport = smtp - host other2.test.ex [V4NET.12.3.1] + host other2.test.ex [V4NET.12.3.1] ad=no userx@ten-5-6.test.ex router = domainlist, transport = smtp - host ten-5-6.test.ex [V4NET.0.0.5] + host ten-5-6.test.ex [V4NET.0.0.5] ad=no userx@mxt7.test.ex router = lookuphost, transport = smtp - host ten-3.test.ex [V4NET.0.0.3] MX=6 + host ten-3.test.ex [V4NET.0.0.3] MX=6 ad=no userx@mxt9.test.ex router = lookuphost, transport = smtp - host ten-3.test.ex [V4NET.0.0.3] MX=7 + host ten-3.test.ex [V4NET.0.0.3] MX=7 ad=no userx@eximtesthost.test.ex router = lookuphost2, transport = smtp - host eximtesthost.test.ex [ip4.ip4.ip4.ip4] + host eximtesthost.test.ex [ip4.ip4.ip4.ip4] ad=no userx@localhost is undeliverable: Unrouteable address userx@mxt10.test.ex is undeliverable: all relevant MX records point to non-existent hosts userx@mxt11.test.ex is undeliverable: all relevant MX records point to non-existent hosts |