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/0381 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/stderr/0381') diff --git a/test/stderr/0381 b/test/stderr/0381 index a026767b8..7f6f680db 100644 --- a/test/stderr/0381 +++ b/test/stderr/0381 @@ -58,21 +58,21 @@ checking addresses for x.co.uk.test.ex sender_fullhost = x.gov.uk.test.ex [V4NET.99.99.97] sender_rcvhost = x.gov.uk.test.ex ([V4NET.99.99.97] ident=CALLER) host in "*.gov.uk.test.ex"? yes (matched "*.gov.uk.test.ex") -warn: condition test succeeded +warn: condition test succeeded in ACL "check_rcpt" processing "warn" check hosts = !*.gov.uk.test.ex host in "!*.gov.uk.test.ex"? no (matched "!*.gov.uk.test.ex") -warn: condition test failed +warn: condition test failed in ACL "check_rcpt" processing "warn" check hosts = *.co.uk.test.ex host in "*.co.uk.test.ex"? yes (matched "*.co.uk.test.ex") -warn: condition test succeeded +warn: condition test succeeded in ACL "check_rcpt" processing "warn" check hosts = !*.co.uk.test.ex host in "!*.co.uk.test.ex"? no (matched "!*.co.uk.test.ex") -warn: condition test failed +warn: condition test failed in ACL "check_rcpt" processing "accept" -accept: condition test succeeded +accept: condition test succeeded in ACL "check_rcpt" SMTP>> 250 Accepted SMTP<< quit SMTP>> 221 myhost.test.ex closing connection -- cgit v1.2.3