Lookups: avoid leaking user/passwd from server spec to log. Bug 3066
[exim.git] / test / stderr / 0325
1 r1: $domain_data = DOMAIN DATA
2 r1: $local_part_data = LOCAL PART DATA
3 r2: $domain_data = DOMAIN DATA
4 r2: $local_part_data = LOCAL PART DATA
5 r3: $domain_data = DOMAIN DATA
6 r3: $local_part_data = LOCAL PART DATA
7 r4: $domain_data = DOMAIN DATA
8 r4: $local_part_data = LOCAL PART DATA
9 >>> host in hosts_connection_nolog? no (option unset)
10 >>> host in host_lookup? no (option unset)
11 >>> host in host_reject_connection? no (option unset)
12 >>> host in sender_unqualified_hosts? no (option unset)
13 >>> host in recipient_unqualified_hosts? no (option unset)
14 >>> host in helo_verify_hosts? no (option unset)
15 >>> host in helo_try_verify_hosts? no (option unset)
16 >>> host in helo_accept_junk_hosts? no (option unset)
17 >>> test in helo_lookup_domains?
18 >>>  list element: @
19 >>>  list element: @[]
20 >>> test in helo_lookup_domains? no (end of list)
21 >>> using ACL "a1"
22 >>> processing "accept" (TESTSUITE/test-config 19)
23 >>> check domains = +test_domains
24 >>> a.b.c in "+test_domains"?
25 >>>  list element: +test_domains
26 >>>  a.b.c in "lsearch; TESTSUITE/aux-fixed/0325.data"?
27 >>>   list element: lsearch; TESTSUITE/aux-fixed/0325.data
28 >>>   a.b.c in "lsearch; TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch; TESTSUITE/aux-fixed/0325.data")
29 >>>  a.b.c in "+test_domains"? yes (matched "+test_domains")
30 >>> check local_parts = +test_local_parts
31 >>> xxx in "+test_local_parts"?
32 >>>  list element: +test_local_parts
33 >>>  xxx in "lsearch;TESTSUITE/aux-fixed/0325.data"?
34 >>>   list element: lsearch;TESTSUITE/aux-fixed/0325.data
35 >>>   xxx in "lsearch;TESTSUITE/aux-fixed/0325.data"? yes (matched "lsearch;TESTSUITE/aux-fixed/0325.data")
36 >>>  xxx in "+test_local_parts"? yes (matched "+test_local_parts")
37 >>> check condition = ${if eq{$domain_data/$local_part_data}{DOMAIN DATA/LOCAL PART DATA}{no}{yes}}
38 >>>                 = no
39 >>> accept: condition test failed in ACL "a1"
40 >>> processing "deny" (TESTSUITE/test-config 24)
41 >>> check domains = +test_domains
42 >>> a.b.c in "+test_domains"?
43 >>>  list element: +test_domains
44 >>>  a.b.c in "+test_domains"? yes (matched "+test_domains" - cached)
45 >>> check local_parts = +test_local_parts
46 >>> xxx in "+test_local_parts"?
47 >>>  list element: +test_local_parts
48 >>>  xxx in "+test_local_parts"? yes (matched "+test_local_parts" - cached)
49 >>>   message: \$domain_data=$domain_data \$local_part_data=$local_part_data
50 >>> deny: condition test succeeded in ACL "a1"
51 >>> end of ACL "a1": DENY
52 LOG: H=(test) [V4NET.0.0.0] F=<a@b.c> rejected RCPT xxx@a.b.c: $domain_data=DOMAIN DATA $local_part_data=LOCAL PART DATA