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/0026 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0026')
-rw-r--r-- | test/stderr/0026 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/stderr/0026 b/test/stderr/0026 index 7afb6b4d3..c33875c88 100644 --- a/test/stderr/0026 +++ b/test/stderr/0026 @@ -7,16 +7,16 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> processing "accept" ->>> accept: condition test succeeded +>>> accept: condition test succeeded in inline ACL >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "acl_data" >>> processing "deny" >>> check condition = ${if match{$message_body}{trigger}{yes}{no}} >>> = no ->>> deny: condition test failed +>>> deny: condition test failed in ACL "acl_data" >>> processing "require" >>> check verify = header_syntax ->>> require: condition test failed +>>> require: condition test failed in ACL "acl_data" LOG: 10HmbH-0005vi-00 H=[10.0.0.0] F=<x@y> rejected after DATA: domain missing or malformed: failing address in "From:" header is: @ >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -27,11 +27,11 @@ LOG: 10HmbH-0005vi-00 H=[10.0.0.0] F=<x@y> rejected after DATA: domain missing o >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> processing "accept" ->>> accept: condition test succeeded +>>> accept: condition test succeeded in inline ACL >>> host in ignore_fromline_hosts? no (option unset) >>> using ACL "acl_data" >>> processing "deny" >>> check condition = ${if match{$message_body}{trigger}{yes}{no}} >>> = yes ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "acl_data" LOG: 10HmbI-0005vi-00 H=[10.0.0.0] F=<x@y> rejected after DATA: body contains trigger |