Add ACL name to debug output of condition result (bug 1238).
[exim.git] / test / stderr / 0401
1 >>> host in hosts_connection_nolog? no (option unset)
2 >>> host in host_lookup? no (option unset)
3 >>> host in host_reject_connection? no (option unset)
4 >>> host in sender_unqualified_hosts? no (option unset)
5 >>> host in recipient_unqualified_hosts? no (option unset)
6 >>> host in helo_verify_hosts? no (option unset)
7 >>> host in helo_try_verify_hosts? no (option unset)
8 >>> host in helo_accept_junk_hosts? no (option unset)
9 >>> using ACL "connect"
10 >>> processing "accept"
11 >>> check hosts = TESTSUITE/aux-var/0401.hosts1
12 >>> host in "TESTSUITE/aux-var/0401.hosts1"? yes (matched "V4NET.9.8.7" in TESTSUITE/aux-var/0401.hosts1)
13 >>> accept: condition test succeeded in ACL "connect"
14 >>> xxx in helo_lookup_domains? no (end of list)
15 >>> using ACL "mail"
16 >>> processing "accept"
17 >>> check hosts = TESTSUITE/aux-var/0401.hosts2
18 >>> no IP address found for host a2.2.2 (during SMTP connection from (xxx) [V4NET.9.8.7])
19 LOG: no IP address found for host a2.2.2 (during SMTP connection from (xxx) [V4NET.9.8.7])
20 >>> host in "TESTSUITE/aux-var/0401.hosts2"? no (failed to find IP address for a2.2.2)
21 >>> accept: condition test failed in ACL "mail"
22 >>> end of ACL "mail": implicit DENY
23 LOG: H=(xxx) [V4NET.9.8.7] rejected MAIL <x@y>
24 >>> host in hosts_connection_nolog? no (option unset)
25 >>> host in host_lookup? no (option unset)
26 >>> host in host_reject_connection? no (option unset)
27 >>> host in sender_unqualified_hosts? no (option unset)
28 >>> host in recipient_unqualified_hosts? no (option unset)
29 >>> host in helo_verify_hosts? no (option unset)
30 >>> host in helo_try_verify_hosts? no (option unset)
31 >>> host in helo_accept_junk_hosts? no (option unset)
32 >>> using ACL "connect"
33 >>> processing "accept"
34 >>> check hosts = TESTSUITE/aux-var/0401.hosts1
35 >>> sender host name required, to match against *.2.2
36 >>> looking up host name for V4NET.9.9.9
37 LOG: no host name found for IP address V4NET.9.9.9
38 >>> host in "TESTSUITE/aux-var/0401.hosts1"? no (failed to find host name for V4NET.9.9.9)
39 >>> accept: condition test failed in ACL "connect"
40 >>> end of ACL "connect": implicit DENY
41 LOG: H=[V4NET.9.9.9] rejected connection in "connect" ACL