From 6968512fc21cf0a41b2751bb9df39ed40941c1c3 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 25 Apr 2012 00:25:51 +0100 Subject: Add ACL name to debug output of condition result (bug 1238). --- test/stderr/0026 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/stderr/0026') 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= 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= 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= rejected after DATA: body contains trigger -- cgit v1.2.3