diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-02 01:27:51 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-02 02:24:52 +0000 |
commit | 8b4556856d2434c8006df5011d4855c07a7ba2b8 (patch) | |
tree | a3f3ce36bd2d43ce57cfb77866c30462076f5296 /test/stderr/0183 | |
parent | 06f37c802cbe477b2db358a0e76388d2df84691f (diff) |
tidying
Diffstat (limited to 'test/stderr/0183')
-rw-r--r-- | test/stderr/0183 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/stderr/0183 b/test/stderr/0183 index a12a7f462..3f7c7f507 100644 --- a/test/stderr/0183 +++ b/test/stderr/0183 @@ -114,8 +114,8 @@ useryz router called for usery@test.again.dns domain = test.again.dns route_item = * $domain bydns test.again.dns in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "test.again.dns" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'test.again.dns' options = 'bydns' set transport smtp finding IP address for test.again.dns doing DNS lookup @@ -145,8 +145,8 @@ useryz router called for userz@test.again.dns domain = test.again.dns route_item = * $domain bydns test.again.dns in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "test.again.dns" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'test.again.dns' options = 'bydns' finding IP address for test.again.dns doing DNS lookup DNS lookup of test.again.dns-A: using cached value DNS_AGAIN @@ -303,8 +303,8 @@ useryz router called for usery@test.fail.dns domain = test.fail.dns route_item = * $domain bydns test.fail.dns in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "test.fail.dns" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'test.fail.dns' options = 'bydns' set transport smtp finding IP address for test.fail.dns doing DNS lookup @@ -333,8 +333,8 @@ useryz router called for userz@test.fail.dns domain = test.fail.dns route_item = * $domain bydns test.fail.dns in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "test.fail.dns" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'test.fail.dns' options = 'bydns' finding IP address for test.fail.dns doing DNS lookup DNS lookup of test.fail.dns-A: using cached value DNS_FAIL @@ -493,8 +493,8 @@ useryz router called for usery@nonexist.test.ex domain = nonexist.test.ex route_item = * $domain bydns nonexist.test.ex in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "nonexist.test.ex" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'nonexist.test.ex' options = 'bydns' set transport smtp finding IP address for nonexist.test.ex doing DNS lookup @@ -523,8 +523,8 @@ useryz router called for userz@nonexist.test.ex domain = nonexist.test.ex route_item = * $domain bydns nonexist.test.ex in "*"? yes (matched "*") -original list of hosts = "$domain" options = bydns -expanded list of hosts = "nonexist.test.ex" options = bydns +original list of hosts = '$domain' options = 'bydns' +expanded list of hosts = 'nonexist.test.ex' options = 'bydns' finding IP address for nonexist.test.ex doing DNS lookup DNS lookup of nonexist.test.ex-A: using cached value DNS_NOMATCH |