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/0070 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0070')
-rw-r--r-- | test/stderr/0070 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/stderr/0070 b/test/stderr/0070 index ebcc21390..4a2959d4f 100644 --- a/test/stderr/0070 +++ b/test/stderr/0070 @@ -31,7 +31,7 @@ MUNGED: ::1 will be omitted in what follows >>> check verify = helo >>> verifying EHLO/HELO argument "NULL" >>> no EHLO/HELO command was issued ->>> require: condition test failed +>>> require: condition test failed in ACL "rcpt" LOG: H=[V4NET.0.0.13] F=<userx@cus.cam.ac.uk> rejected RCPT <a@b>: helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -56,7 +56,7 @@ MUNGED: ::1 will be omitted in what follows >>> using ACL "rcpt" >>> processing "require" >>> check verify = helo ->>> require: condition test failed +>>> require: condition test failed in ACL "rcpt" LOG: H=([V4NET.0.0.1]) [V4NET.0.0.2] F=<a@b> rejected RCPT <c@d>: helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -81,9 +81,9 @@ MUNGED: ::1 will be omitted in what follows >>> using ACL "rcpt" >>> processing "require" >>> check verify = helo ->>> require: condition test succeeded +>>> require: condition test succeeded in ACL "rcpt" >>> processing "deny" ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "rcpt" LOG: H=([V4NET.0.0.2]) [V4NET.0.0.2] F=<a@b> rejected RCPT <c@d>: helo did verify >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -207,7 +207,7 @@ MUNGED: ::1 will be omitted in what follows >>> processing "require" >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.99]" ->>> require: condition test failed +>>> require: condition test failed in ACL "rcpt" LOG: H=([V4NET.0.0.99]) [V4NET.0.0.13] F=<a@b> rejected RCPT <c@d>: helo not verified >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -232,9 +232,9 @@ MUNGED: ::1 will be omitted in what follows >>> check verify = helo >>> verifying EHLO/HELO argument "[V4NET.0.0.13]" >>> matched host address ->>> require: condition test succeeded +>>> require: condition test succeeded in ACL "rcpt" >>> processing "deny" ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "rcpt" LOG: H=([V4NET.0.0.13]) [V4NET.0.0.13] F=<a@b> rejected RCPT <c@d>: helo did verify >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -263,5 +263,5 @@ MUNGED: ::1 will be omitted in what follows >>> Test harness: host name lookup returns DEFER >>> getting IP address for rhubarb >>> no IP address found for host rhubarb (during SMTP connection from (rhubarb) [99.99.99.99]) ->>> require: condition test failed +>>> require: condition test failed in ACL "rcpt" LOG: H=(rhubarb) [99.99.99.99] F=<a@b> rejected RCPT <c@d>: helo not verified |