diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-25 00:25:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-25 00:25:51 +0100 |
commit | 6968512fc21cf0a41b2751bb9df39ed40941c1c3 (patch) | |
tree | 0664aa6a1eeeab7ff08ad412450219df9b2b7e84 /test/stderr/3410 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/3410')
-rw-r--r-- | test/stderr/3410 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/3410 b/test/stderr/3410 index d09d22256..6dcb2c5db 100644 --- a/test/stderr/3410 +++ b/test/stderr/3410 @@ -9,7 +9,7 @@ >>> using ACL "acl_5_6_9" >>> processing "accept" >>> check authenticated = * ->>> accept: condition test failed +>>> accept: condition test failed in ACL "acl_5_6_9" >>> accept: endpass encountered - denying access LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate >>> rhu.barb in helo_lookup_domains? no (end of list) @@ -27,7 +27,7 @@ LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate >>> processing "accept" >>> check authenticated = * >>> auth1 in "*"? yes (matched "*") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "acl_5_6_9" >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -39,7 +39,7 @@ LOG: H=[5.6.9.1] F=<x@y> rejected RCPT <x@y>: You must authenticate >>> using ACL "acl_5_6_10" >>> processing "accept" >>> check authenticated = auth1 ->>> accept: condition test failed +>>> accept: condition test failed in ACL "acl_5_6_10" >>> end of ACL "acl_5_6_10": implicit DENY LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> rhu.barb in helo_lookup_domains? no (end of list) @@ -57,7 +57,7 @@ LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> processing "accept" >>> check authenticated = auth1 >>> auth1 in "auth1"? yes (matched "auth1") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "acl_5_6_10" >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -79,6 +79,6 @@ LOG: H=[5.6.10.1] F=<x@y> rejected RCPT <x@y> >>> processing "accept" >>> check authenticated = auth1 >>> auth2 in "auth1"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "acl_5_6_10" >>> end of ACL "acl_5_6_10": implicit DENY LOG: H=(rhu.barb) [5.6.10.1] F=<x@y> A=auth2 rejected RCPT <x@y> |