summaryrefslogtreecommitdiff
path: root/test/stderr/0394
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-04-25 00:25:51 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-04-25 00:25:51 +0100
commit6968512fc21cf0a41b2751bb9df39ed40941c1c3 (patch)
tree0664aa6a1eeeab7ff08ad412450219df9b2b7e84 /test/stderr/0394
parent2416c261306ff5e1248c5501b736b031a27367f5 (diff)
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0394')
-rw-r--r--test/stderr/039410
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0394 b/test/stderr/0394
index 05e7714a8..a51fcf45f 100644
--- a/test/stderr/0394
+++ b/test/stderr/0394
@@ -12,7 +12,7 @@ LOG: no host name found for IP address V4NET.255.255.255
>>> using ACL "connect"
>>> processing "require"
>>> check verify = reverse_host_lookup
->>> require: condition test failed
+>>> require: condition test failed in ACL "connect"
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)
>>> host in host_lookup? yes (matched "*")
@@ -28,7 +28,7 @@ LOG: no host name found for IP address V4NET.255.255.255
>>> using ACL "connect"
>>> processing "require"
>>> check verify = reverse_host_lookup/defer_ok
->>> require: condition test error
+>>> require: condition test error in ACL "connect"
LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "reverse_host_lookup/defer_ok" (this verify item has no options)
>>> host in hosts_connection_nolog? no (option unset)
>>> host in host_lookup? yes (matched "*")
@@ -44,7 +44,7 @@ LOG: no host name found for IP address V4NET.255.255.255
>>> using ACL "connect"
>>> processing "require"
>>> check verify = certificate/defer_ok
->>> require: condition test error
+>>> 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)
>>> host in host_lookup? yes (matched "*")
@@ -60,7 +60,7 @@ LOG: no host name found for IP address V4NET.255.255.255
>>> using ACL "connect"
>>> processing "require"
>>> check verify = helo/defer_ok
->>> require: condition test error
+>>> 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)
>>> host in host_lookup? yes (matched "*")
@@ -76,5 +76,5 @@ LOG: no host name found for IP address V4NET.255.255.255
>>> using ACL "connect"
>>> processing "require"
>>> check verify = header_syntax/defer_ok
->>> require: condition test error
+>>> require: condition test error in ACL "connect"
LOG: H=[V4NET.255.255.255] temporarily rejected connection in "connect" ACL: unexpected '/' found in "header_syntax/defer_ok" (this verify item has no options)