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/0381 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0381')
-rw-r--r-- | test/stderr/0381 | 10 |
1 files changed, 5 insertions, 5 deletions
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 |