Cutthrough: avoid use of callout result cache
[exim.git] / test / stderr / 5403
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 >>> myhost.test.ex in helo_lookup_domains? yes (matched "@")
10 >>> looking up host name for 1.2.3.4
11 LOG: no host name found for IP address 1.2.3.4
12 >>> host in dsn_advertise_hosts? no (option unset)
13 >>> host in pipelining_advertise_hosts? yes (matched "*")
14 >>> using ACL "ar"
15 >>> processing "warn"
16 >>> check control = cutthrough_delivery
17 >>> check logwrite = rcpt for $local_part@$domain
18 >>> = rcpt for plain@domain.com
19 LOG: rcpt for plain@domain.com
20 >>> warn: condition test succeeded in ACL "ar"
21 >>> processing "warn"
22 >>> check condition = ${if eq {verify}{$local_part}}
23 >>> =
24 >>> warn: condition test failed in ACL "ar"
25 >>> processing "accept"
26 >>> accept: condition test succeeded in ACL "ar"
27 >>> end of ACL "ar": ACCEPT
28 LOG: 10HmaX-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for plain@domain.com
29 >>> host in hosts_connection_nolog? no (option unset)
30 >>> host in host_lookup? no (option unset)
31 >>> host in host_reject_connection? no (option unset)
32 >>> host in sender_unqualified_hosts? no (option unset)
33 >>> host in recipient_unqualified_hosts? no (option unset)
34 >>> host in helo_verify_hosts? no (option unset)
35 >>> host in helo_try_verify_hosts? no (option unset)
36 >>> host in helo_accept_junk_hosts? no (option unset)
37 >>> myhost.test.ex in helo_lookup_domains? yes (matched "@")
38 >>> looking up host name for 1.2.3.4
39 LOG: no host name found for IP address 1.2.3.4
40 >>> host in dsn_advertise_hosts? no (option unset)
41 >>> host in pipelining_advertise_hosts? yes (matched "*")
42 >>> using ACL "ar"
43 >>> processing "warn"
44 >>> check control = cutthrough_delivery
45 >>> check logwrite = rcpt for $local_part@$domain
46 >>> = rcpt for verify@domain.com
47 LOG: rcpt for verify@domain.com
48 >>> warn: condition test succeeded in ACL "ar"
49 >>> processing "warn"
50 >>> check condition = ${if eq {verify}{$local_part}}
51 >>> = true
52 >>> check verify = recipient/callout=use_sender
53 >>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
54 >>> routing verify@domain.com
55 >>> domain.com in "localhost.test.ex : localhost4.test.ex : thishost.test.ex"? no (end of list)
56 >>> domain.com in "test.ex : *.test.ex"? no (end of list)
57 >>> domain.com in "! +local_domains"? yes (end of list)
58 >>> calling all router
59 >>> domain.com in "special.com"? no (end of list)
60 >>> domain.com in "*"? yes (matched "*")
61 >>> local host found for non-MX address
62 >>> fully qualified name = 127.0.0.1
63 MUNGED: ::1 will be omitted in what follows
64 >>> get[host|ipnode]byname[2] looked up these IP addresses:
65 >>> name=127.0.0.1 address=127.0.0.1
66 >>> routed by all router
67 >>> Attempting full verification using callout
68 >>> callout cache: disabled by no_cache
69 >>> interface=ip4.ip4.ip4.ip4 port=1224
70 >>> Connecting to 127.0.0.1 [127.0.0.1]:1224 from ip4.ip4.ip4.ip4 ... connected
71 >>> SMTP<< 220 server ready
72 >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
73 >>> SMTP>> EHLO myhost.test.ex
74 >>> SMTP<< 250 OK
75 >>> 127.0.0.1 in hosts_require_auth? no (option unset)
76 >>> SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
77 >>> SMTP<< 250 OK
78 >>> SMTP>> RCPT TO:<verify@domain.com>
79 >>> SMTP<< 250 OK
80 >>> holding verify callout open for cutthrough delivery
81 >>> ----------- end verify ------------
82 >>> warn: condition test succeeded in ACL "ar"
83 >>> processing "accept"
84 >>> accept: condition test succeeded in ACL "ar"
85 >>> end of ACL "ar": ACCEPT
86 >>> SMTP>> QUIT
87 >>> ----------- cutthrough shutdown (host-checking mode) ------------
88 LOG: 10HmaY-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [1.2.3.4] P=esmtp S=sss for verify@domain.com