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/0537 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0537')
-rw-r--r-- | test/stderr/0537 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/stderr/0537 b/test/stderr/0537 index a4c766269..a2fed387b 100644 --- a/test/stderr/0537 +++ b/test/stderr/0537 @@ -39,8 +39,8 @@ LOG: sender_host_name= >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident= LOG: sender_ident= ->>> accept: condition test succeeded ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "log" +>>> accept: condition test succeeded in ACL "connect" >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) @@ -80,8 +80,8 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "log" +>>> accept: condition test succeeded in ACL "connect" >>> host in pipelining_advertise_hosts? yes (matched "*") >>> using ACL "mail" >>> processing "accept" @@ -114,7 +114,7 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "log" >>> check acl = auth >>> using ACL "auth" >>> processing "accept" @@ -122,8 +122,8 @@ LOG: sender_ident=ident >>> authname in "*"? yes (matched "*") >>> check logwrite = +++ host is authenticated +++ LOG: +++ host is authenticated +++ ->>> accept: condition test succeeded ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "auth" +>>> accept: condition test succeeded in ACL "mail" >>> using ACL "mail" >>> processing "accept" >>> check acl = log @@ -155,7 +155,7 @@ LOG: sender_host_name=hostname >>> check logwrite = sender_ident=$sender_ident >>> = sender_ident=ident LOG: sender_ident=ident ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "log" >>> check acl = auth >>> using ACL "auth" >>> processing "accept" @@ -163,5 +163,5 @@ LOG: sender_ident=ident >>> authname in "*"? yes (matched "*") >>> check logwrite = +++ host is authenticated +++ LOG: +++ host is authenticated +++ ->>> accept: condition test succeeded ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "auth" +>>> accept: condition test succeeded in ACL "mail" |