diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-29 00:50:50 +0000 |
commit | 6fc54bd18aa7a51e11dce5a905e754cedb526230 (patch) | |
tree | 670116ba02f231c4f39f6be46ee9aa413365d15a /test/stderr/0394 | |
parent | 1d38781da934809e6ce0b8c3718c4b3bccdfe1d2 (diff) |
Debug: list searching
Diffstat (limited to 'test/stderr/0394')
-rw-r--r-- | test/stderr/0394 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/stderr/0394 b/test/stderr/0394 index f1a61739a..9b42e635d 100644 --- a/test/stderr/0394 +++ b/test/stderr/0394 @@ -1,4 +1,5 @@ >>> host in hosts_connection_nolog? no (option unset) +>>> list element: * >>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name @@ -16,6 +17,7 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> end of ACL "connect": not OK LOG: H=[V4NET.255.255.255] rejected connection in "connect" ACL: host lookup failed (failed to find host name from IP address) >>> host in hosts_connection_nolog? no (option unset) +>>> list element: * >>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name @@ -32,6 +34,7 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> require: condition test error in ACL "connect" LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "certificate/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) +>>> list element: * >>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name @@ -48,6 +51,7 @@ LOG: no host name found for IP address V4NET.255.255.255 >>> require: condition test error in ACL "connect" LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "helo/defer_ok" (this verify item has no options) >>> host in hosts_connection_nolog? no (option unset) +>>> list element: * >>> host in host_lookup? yes (matched "*") >>> looking up host name for V4NET.255.255.255 >>> IP address lookup yielded an empty name: treated as non-existent host name |