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/0061 | |
parent | 2416c261306ff5e1248c5501b736b031a27367f5 (diff) |
Add ACL name to debug output of condition result (bug 1238).
Diffstat (limited to 'test/stderr/0061')
-rw-r--r-- | test/stderr/0061 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/test/stderr/0061 b/test/stderr/0061 index 5ffb19f01..99511950e 100644 --- a/test/stderr/0061 +++ b/test/stderr/0061 @@ -11,18 +11,18 @@ >>> check domains = +local_domains >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" >>> using ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +relay_domains >>> anotherhost.example.com in "test.ex"? no (end of list) >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check hosts = +relay_hosts MUNGED: ::1 will be omitted in what follows @@ -30,7 +30,7 @@ MUNGED: ::1 will be omitted in what follows >>> name=ten-1.test.ex address=V4NET.0.0.1 >>> host in "@"? yes (matched "@") >>> host in "+relay_hosts"? yes (matched "+relay_hosts") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" LOG: 10HmaX-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.1] P=smtp S=sss >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) @@ -45,18 +45,18 @@ LOG: 10HmaX-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.1] P=smtp S=sss >>> check domains = +local_domains >>> test.ex in "test.ex : myhost.ex"? yes (matched "test.ex") >>> test.ex in "+local_domains"? yes (matched "+local_domains") ->>> accept: condition test succeeded +>>> accept: condition test succeeded in ACL "check_recipient" >>> using ACL "check_recipient" >>> processing "accept" >>> check domains = +local_domains >>> anotherhost.example.com in "test.ex : myhost.ex"? no (end of list) >>> anotherhost.example.com in "+local_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check domains = +relay_domains >>> anotherhost.example.com in "test.ex"? no (end of list) >>> anotherhost.example.com in "+relay_domains"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "accept" >>> check hosts = +relay_hosts MUNGED: ::1 will be omitted in what follows @@ -64,8 +64,8 @@ MUNGED: ::1 will be omitted in what follows >>> name=ten-1.test.ex address=V4NET.0.0.1 >>> host in "@"? no (end of list) >>> host in "+relay_hosts"? no (end of list) ->>> accept: condition test failed +>>> accept: condition test failed in ACL "check_recipient" >>> processing "deny" ->>> deny: condition test succeeded +>>> deny: condition test succeeded in ACL "check_recipient" LOG: H=[V4NET.0.0.2] F=<userx@somehost.example.com> rejected RCPT <userx@anotherhost.example.com>: relay not permitted LOG: 10HmaY-0005vi-00 <= userx@somehost.example.com H=[V4NET.0.0.2] P=smtp S=sss |