Downgrade an unfound-list name from panic to DEFER. Bug 1645
[exim.git] / test / stderr / 5420
CommitLineData
b32ddfaa
JH
1Exim version x.yz ....
2configuration file is TESTSUITE/test-config
3admin user
4 in hosts_connection_nolog? no (option unset)
5LOG: smtp_connection MAIN
6 SMTP connection from CALLER
1b37ac39
JH
7 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
8 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
9 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 10 in dsn_advertise_hosts? no (option unset)
b32ddfaa 11 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 12 in chunking_advertise_hosts? no (end of list)
b32ddfaa 13 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
14 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
15 ┌considering: SERVER}{server}{queue}{cutthrough}}
16 ├──expanding: SERVER
17 └─────result: SERVER
18 ┌considering: server}{queue}{cutthrough}}
19 ├──expanding: server
20 └─────result: server
21 ├──condition: eq {SERVER}{server}
22 ├─────result: false
23 ┌───scanning: queue}{cutthrough}}
24 ├──expanding: queue
25 ├─────result: queue
26 └───skipping: result is not used
27 ┌considering: cutthrough}}
28 ├──expanding: cutthrough
29 └─────result: cutthrough
30 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
31 └─────result: cutthrough
b32ddfaa
JH
32using ACL "cutthrough"
33processing "accept"
34check control = cutthrough_delivery
35check verify = recipient
36domain.com in "test.ex : *.test.ex"? no (end of list)
37domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
38 ┌considering: $local_part
39 ├──expanding: $local_part
40 └─────result: userx
b32ddfaa
JH
41domain.com in "*"? yes (matched "*")
42----------- end verify ------------
43accept: condition test succeeded in ACL "cutthrough"
a7538db1 44end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
45----------- start cutthrough setup ------------
46domain.com in "test.ex : *.test.ex"? no (end of list)
47domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
48 ┌considering: $local_part
49 ├──expanding: $local_part
50 └─────result: userx
b32ddfaa 51domain.com in "*"? yes (matched "*")
cb340d8d 52Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
53 ┌considering: $primary_hostname
54 ├──expanding: $primary_hostname
55 └─────result: myhost.test.ex
b32ddfaa
JH
56 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
57127.0.0.1 in hosts_avoid_esmtp? no (option unset)
58 SMTP>> EHLO myhost.test.ex
76003495 59cmd buf flush ddd bytes
b32ddfaa
JH
60 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
61 250-SIZE 52428800
62 250-8BITMIME
63 250-PIPELINING
64 250-STARTTLS
65 250 HELP
1b37ac39
JH
66 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
67 ┌considering: $address_data}{usery}{*}{:}}
68 ├──expanding: $address_data
69 └─────result: userx
70 ┌considering: usery}{*}{:}}
71 ├──expanding: usery
72 └─────result: usery
73 ├──condition: eq {$address_data}{usery}
74 ├─────result: false
75 ┌───scanning: *}{:}}
76 ├──expanding: *
77 ├─────result: *
78 └───skipping: result is not used
79 ┌considering: :}}
80 ├──expanding: :
81 └─────result: :
82 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
83 └─────result: :
b32ddfaa 84127.0.0.1 in hosts_avoid_tls? no (end of list)
1b37ac39
JH
85 ┌considering: ${if eq {$address_data}{userz}{*}{:}}
86 ┌considering: $address_data}{userz}{*}{:}}
87 ├──expanding: $address_data
88 └─────result: userx
89 ┌considering: userz}{*}{:}}
90 ├──expanding: userz
91 └─────result: userz
92 ├──condition: eq {$address_data}{userz}
93 ├─────result: false
94 ┌───scanning: *}{:}}
95 ├──expanding: *
96 ├─────result: *
97 └───skipping: result is not used
98 ┌considering: :}}
99 ├──expanding: :
100 └─────result: :
101 ├──expanding: ${if eq {$address_data}{userz}{*}{:}}
102 └─────result: :
99400968 103127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
b32ddfaa 104 SMTP>> STARTTLS
76003495 105cmd buf flush ddd bytes
b32ddfaa 106 SMTP<< 220 TLS go ahead
aa2a70ba 107127.0.0.1 in tls_verify_hosts? no (option unset)
610ff438
JH
108127.0.0.1 in tls_try_verify_hosts? yes (matched "*")
109127.0.0.1 in tls_verify_cert_hostnames? yes (matched "*")
b32ddfaa 110 SMTP>> EHLO myhost.test.ex
76003495 111cmd buf flush ddd bytes
b32ddfaa
JH
112 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
113 250-SIZE 52428800
114 250-8BITMIME
115 250-PIPELINING
116 250 HELP
02b41d71
JH
117127.0.0.1 in hosts_avoid_pipelining? no (option unset)
118using PIPELINING
119not using DSN
da45993f 120127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 121 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
b32ddfaa 122 SMTP>> RCPT TO:<userx@domain.com>
76003495 123cmd buf flush ddd bytes
e9166683 124 SMTP<< 250 OK
b32ddfaa 125 SMTP<< 250 Accepted
8b9476ba 126holding verify callout open for cutthrough delivery
b32ddfaa
JH
127----------- end cutthrough setup ------------
128processing "accept"
129accept: condition test succeeded in inline ACL
a7538db1 130end of inline ACL: ACCEPT
b32ddfaa
JH
131 SMTP>> DATA
132 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
133 ┌considering: ${tod_full}
134 ├──expanding: ${tod_full}
135 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
136 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 137 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 138 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
139 ${if def:sender_address {(envelope-from <$sender_address>)
140 }}id $message_exim_id${if def:received_for {
141 for $received_for}}
1b37ac39
JH
142 ├──condition: def:sender_rcvhost
143 ├─────result: false
144 ┌───scanning: from $sender_rcvhost
f9913671 145 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 146 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
147 ${if def:sender_address {(envelope-from <$sender_address>)
148 }}id $message_exim_id${if def:received_for {
149 for $received_for}}
1b37ac39 150 ├──expanding: from $sender_rcvhost
f9913671 151
1b37ac39 152 ├─────result: from
f9913671 153
1b37ac39
JH
154 └───skipping: result is not used
155 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 156 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
157 ${if def:sender_address {(envelope-from <$sender_address>)
158 }}id $message_exim_id${if def:received_for {
159 for $received_for}}
1b37ac39
JH
160 ├──condition: def:sender_ident
161 ├─────result: true
162 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 163 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
164 ${if def:sender_address {(envelope-from <$sender_address>)
165 }}id $message_exim_id${if def:received_for {
166 for $received_for}}
167 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 168 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
169 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
170 ╎ }}id $message_exim_id${if def:received_for {
171 ╎ for $received_for}}
172 ╎├──expanding: $sender_ident
173 ╎└─────result: CALLER
1b37ac39
JH
174 ├──expanding: from ${quote_local_part:$sender_ident}
175 └─────result: from CALLER
176 ├──condition: def:sender_helo_name
177 ├─────result: true
178 ┌considering: (helo=$sender_helo_name)
492fd282 179 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
180 ${if def:sender_address {(envelope-from <$sender_address>)
181 }}id $message_exim_id${if def:received_for {
182 for $received_for}}
1b37ac39 183 ├──expanding: (helo=$sender_helo_name)
f9913671 184
1b37ac39 185 └─────result: (helo=myhost.test.ex)
f9913671 186
1b37ac39 187 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 188 }}
1b37ac39 189 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 190
1b37ac39
JH
191 ├──condition: def:received_protocol
192 ├─────result: true
492fd282 193 ┌considering: with $received_protocol}} (Exim $version_number)
f9913671
JH
194 ${if def:sender_address {(envelope-from <$sender_address>)
195 }}id $message_exim_id${if def:received_for {
196 for $received_for}}
1b37ac39
JH
197 ├──expanding: with $received_protocol
198 └─────result: with local-esmtp
1b37ac39
JH
199 ├──condition: def:sender_address
200 ├─────result: true
201 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
202 }}id $message_exim_id${if def:received_for {
203 for $received_for}}
1b37ac39 204 ├──expanding: (envelope-from <$sender_address>)
f9913671 205
1b37ac39 206 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 207
1b37ac39
JH
208 ├──condition: def:received_for
209 ├─────result: true
210 ┌considering:
f9913671 211 for $received_for}}
1b37ac39 212 ├──expanding:
f9913671 213 for $received_for
1b37ac39 214 └─────result:
f9913671 215 for userx@domain.com
1b37ac39 216 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 217 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 218 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
219 ${if def:sender_address {(envelope-from <$sender_address>)
220 }}id $message_exim_id${if def:received_for {
221 for $received_for}}
1b37ac39 222 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
223 by myhost.test.ex with local-esmtp (Exim x.yz)
224 (envelope-from <CALLER@myhost.test.ex>)
225 id 10HmaX-0005vi-00
226 for userx@domain.com
36f53194
JH
227----------- start cutthrough headers send -----------
228----------- done cutthrough headers send ------------
1b37ac39
JH
229 ┌considering: ${tod_full}
230 ├──expanding: ${tod_full}
231 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 232 SMTP>> .
d4dc049f 233 SMTP<< 250 OK id=10HmaY-0005vi-00
b32ddfaa 234LOG: MAIN
ba86e143 235 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:ke_RSA_AES_256_CBC_SHAnnn:256 CV=no C="250 OK id=10HmaY-0005vi-00"
b32ddfaa 236 SMTP>> QUIT
2760b518 237 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 238 SMTP(close)>>
b32ddfaa
JH
239----------- cutthrough shutdown (delivered) ------------
240LOG: MAIN
241 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
242LOG: MAIN
243 Completed
244LOG: smtp_connection MAIN
245 SMTP connection from CALLER closed by QUIT
9bfb7e1b 246>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
247Exim version x.yz ....
248configuration file is TESTSUITE/test-config
249admin user
250 in hosts_connection_nolog? no (option unset)
251LOG: smtp_connection MAIN
252 SMTP connection from CALLER
1b37ac39
JH
253 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
254 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
255 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 256 in dsn_advertise_hosts? no (option unset)
b32ddfaa 257 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 258 in chunking_advertise_hosts? no (end of list)
b32ddfaa 259 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
260 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
261 ┌considering: SERVER}{server}{queue}{cutthrough}}
262 ├──expanding: SERVER
263 └─────result: SERVER
264 ┌considering: server}{queue}{cutthrough}}
265 ├──expanding: server
266 └─────result: server
267 ├──condition: eq {SERVER}{server}
268 ├─────result: false
269 ┌───scanning: queue}{cutthrough}}
270 ├──expanding: queue
271 ├─────result: queue
272 └───skipping: result is not used
273 ┌considering: cutthrough}}
274 ├──expanding: cutthrough
275 └─────result: cutthrough
276 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
277 └─────result: cutthrough
b32ddfaa
JH
278using ACL "cutthrough"
279processing "accept"
280check control = cutthrough_delivery
281check verify = recipient
282domain.com in "test.ex : *.test.ex"? no (end of list)
283domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
284 ┌considering: $local_part
285 ├──expanding: $local_part
286 └─────result: usery
b32ddfaa
JH
287domain.com in "*"? yes (matched "*")
288----------- end verify ------------
289accept: condition test succeeded in ACL "cutthrough"
a7538db1 290end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
291----------- start cutthrough setup ------------
292domain.com in "test.ex : *.test.ex"? no (end of list)
293domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
294 ┌considering: $local_part
295 ├──expanding: $local_part
296 └─────result: usery
b32ddfaa 297domain.com in "*"? yes (matched "*")
cb340d8d 298Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
299 ┌considering: $primary_hostname
300 ├──expanding: $primary_hostname
301 └─────result: myhost.test.ex
b32ddfaa
JH
302 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
303127.0.0.1 in hosts_avoid_esmtp? no (option unset)
304 SMTP>> EHLO myhost.test.ex
76003495 305cmd buf flush ddd bytes
b32ddfaa
JH
306 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
307 250-SIZE 52428800
308 250-8BITMIME
309 250-PIPELINING
310 250-STARTTLS
311 250 HELP
1b37ac39
JH
312 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
313 ┌considering: $address_data}{usery}{*}{:}}
314 ├──expanding: $address_data
315 └─────result: usery
316 ┌considering: usery}{*}{:}}
317 ├──expanding: usery
318 └─────result: usery
319 ├──condition: eq {$address_data}{usery}
320 ├─────result: true
321 ┌considering: *}{:}}
322 ├──expanding: *
323 └─────result: *
324 ┌───scanning: :}}
325 ├──expanding: :
326 ├─────result: :
327 └───skipping: result is not used
328 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
329 └─────result: *
b32ddfaa 330127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
331127.0.0.1 in hosts_avoid_pipelining? no (option unset)
332using PIPELINING
333not using DSN
da45993f 334127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 335 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
b32ddfaa 336 SMTP>> RCPT TO:<usery@domain.com>
76003495 337cmd buf flush ddd bytes
e9166683 338 SMTP<< 250 OK
b32ddfaa 339 SMTP<< 250 Accepted
8b9476ba 340holding verify callout open for cutthrough delivery
b32ddfaa
JH
341----------- end cutthrough setup ------------
342processing "accept"
343accept: condition test succeeded in inline ACL
a7538db1 344end of inline ACL: ACCEPT
b32ddfaa
JH
345 SMTP>> DATA
346 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
347 ┌considering: ${tod_full}
348 ├──expanding: ${tod_full}
349 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
350 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 351 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 352 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
353 ${if def:sender_address {(envelope-from <$sender_address>)
354 }}id $message_exim_id${if def:received_for {
355 for $received_for}}
1b37ac39
JH
356 ├──condition: def:sender_rcvhost
357 ├─────result: false
358 ┌───scanning: from $sender_rcvhost
f9913671 359 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 360 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
361 ${if def:sender_address {(envelope-from <$sender_address>)
362 }}id $message_exim_id${if def:received_for {
363 for $received_for}}
1b37ac39 364 ├──expanding: from $sender_rcvhost
f9913671 365
1b37ac39 366 ├─────result: from
f9913671 367
1b37ac39
JH
368 └───skipping: result is not used
369 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 370 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
371 ${if def:sender_address {(envelope-from <$sender_address>)
372 }}id $message_exim_id${if def:received_for {
373 for $received_for}}
1b37ac39
JH
374 ├──condition: def:sender_ident
375 ├─────result: true
376 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 377 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
378 ${if def:sender_address {(envelope-from <$sender_address>)
379 }}id $message_exim_id${if def:received_for {
380 for $received_for}}
381 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 382 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
383 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
384 ╎ }}id $message_exim_id${if def:received_for {
385 ╎ for $received_for}}
386 ╎├──expanding: $sender_ident
387 ╎└─────result: CALLER
1b37ac39
JH
388 ├──expanding: from ${quote_local_part:$sender_ident}
389 └─────result: from CALLER
390 ├──condition: def:sender_helo_name
391 ├─────result: true
392 ┌considering: (helo=$sender_helo_name)
492fd282 393 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
394 ${if def:sender_address {(envelope-from <$sender_address>)
395 }}id $message_exim_id${if def:received_for {
396 for $received_for}}
1b37ac39 397 ├──expanding: (helo=$sender_helo_name)
f9913671 398
1b37ac39 399 └─────result: (helo=myhost.test.ex)
f9913671 400
1b37ac39 401 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 402 }}
1b37ac39 403 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 404
1b37ac39
JH
405 ├──condition: def:received_protocol
406 ├─────result: true
492fd282 407 ┌considering: with $received_protocol}} (Exim $version_number)
f9913671
JH
408 ${if def:sender_address {(envelope-from <$sender_address>)
409 }}id $message_exim_id${if def:received_for {
410 for $received_for}}
1b37ac39
JH
411 ├──expanding: with $received_protocol
412 └─────result: with local-esmtp
1b37ac39
JH
413 ├──condition: def:sender_address
414 ├─────result: true
415 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
416 }}id $message_exim_id${if def:received_for {
417 for $received_for}}
1b37ac39 418 ├──expanding: (envelope-from <$sender_address>)
f9913671 419
1b37ac39 420 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 421
1b37ac39
JH
422 ├──condition: def:received_for
423 ├─────result: true
424 ┌considering:
f9913671 425 for $received_for}}
1b37ac39 426 ├──expanding:
f9913671 427 for $received_for
1b37ac39 428 └─────result:
f9913671 429 for usery@domain.com
1b37ac39 430 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 431 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 432 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
433 ${if def:sender_address {(envelope-from <$sender_address>)
434 }}id $message_exim_id${if def:received_for {
435 for $received_for}}
1b37ac39 436 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
437 by myhost.test.ex with local-esmtp (Exim x.yz)
438 (envelope-from <CALLER@myhost.test.ex>)
439 id 10HmaZ-0005vi-00
440 for usery@domain.com
36f53194
JH
441----------- start cutthrough headers send -----------
442----------- done cutthrough headers send ------------
1b37ac39
JH
443 ┌considering: ${tod_full}
444 ├──expanding: ${tod_full}
445 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 446 SMTP>> .
d4dc049f 447 SMTP<< 250 OK id=10HmbA-0005vi-00
b32ddfaa 448LOG: MAIN
d4dc049f 449 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbA-0005vi-00"
b32ddfaa 450 SMTP>> QUIT
2760b518 451 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 452 SMTP(close)>>
b32ddfaa
JH
453----------- cutthrough shutdown (delivered) ------------
454LOG: MAIN
455 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
456LOG: MAIN
457 Completed
458LOG: smtp_connection MAIN
459 SMTP connection from CALLER closed by QUIT
9bfb7e1b 460>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
461Exim version x.yz ....
462configuration file is TESTSUITE/test-config
463admin user
464 in hosts_connection_nolog? no (option unset)
465LOG: smtp_connection MAIN
466 SMTP connection from CALLER
1b37ac39
JH
467 ┌considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
468 ├──expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
469 └─────result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 470 in dsn_advertise_hosts? no (option unset)
99400968 471 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 472 in chunking_advertise_hosts? no (end of list)
99400968 473 in tls_advertise_hosts? yes (matched "*")
1b37ac39
JH
474 ┌considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
475 ┌considering: SERVER}{server}{queue}{cutthrough}}
476 ├──expanding: SERVER
477 └─────result: SERVER
478 ┌considering: server}{queue}{cutthrough}}
479 ├──expanding: server
480 └─────result: server
481 ├──condition: eq {SERVER}{server}
482 ├─────result: false
483 ┌───scanning: queue}{cutthrough}}
484 ├──expanding: queue
485 ├─────result: queue
486 └───skipping: result is not used
487 ┌considering: cutthrough}}
488 ├──expanding: cutthrough
489 └─────result: cutthrough
490 ├──expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
491 └─────result: cutthrough
99400968
JH
492using ACL "cutthrough"
493processing "accept"
494check control = cutthrough_delivery
495check verify = recipient
496domain.com in "test.ex : *.test.ex"? no (end of list)
497domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
498 ┌considering: $local_part
499 ├──expanding: $local_part
500 └─────result: usery
99400968
JH
501domain.com in "*"? yes (matched "*")
502----------- end verify ------------
503accept: condition test succeeded in ACL "cutthrough"
a7538db1 504end of ACL "cutthrough": ACCEPT
99400968
JH
505----------- start cutthrough setup ------------
506domain.com in "test.ex : *.test.ex"? no (end of list)
507domain.com in "! +local_domains"? yes (end of list)
1b37ac39
JH
508 ┌considering: $local_part
509 ├──expanding: $local_part
510 └─────result: usery
99400968 511domain.com in "*"? yes (matched "*")
cb340d8d 512Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
1b37ac39
JH
513 ┌considering: $primary_hostname
514 ├──expanding: $primary_hostname
515 └─────result: myhost.test.ex
99400968
JH
516 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
517127.0.0.1 in hosts_avoid_esmtp? no (option unset)
518 SMTP>> EHLO myhost.test.ex
76003495 519cmd buf flush ddd bytes
99400968
JH
520 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
521 250-SIZE 52428800
522 250-8BITMIME
523 250-PIPELINING
524 250-STARTTLS
525 250 HELP
1b37ac39
JH
526 ┌considering: ${if eq {$address_data}{usery}{*}{:}}
527 ┌considering: $address_data}{usery}{*}{:}}
528 ├──expanding: $address_data
529 └─────result: usery
530 ┌considering: usery}{*}{:}}
531 ├──expanding: usery
532 └─────result: usery
533 ├──condition: eq {$address_data}{usery}
534 ├─────result: true
535 ┌considering: *}{:}}
536 ├──expanding: *
537 └─────result: *
538 ┌───scanning: :}}
539 ├──expanding: :
540 ├─────result: :
541 └───skipping: result is not used
542 ├──expanding: ${if eq {$address_data}{usery}{*}{:}}
543 └─────result: *
99400968 544127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
545127.0.0.1 in hosts_avoid_pipelining? no (option unset)
546using PIPELINING
547not using DSN
da45993f 548127.0.0.1 in hosts_require_auth? no (option unset)
14de8063 549 SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
99400968 550 SMTP>> RCPT TO:<usery@domain.com>
76003495 551cmd buf flush ddd bytes
e9166683 552 SMTP<< 250 OK
99400968 553 SMTP<< 250 Accepted
8b9476ba 554holding verify callout open for cutthrough delivery
99400968
JH
555----------- end cutthrough setup ------------
556processing "accept"
557accept: condition test succeeded in inline ACL
a7538db1 558end of inline ACL: ACCEPT
99400968
JH
559 SMTP>> DATA
560 SMTP<< 354 Enter message, ending with "." on a line by itself
1b37ac39
JH
561 ┌considering: ${tod_full}
562 ├──expanding: ${tod_full}
563 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
564 ┌considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 565 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 566 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
567 ${if def:sender_address {(envelope-from <$sender_address>)
568 }}id $message_exim_id${if def:received_for {
569 for $received_for}}
1b37ac39
JH
570 ├──condition: def:sender_rcvhost
571 ├─────result: false
572 ┌───scanning: from $sender_rcvhost
f9913671 573 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 574 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
575 ${if def:sender_address {(envelope-from <$sender_address>)
576 }}id $message_exim_id${if def:received_for {
577 for $received_for}}
1b37ac39 578 ├──expanding: from $sender_rcvhost
f9913671 579
1b37ac39 580 ├─────result: from
f9913671 581
1b37ac39
JH
582 └───skipping: result is not used
583 ┌considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 584 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
585 ${if def:sender_address {(envelope-from <$sender_address>)
586 }}id $message_exim_id${if def:received_for {
587 for $received_for}}
1b37ac39
JH
588 ├──condition: def:sender_ident
589 ├─────result: true
590 ┌considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 591 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
592 ${if def:sender_address {(envelope-from <$sender_address>)
593 }}id $message_exim_id${if def:received_for {
594 for $received_for}}
595 ╎┌considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 596 ╎ }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
597 ╎ ${if def:sender_address {(envelope-from <$sender_address>)
598 ╎ }}id $message_exim_id${if def:received_for {
599 ╎ for $received_for}}
600 ╎├──expanding: $sender_ident
601 ╎└─────result: CALLER
1b37ac39
JH
602 ├──expanding: from ${quote_local_part:$sender_ident}
603 └─────result: from CALLER
604 ├──condition: def:sender_helo_name
605 ├─────result: true
606 ┌considering: (helo=$sender_helo_name)
492fd282 607 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
608 ${if def:sender_address {(envelope-from <$sender_address>)
609 }}id $message_exim_id${if def:received_for {
610 for $received_for}}
1b37ac39 611 ├──expanding: (helo=$sender_helo_name)
f9913671 612
1b37ac39 613 └─────result: (helo=myhost.test.ex)
f9913671 614
1b37ac39 615 ├──expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
f9913671 616 }}
1b37ac39 617 └─────result: from CALLER (helo=myhost.test.ex)
f9913671 618
1b37ac39
JH
619 ├──condition: def:received_protocol
620 ├─────result: true
492fd282 621 ┌considering: with $received_protocol}} (Exim $version_number)
f9913671
JH
622 ${if def:sender_address {(envelope-from <$sender_address>)
623 }}id $message_exim_id${if def:received_for {
624 for $received_for}}
1b37ac39
JH
625 ├──expanding: with $received_protocol
626 └─────result: with local-esmtp
1b37ac39
JH
627 ├──condition: def:sender_address
628 ├─────result: true
629 ┌considering: (envelope-from <$sender_address>)
f9913671
JH
630 }}id $message_exim_id${if def:received_for {
631 for $received_for}}
1b37ac39 632 ├──expanding: (envelope-from <$sender_address>)
f9913671 633
1b37ac39 634 └─────result: (envelope-from <CALLER@myhost.test.ex>)
f9913671 635
1b37ac39
JH
636 ├──condition: def:received_for
637 ├─────result: true
638 ┌considering:
f9913671 639 for $received_for}}
1b37ac39 640 ├──expanding:
f9913671 641 for $received_for
1b37ac39 642 └─────result:
f9913671 643 for usery@domain.com
1b37ac39 644 ├──expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
f9913671 645 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
492fd282 646 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
f9913671
JH
647 ${if def:sender_address {(envelope-from <$sender_address>)
648 }}id $message_exim_id${if def:received_for {
649 for $received_for}}
1b37ac39 650 └─────result: Received: from CALLER (helo=myhost.test.ex)
f9913671
JH
651 by myhost.test.ex with local-esmtp (Exim x.yz)
652 (envelope-from <CALLER@myhost.test.ex>)
653 id 10HmbB-0005vi-00
654 for usery@domain.com
36f53194
JH
655----------- start cutthrough headers send -----------
656----------- done cutthrough headers send ------------
1b37ac39
JH
657 ┌considering: ${tod_full}
658 ├──expanding: ${tod_full}
659 └─────result: Tue, 2 Mar 1999 09:44:33 +0000
99400968 660 SMTP>> .
d4dc049f 661 SMTP<< 250 OK id=10HmbC-0005vi-00
99400968 662LOG: MAIN
d4dc049f 663 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00"
99400968 664 SMTP>> QUIT
2760b518 665 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 666 SMTP(close)>>
99400968
JH
667----------- cutthrough shutdown (delivered) ------------
668LOG: MAIN
669 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
670LOG: MAIN
671 Completed
672LOG: smtp_connection MAIN
673 SMTP connection from CALLER closed by QUIT
9bfb7e1b 674>>>>>>>>>>>>>>>> Exim pid=pppp (msg setup toplevel) terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
675
676******** SERVER ********