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/1002 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/1002')
-rw-r--r-- | test/stderr/1002 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/1002 b/test/stderr/1002 index b5a5015fb..c1a59fded 100644 --- a/test/stderr/1002 +++ b/test/stderr/1002 @@ -10,9 +10,9 @@ >>> processing "require" >>> check domains = @ : @[] >>> [::1] in "@ : @[]"? yes (matched "@[]") ->>> require: condition test succeeded +>>> require: condition test succeeded in ACL "acl_rcpt_1" >>> processing "accept" ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "acl_rcpt_1" >>> using ACL "acl_rcpt_6" >>> processing "require" >>> check domains = <+ @mx_any/ignore=<;127.0.0.1;::1 @@ -21,5 +21,5 @@ >>> V4NET.0.0.1 in "<;127.0.0.1;::1"? no (end of list) >>> ten-1.test.ex in hosts_treat_as_local? no (end of list) >>> mxt11a.test.ex in "<+ @mx_any/ignore=<;127.0.0.1;::1"? no (end of list) ->>> require: condition test failed +>>> require: condition test failed in ACL "acl_rcpt_6" LOG: H=[V4NET.1.1.1] F=<x@y> rejected RCPT <6@mxt11a.test.ex>: domain doesn't match @mx_any/ignore=<;127.0.0.1;::1 |