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/0080 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0080')
-rw-r--r-- | test/stderr/0080 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stderr/0080 b/test/stderr/0080 index 823b84c67..199d3a22c 100644 --- a/test/stderr/0080 +++ b/test/stderr/0080 @@ -13,19 +13,19 @@ >>> check recipients = postmaster@exim.test.ex >>> exim.test.ex in "exim.test.ex"? yes (matched "exim.test.ex") >>> postmaster@exim.test.ex in "postmaster@exim.test.ex"? yes (matched "postmaster@exim.test.ex") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" >>> using ACL "check_recipient" >>> processing "accept" >>> check recipients = postmaster@exim.test.ex >>> list@exim.test.ex in "postmaster@exim.test.ex"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "deny" >>> check dnslists = rbl.test.ex:rbl2.test.ex >>> DNS list check: rbl.test.ex >>> new DNS lookup for 14.12.11.V4NET.rbl.test.ex >>> DNS lookup for 14.12.11.V4NET.rbl.test.ex succeeded (yielding 127.0.0.2) >>> => that means V4NET.11.12.14 is listed at rbl.test.ex ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "check_recipient" LOG: H=(exim.test.ex) [V4NET.11.12.14] F=<postmaster@exim.test.ex> rejected RCPT list@exim.test.ex: host is listed in rbl.test.ex >>> host in ignore_fromline_hosts? no (option unset) LOG: 10HmaX-0005vi-00 <= postmaster@exim.test.ex H=(exim.test.ex) [V4NET.11.12.14] P=esmtp S=sss |