diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-23 20:02:53 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-12 18:58:35 +0000 |
commit | de11307f4085222c29051e5b8149ea3340707f26 (patch) | |
tree | f1571ef4777e523b73ec7dc816cba5a6989d289f /test/stderr/0070 | |
parent | f926e27276301de1e2fd011b7edcd1b85d8c4754 (diff) |
Emphasize whitespace in hostnames in debug output
Diffstat (limited to 'test/stderr/0070')
-rw-r--r-- | test/stderr/0070 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stderr/0070 b/test/stderr/0070 index ebab42f3e..1df05cd83 100644 --- a/test/stderr/0070 +++ b/test/stderr/0070 @@ -105,7 +105,7 @@ MUNGED: ::1 will be omitted in what follows >>> ten-1.test.ex in helo_lookup_domains? no (end of list) >>> verifying EHLO/HELO argument "ten-1.test.ex" >>> looking up host name for V4NET.0.0.1 ->>> IP address lookup yielded ten-1.test.ex +>>> IP address lookup yielded "ten-1.test.ex" MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=ten-1.test.ex address=V4NET.0.0.1 @@ -128,8 +128,8 @@ MUNGED: ::1 will be omitted in what follows >>> ten-3.test.ex in helo_lookup_domains? no (end of list) >>> verifying EHLO/HELO argument "ten-3.test.ex" >>> looking up host name for V4NET.0.0.3 ->>> IP address lookup yielded ten-3.test.ex ->>> alias ten-3-alias.test.ex +>>> IP address lookup yielded "ten-3.test.ex" +>>> alias "ten-3-alias.test.ex" MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=ten-3.test.ex address=V4NET.0.0.3 @@ -163,7 +163,7 @@ MUNGED: ::1 will be omitted in what follows >>> rhubarb in helo_lookup_domains? no (end of list) >>> verifying EHLO/HELO argument "rhubarb" >>> looking up host name for V4NET.0.0.1 ->>> IP address lookup yielded ten-1.test.ex +>>> IP address lookup yielded "ten-1.test.ex" MUNGED: ::1 will be omitted in what follows >>> get[host|ipnode]byname[2] looked up these IP addresses: >>> name=ten-1.test.ex address=V4NET.0.0.1 |