Logging: ensure that an error for a mistyped IPv6 address in a search
[exim.git] / test / stderr / 0475
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 >>> test in helo_lookup_domains?
10 >>>  list element: @
11 >>>  list element: @[]
12 >>> test in helo_lookup_domains? no (end of list)
13 >>> using ACL "a1"
14 >>> processing "deny" (TESTSUITE/test-config 17)
15 >>> check hosts = 1.2.3.4 : <; 1.2.3.4::5.6.7.8
16 >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"?
17 >>>  list element: 1.2.3.4
18 >>>  list element: <; 1.2.3.4:5.6.7.8
19 LOG: unknown lookup type "<" in host list item "<; 1.2.3.4:5.6.7.8"
20 >>> host in "1.2.3.4 : <; 1.2.3.4::5.6.7.8"? list match deferred for <; 1.2.3.4:5.6.7.8
21 >>> deny: condition test deferred in ACL "a1"
22 LOG: H=(test) [V4NET.0.0.0] F=<> temporarily rejected RCPT <a1@b>: unknown lookup type "<"
23 >>> using ACL "a2"
24 >>> processing "deny" (TESTSUITE/test-config 20)
25 >>> check hosts = 1.2.3/24
26 >>> host in "1.2.3/24"?
27 >>>  list element: 1.2.3/24
28 >>>  host in "1.2.3/24"? no (malformed IPv4 address or address mask: 1.2.3)
29 LOG: list matching forced to fail: malformed IPv4 address or address mask: 1.2.3
30 >>>  deny: condition test failed in ACL "a2"
31 >>>  end of ACL "a2": implicit DENY
32 LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT <a2@b>
33 >>>  using ACL "a3"
34 >>>  processing "deny" (TESTSUITE/test-config 23)
35 >>>  check hosts = <; fe80::1
36 >>>  host in "<; fe80::1"?
37 >>>   list element: fe80::1
38 >>>  host in "<; fe80::1"? no (end of list)
39 >>>  deny: condition test failed in ACL "a3"
40 >>>  end of ACL "a3": implicit DENY
41 LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT <a3@b>
42 >>>  using ACL "a4"
43 >>>  processing "deny" (TESTSUITE/test-config 26)
44 >>>  check hosts = <; fe80:1
45 >>>  host in "<; fe80:1"?
46 >>>   list element: fe80:1
47 >>>   host in "<; fe80:1"? no (malformed IPv6 address or address mask: fe80:1)
48 LOG: list matching forced to fail: malformed IPv6 address or address mask: fe80:1
49 >>>   deny: condition test failed in ACL "a4"
50 >>>   end of ACL "a4": implicit DENY
51 LOG: H=(test) [V4NET.0.0.0] F=<> rejected RCPT <a4@b>