Testsuite: sys_errlist[] not supported on all platforms
[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
e1d04f48
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 "*")
e1d04f48
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)
e1d04f48
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)
e1d04f48
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
e1d04f48
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
e1d04f48
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)
e1d04f48
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)
02b41d71 121 SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
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
e1d04f48
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
e47376be 137 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 138 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
139 ${if def:sender_address {(envelope-from <$sender_address>)
140 }}id $message_exim_id${if def:received_for {
141 for $received_for}}
e1d04f48
JH
142 |__condition: def:sender_rcvhost
143 |_____result: false
144 / scanning: from $sender_rcvhost
e47376be 145 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 146 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
147 ${if def:sender_address {(envelope-from <$sender_address>)
148 }}id $message_exim_id${if def:received_for {
149 for $received_for}}
e1d04f48 150 |__expanding: from $sender_rcvhost
b32ddfaa 151
e1d04f48 152 |_____result: from
b32ddfaa 153
e1d04f48
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)
340f3113 156 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
157 ${if def:sender_address {(envelope-from <$sender_address>)
158 }}id $message_exim_id${if def:received_for {
159 for $received_for}}
e1d04f48
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)
340f3113 163 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
164 ${if def:sender_address {(envelope-from <$sender_address>)
165 }}id $message_exim_id${if def:received_for {
166 for $received_for}}
e1d04f48 167 ./considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 168 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
169 ${if def:sender_address {(envelope-from <$sender_address>)
170 }}id $message_exim_id${if def:received_for {
171 for $received_for}}
e1d04f48
JH
172 .|__expanding: $sender_ident
173 .\_____result: CALLER
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)
340f3113 179 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
180 ${if def:sender_address {(envelope-from <$sender_address>)
181 }}id $message_exim_id${if def:received_for {
182 for $received_for}}
e1d04f48 183 |__expanding: (helo=$sender_helo_name)
b32ddfaa 184
e1d04f48 185 \_____result: (helo=myhost.test.ex)
b32ddfaa 186
e1d04f48 187 |__expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
b32ddfaa 188 }}
e1d04f48 189 \_____result: from CALLER (helo=myhost.test.ex)
b32ddfaa 190
e1d04f48
JH
191 |__condition: def:received_protocol
192 |_____result: true
193 /considering: with $received_protocol}} (Exim $version_number)
e47376be
JH
194 ${if def:sender_address {(envelope-from <$sender_address>)
195 }}id $message_exim_id${if def:received_for {
196 for $received_for}}
e1d04f48
JH
197 |__expanding: with $received_protocol
198 \_____result: with local-esmtp
199 |__condition: def:tls_cipher
200 |_____result: false
201 / scanning: ($tls_cipher)
202 }}(Exim $version_number)
203 ${if def:sender_address {(envelope-from <$sender_address>)
204 }}id $message_exim_id${if def:received_for {
205 for $received_for}}
206 |__expanding: ($tls_cipher)
207
208 |_____result: ()
209
210 \___skipping: result is not used
211 |__condition: def:sender_address
212 |_____result: true
213 /considering: (envelope-from <$sender_address>)
e47376be
JH
214 }}id $message_exim_id${if def:received_for {
215 for $received_for}}
e1d04f48 216 |__expanding: (envelope-from <$sender_address>)
b32ddfaa 217
e1d04f48 218 \_____result: (envelope-from <CALLER@myhost.test.ex>)
b32ddfaa 219
e1d04f48
JH
220 |__condition: def:received_for
221 |_____result: true
222 /considering:
e47376be 223 for $received_for}}
e1d04f48 224 |__expanding:
b32ddfaa 225 for $received_for
e1d04f48 226 \_____result:
e47376be 227 for userx@domain.com
e1d04f48 228 |__expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
e47376be 229 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 230 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
231 ${if def:sender_address {(envelope-from <$sender_address>)
232 }}id $message_exim_id${if def:received_for {
233 for $received_for}}
e1d04f48 234 \_____result: Received: from CALLER (helo=myhost.test.ex)
e47376be
JH
235 by myhost.test.ex with local-esmtp (Exim x.yz)
236 (envelope-from <CALLER@myhost.test.ex>)
d4dc049f 237 id 10HmaX-0005vi-00
b32ddfaa 238 for userx@domain.com
36f53194
JH
239----------- start cutthrough headers send -----------
240----------- done cutthrough headers send ------------
e1d04f48
JH
241 /considering: ${tod_full}
242 |__expanding: ${tod_full}
243 \_____result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 244 SMTP>> .
d4dc049f 245 SMTP<< 250 OK id=10HmaY-0005vi-00
b32ddfaa 246LOG: MAIN
d4dc049f 247 >> userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] X=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 CV=no C="250 OK id=10HmaY-0005vi-00"
b32ddfaa 248 SMTP>> QUIT
2760b518 249 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 250 SMTP(close)>>
b32ddfaa
JH
251----------- cutthrough shutdown (delivered) ------------
252LOG: MAIN
253 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
254LOG: MAIN
255 Completed
256LOG: smtp_connection MAIN
257 SMTP connection from CALLER closed by QUIT
258>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
259Exim version x.yz ....
260configuration file is TESTSUITE/test-config
261admin user
262 in hosts_connection_nolog? no (option unset)
263LOG: smtp_connection MAIN
264 SMTP connection from CALLER
e1d04f48
JH
265 /considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
266 |__expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
267 \_____result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 268 in dsn_advertise_hosts? no (option unset)
b32ddfaa 269 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 270 in chunking_advertise_hosts? no (end of list)
b32ddfaa 271 in tls_advertise_hosts? yes (matched "*")
e1d04f48
JH
272 /considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
273 /considering: SERVER}{server}{queue}{cutthrough}}
274 |__expanding: SERVER
275 \_____result: SERVER
276 /considering: server}{queue}{cutthrough}}
277 |__expanding: server
278 \_____result: server
279 |__condition: eq {SERVER}{server}
280 |_____result: false
281 / scanning: queue}{cutthrough}}
282 |__expanding: queue
283 |_____result: queue
284 \___skipping: result is not used
285 /considering: cutthrough}}
286 |__expanding: cutthrough
287 \_____result: cutthrough
288 |__expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
289 \_____result: cutthrough
b32ddfaa
JH
290using ACL "cutthrough"
291processing "accept"
292check control = cutthrough_delivery
293check verify = recipient
294domain.com in "test.ex : *.test.ex"? no (end of list)
295domain.com in "! +local_domains"? yes (end of list)
e1d04f48
JH
296 /considering: $local_part
297 |__expanding: $local_part
298 \_____result: usery
b32ddfaa
JH
299domain.com in "*"? yes (matched "*")
300----------- end verify ------------
301accept: condition test succeeded in ACL "cutthrough"
a7538db1 302end of ACL "cutthrough": ACCEPT
b32ddfaa
JH
303----------- start cutthrough setup ------------
304domain.com in "test.ex : *.test.ex"? no (end of list)
305domain.com in "! +local_domains"? yes (end of list)
e1d04f48
JH
306 /considering: $local_part
307 |__expanding: $local_part
308 \_____result: usery
b32ddfaa 309domain.com in "*"? yes (matched "*")
cb340d8d 310Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
e1d04f48
JH
311 /considering: $primary_hostname
312 |__expanding: $primary_hostname
313 \_____result: myhost.test.ex
b32ddfaa
JH
314 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
315127.0.0.1 in hosts_avoid_esmtp? no (option unset)
316 SMTP>> EHLO myhost.test.ex
76003495 317cmd buf flush ddd bytes
b32ddfaa
JH
318 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
319 250-SIZE 52428800
320 250-8BITMIME
321 250-PIPELINING
322 250-STARTTLS
323 250 HELP
e1d04f48
JH
324 /considering: ${if eq {$address_data}{usery}{*}{:}}
325 /considering: $address_data}{usery}{*}{:}}
326 |__expanding: $address_data
327 \_____result: usery
328 /considering: usery}{*}{:}}
329 |__expanding: usery
330 \_____result: usery
331 |__condition: eq {$address_data}{usery}
332 |_____result: true
333 /considering: *}{:}}
334 |__expanding: *
335 \_____result: *
336 / scanning: :}}
337 |__expanding: :
338 |_____result: :
339 \___skipping: result is not used
340 |__expanding: ${if eq {$address_data}{usery}{*}{:}}
341 \_____result: *
b32ddfaa 342127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
343127.0.0.1 in hosts_avoid_pipelining? no (option unset)
344using PIPELINING
345not using DSN
da45993f 346127.0.0.1 in hosts_require_auth? no (option unset)
02b41d71 347 SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
b32ddfaa 348 SMTP>> RCPT TO:<usery@domain.com>
76003495 349cmd buf flush ddd bytes
e9166683 350 SMTP<< 250 OK
b32ddfaa 351 SMTP<< 250 Accepted
8b9476ba 352holding verify callout open for cutthrough delivery
b32ddfaa
JH
353----------- end cutthrough setup ------------
354processing "accept"
355accept: condition test succeeded in inline ACL
a7538db1 356end of inline ACL: ACCEPT
b32ddfaa
JH
357 SMTP>> DATA
358 SMTP<< 354 Enter message, ending with "." on a line by itself
e1d04f48
JH
359 /considering: ${tod_full}
360 |__expanding: ${tod_full}
361 \_____result: Tue, 2 Mar 1999 09:44:33 +0000
362 /considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
e47376be 363 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 364 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
365 ${if def:sender_address {(envelope-from <$sender_address>)
366 }}id $message_exim_id${if def:received_for {
367 for $received_for}}
e1d04f48
JH
368 |__condition: def:sender_rcvhost
369 |_____result: false
370 / scanning: from $sender_rcvhost
e47376be 371 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 372 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
373 ${if def:sender_address {(envelope-from <$sender_address>)
374 }}id $message_exim_id${if def:received_for {
375 for $received_for}}
e1d04f48 376 |__expanding: from $sender_rcvhost
b32ddfaa 377
e1d04f48 378 |_____result: from
b32ddfaa 379
e1d04f48
JH
380 \___skipping: result is not used
381 /considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 382 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
383 ${if def:sender_address {(envelope-from <$sender_address>)
384 }}id $message_exim_id${if def:received_for {
385 for $received_for}}
e1d04f48
JH
386 |__condition: def:sender_ident
387 |_____result: true
388 /considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 389 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
390 ${if def:sender_address {(envelope-from <$sender_address>)
391 }}id $message_exim_id${if def:received_for {
392 for $received_for}}
e1d04f48 393 ./considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 394 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
395 ${if def:sender_address {(envelope-from <$sender_address>)
396 }}id $message_exim_id${if def:received_for {
397 for $received_for}}
e1d04f48
JH
398 .|__expanding: $sender_ident
399 .\_____result: CALLER
400 |__expanding: from ${quote_local_part:$sender_ident}
401 \_____result: from CALLER
402 |__condition: def:sender_helo_name
403 |_____result: true
404 /considering: (helo=$sender_helo_name)
340f3113 405 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
406 ${if def:sender_address {(envelope-from <$sender_address>)
407 }}id $message_exim_id${if def:received_for {
408 for $received_for}}
e1d04f48 409 |__expanding: (helo=$sender_helo_name)
b32ddfaa 410
e1d04f48 411 \_____result: (helo=myhost.test.ex)
b32ddfaa 412
e1d04f48 413 |__expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
b32ddfaa 414 }}
e1d04f48 415 \_____result: from CALLER (helo=myhost.test.ex)
b32ddfaa 416
e1d04f48
JH
417 |__condition: def:received_protocol
418 |_____result: true
419 /considering: with $received_protocol}} (Exim $version_number)
e47376be
JH
420 ${if def:sender_address {(envelope-from <$sender_address>)
421 }}id $message_exim_id${if def:received_for {
422 for $received_for}}
e1d04f48
JH
423 |__expanding: with $received_protocol
424 \_____result: with local-esmtp
425 |__condition: def:tls_cipher
426 |_____result: false
427 / scanning: ($tls_cipher)
428 }}(Exim $version_number)
429 ${if def:sender_address {(envelope-from <$sender_address>)
e47376be
JH
430 }}id $message_exim_id${if def:received_for {
431 for $received_for}}
e1d04f48 432 |__expanding: ($tls_cipher)
b32ddfaa 433
e1d04f48 434 |_____result: ()
b32ddfaa 435
e1d04f48
JH
436 \___skipping: result is not used
437 |__condition: def:sender_address
438 |_____result: true
439 /considering: (envelope-from <$sender_address>)
440 }}id $message_exim_id${if def:received_for {
e47376be 441 for $received_for}}
e1d04f48
JH
442 |__expanding: (envelope-from <$sender_address>)
443
444 \_____result: (envelope-from <CALLER@myhost.test.ex>)
445
446 |__condition: def:received_for
447 |_____result: true
448 /considering:
449 for $received_for}}
450 |__expanding:
b32ddfaa 451 for $received_for
e1d04f48 452 \_____result:
e47376be 453 for usery@domain.com
e1d04f48 454 |__expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
e47376be 455 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 456 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
457 ${if def:sender_address {(envelope-from <$sender_address>)
458 }}id $message_exim_id${if def:received_for {
459 for $received_for}}
e1d04f48 460 \_____result: Received: from CALLER (helo=myhost.test.ex)
e47376be
JH
461 by myhost.test.ex with local-esmtp (Exim x.yz)
462 (envelope-from <CALLER@myhost.test.ex>)
d4dc049f 463 id 10HmaZ-0005vi-00
b32ddfaa 464 for usery@domain.com
36f53194
JH
465----------- start cutthrough headers send -----------
466----------- done cutthrough headers send ------------
e1d04f48
JH
467 /considering: ${tod_full}
468 |__expanding: ${tod_full}
469 \_____result: Tue, 2 Mar 1999 09:44:33 +0000
b32ddfaa 470 SMTP>> .
d4dc049f 471 SMTP<< 250 OK id=10HmbA-0005vi-00
b32ddfaa 472LOG: MAIN
d4dc049f 473 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbA-0005vi-00"
b32ddfaa 474 SMTP>> QUIT
2760b518 475 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 476 SMTP(close)>>
b32ddfaa
JH
477----------- cutthrough shutdown (delivered) ------------
478LOG: MAIN
479 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
480LOG: MAIN
481 Completed
482LOG: smtp_connection MAIN
483 SMTP connection from CALLER closed by QUIT
484>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
99400968
JH
485Exim version x.yz ....
486configuration file is TESTSUITE/test-config
487admin user
488 in hosts_connection_nolog? no (option unset)
489LOG: smtp_connection MAIN
490 SMTP connection from CALLER
e1d04f48
JH
491 /considering: $smtp_active_hostname ESMTP Exim $version_number $tod_full
492 |__expanding: $smtp_active_hostname ESMTP Exim $version_number $tod_full
493 \_____result: myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
50dc7409 494 in dsn_advertise_hosts? no (option unset)
99400968 495 in pipelining_advertise_hosts? yes (matched "*")
aa368db3 496 in chunking_advertise_hosts? no (end of list)
99400968 497 in tls_advertise_hosts? yes (matched "*")
e1d04f48
JH
498 /considering: ${if eq {SERVER}{server}{queue}{cutthrough}}
499 /considering: SERVER}{server}{queue}{cutthrough}}
500 |__expanding: SERVER
501 \_____result: SERVER
502 /considering: server}{queue}{cutthrough}}
503 |__expanding: server
504 \_____result: server
505 |__condition: eq {SERVER}{server}
506 |_____result: false
507 / scanning: queue}{cutthrough}}
508 |__expanding: queue
509 |_____result: queue
510 \___skipping: result is not used
511 /considering: cutthrough}}
512 |__expanding: cutthrough
513 \_____result: cutthrough
514 |__expanding: ${if eq {SERVER}{server}{queue}{cutthrough}}
515 \_____result: cutthrough
99400968
JH
516using ACL "cutthrough"
517processing "accept"
518check control = cutthrough_delivery
519check verify = recipient
520domain.com in "test.ex : *.test.ex"? no (end of list)
521domain.com in "! +local_domains"? yes (end of list)
e1d04f48
JH
522 /considering: $local_part
523 |__expanding: $local_part
524 \_____result: usery
99400968
JH
525domain.com in "*"? yes (matched "*")
526----------- end verify ------------
527accept: condition test succeeded in ACL "cutthrough"
a7538db1 528end of ACL "cutthrough": ACCEPT
99400968
JH
529----------- start cutthrough setup ------------
530domain.com in "test.ex : *.test.ex"? no (end of list)
531domain.com in "! +local_domains"? yes (end of list)
e1d04f48
JH
532 /considering: $local_part
533 |__expanding: $local_part
534 \_____result: usery
99400968 535domain.com in "*"? yes (matched "*")
cb340d8d 536Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
e1d04f48
JH
537 /considering: $primary_hostname
538 |__expanding: $primary_hostname
539 \_____result: myhost.test.ex
99400968
JH
540 SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
541127.0.0.1 in hosts_avoid_esmtp? no (option unset)
542 SMTP>> EHLO myhost.test.ex
76003495 543cmd buf flush ddd bytes
99400968
JH
544 SMTP<< 250-myhost.test.ex Hello the.local.host.name [ip4.ip4.ip4.ip4]
545 250-SIZE 52428800
546 250-8BITMIME
547 250-PIPELINING
548 250-STARTTLS
549 250 HELP
e1d04f48
JH
550 /considering: ${if eq {$address_data}{usery}{*}{:}}
551 /considering: $address_data}{usery}{*}{:}}
552 |__expanding: $address_data
553 \_____result: usery
554 /considering: usery}{*}{:}}
555 |__expanding: usery
556 \_____result: usery
557 |__condition: eq {$address_data}{usery}
558 |_____result: true
559 /considering: *}{:}}
560 |__expanding: *
561 \_____result: *
562 / scanning: :}}
563 |__expanding: :
564 |_____result: :
565 \___skipping: result is not used
566 |__expanding: ${if eq {$address_data}{usery}{*}{:}}
567 \_____result: *
99400968 568127.0.0.1 in hosts_avoid_tls? yes (matched "*")
02b41d71
JH
569127.0.0.1 in hosts_avoid_pipelining? no (option unset)
570using PIPELINING
571not using DSN
da45993f 572127.0.0.1 in hosts_require_auth? no (option unset)
02b41d71 573 SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
99400968 574 SMTP>> RCPT TO:<usery@domain.com>
76003495 575cmd buf flush ddd bytes
e9166683 576 SMTP<< 250 OK
99400968 577 SMTP<< 250 Accepted
8b9476ba 578holding verify callout open for cutthrough delivery
99400968
JH
579----------- end cutthrough setup ------------
580processing "accept"
581accept: condition test succeeded in inline ACL
a7538db1 582end of inline ACL: ACCEPT
99400968
JH
583 SMTP>> DATA
584 SMTP<< 354 Enter message, ending with "." on a line by itself
e1d04f48
JH
585 /considering: ${tod_full}
586 |__expanding: ${tod_full}
587 \_____result: Tue, 2 Mar 1999 09:44:33 +0000
588 /considering: Received: ${if def:sender_rcvhost {from $sender_rcvhost
e47376be 589 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 590 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
591 ${if def:sender_address {(envelope-from <$sender_address>)
592 }}id $message_exim_id${if def:received_for {
593 for $received_for}}
e1d04f48
JH
594 |__condition: def:sender_rcvhost
595 |_____result: false
596 / scanning: from $sender_rcvhost
e47376be 597 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 598 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
599 ${if def:sender_address {(envelope-from <$sender_address>)
600 }}id $message_exim_id${if def:received_for {
601 for $received_for}}
e1d04f48 602 |__expanding: from $sender_rcvhost
99400968 603
e1d04f48 604 |_____result: from
99400968 605
e1d04f48
JH
606 \___skipping: result is not used
607 /considering: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 608 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
609 ${if def:sender_address {(envelope-from <$sender_address>)
610 }}id $message_exim_id${if def:received_for {
611 for $received_for}}
e1d04f48
JH
612 |__condition: def:sender_ident
613 |_____result: true
614 /considering: from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 615 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
616 ${if def:sender_address {(envelope-from <$sender_address>)
617 }}id $message_exim_id${if def:received_for {
618 for $received_for}}
e1d04f48 619 ./considering: $sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 620 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
621 ${if def:sender_address {(envelope-from <$sender_address>)
622 }}id $message_exim_id${if def:received_for {
623 for $received_for}}
e1d04f48
JH
624 .|__expanding: $sender_ident
625 .\_____result: CALLER
626 |__expanding: from ${quote_local_part:$sender_ident}
627 \_____result: from CALLER
628 |__condition: def:sender_helo_name
629 |_____result: true
630 /considering: (helo=$sender_helo_name)
340f3113 631 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
632 ${if def:sender_address {(envelope-from <$sender_address>)
633 }}id $message_exim_id${if def:received_for {
634 for $received_for}}
e1d04f48 635 |__expanding: (helo=$sender_helo_name)
99400968 636
e1d04f48 637 \_____result: (helo=myhost.test.ex)
99400968 638
e1d04f48 639 |__expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
99400968 640 }}
e1d04f48 641 \_____result: from CALLER (helo=myhost.test.ex)
99400968 642
e1d04f48
JH
643 |__condition: def:received_protocol
644 |_____result: true
645 /considering: with $received_protocol}} (Exim $version_number)
e47376be
JH
646 ${if def:sender_address {(envelope-from <$sender_address>)
647 }}id $message_exim_id${if def:received_for {
648 for $received_for}}
e1d04f48
JH
649 |__expanding: with $received_protocol
650 \_____result: with local-esmtp
651 |__condition: def:tls_cipher
652 |_____result: false
653 / scanning: ($tls_cipher)
654 }}(Exim $version_number)
655 ${if def:sender_address {(envelope-from <$sender_address>)
656 }}id $message_exim_id${if def:received_for {
657 for $received_for}}
658 |__expanding: ($tls_cipher)
659
660 |_____result: ()
661
662 \___skipping: result is not used
663 |__condition: def:sender_address
664 |_____result: true
665 /considering: (envelope-from <$sender_address>)
e47376be
JH
666 }}id $message_exim_id${if def:received_for {
667 for $received_for}}
e1d04f48 668 |__expanding: (envelope-from <$sender_address>)
99400968 669
e1d04f48 670 \_____result: (envelope-from <CALLER@myhost.test.ex>)
99400968 671
e1d04f48
JH
672 |__condition: def:received_for
673 |_____result: true
674 /considering:
e47376be 675 for $received_for}}
e1d04f48 676 |__expanding:
99400968 677 for $received_for
e1d04f48 678 \_____result:
e47376be 679 for usery@domain.com
e1d04f48 680 |__expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
e47376be 681 }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
340f3113 682 }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
e47376be
JH
683 ${if def:sender_address {(envelope-from <$sender_address>)
684 }}id $message_exim_id${if def:received_for {
685 for $received_for}}
e1d04f48 686 \_____result: Received: from CALLER (helo=myhost.test.ex)
e47376be
JH
687 by myhost.test.ex with local-esmtp (Exim x.yz)
688 (envelope-from <CALLER@myhost.test.ex>)
d4dc049f 689 id 10HmbB-0005vi-00
99400968 690 for usery@domain.com
36f53194
JH
691----------- start cutthrough headers send -----------
692----------- done cutthrough headers send ------------
e1d04f48
JH
693 /considering: ${tod_full}
694 |__expanding: ${tod_full}
695 \_____result: Tue, 2 Mar 1999 09:44:33 +0000
99400968 696 SMTP>> .
d4dc049f 697 SMTP<< 250 OK id=10HmbC-0005vi-00
99400968 698LOG: MAIN
d4dc049f 699 >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00"
99400968 700 SMTP>> QUIT
2760b518 701 SMTP<< 221 myhost.test.ex closing connection
ae5afa61 702 SMTP(close)>>
99400968
JH
703----------- cutthrough shutdown (delivered) ------------
704LOG: MAIN
705 <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
706LOG: MAIN
707 Completed
708LOG: smtp_connection MAIN
709 SMTP connection from CALLER closed by QUIT
710>>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
b32ddfaa
JH
711
712******** SERVER ********