ff032e9868d3c29062b16cffaa3b100a1503d16f
[exim.git] / test / stderr / 5420
1 Exim version x.yz ....
2 configuration file is TESTSUITE/test-config
3 admin user
4  in hosts_connection_nolog? no (option unset)
5 LOG: smtp_connection MAIN
6   SMTP connection from CALLER
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
10  in dsn_advertise_hosts? no (option unset)
11  in pipelining_advertise_hosts? yes (matched "*")
12  in chunking_advertise_hosts? no (end of list)
13  in tls_advertise_hosts? yes (matched "*")
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
32 using ACL "cutthrough"
33 processing "accept"
34 check control = cutthrough_delivery
35 check verify = recipient
36 domain.com in "test.ex : *.test.ex"? no (end of list)
37 domain.com in "! +local_domains"? yes (end of list)
38 considering: $local_part
39   expanding: $local_part
40      result: userx
41 domain.com in "*"? yes (matched "*")
42 ----------- end verify ------------
43 accept: condition test succeeded in ACL "cutthrough"
44 end of ACL "cutthrough": ACCEPT
45 ----------- start cutthrough setup ------------
46 domain.com in "test.ex : *.test.ex"? no (end of list)
47 domain.com in "! +local_domains"? yes (end of list)
48 considering: $local_part
49   expanding: $local_part
50      result: userx
51 domain.com in "*"? yes (matched "*")
52 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
53 considering: $primary_hostname
54   expanding: $primary_hostname
55      result: myhost.test.ex
56   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
57 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
58   SMTP>> EHLO myhost.test.ex
59 cmd buf flush ddd bytes
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
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: :
84 127.0.0.1 in hosts_avoid_tls? no (end of list)
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: :
103 127.0.0.1 in hosts_verify_avoid_tls? no (end of list)
104   SMTP>> STARTTLS
105 cmd buf flush ddd bytes
106   SMTP<< 220 TLS go ahead
107 127.0.0.1 in tls_verify_hosts? no (option unset)
108 127.0.0.1 in tls_try_verify_hosts? yes (matched "*")
109 127.0.0.1 in tls_verify_cert_hostnames? yes (matched "*")
110   SMTP>> EHLO myhost.test.ex
111 cmd buf flush ddd bytes
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
117 127.0.0.1 in hosts_avoid_pipelining? no (option unset)
118 using PIPELINING
119 not using DSN
120 127.0.0.1 in hosts_require_auth? no (option unset)
121   SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
122   SMTP>> RCPT TO:<userx@domain.com>
123 cmd buf flush ddd bytes
124   SMTP<< 250 OK
125   SMTP<< 250 Accepted
126 holding verify callout open for cutthrough delivery
127 ----------- end cutthrough setup ------------
128 processing "accept"
129 accept: condition test succeeded in inline ACL
130 end of inline ACL: ACCEPT
131   SMTP>> DATA
132   SMTP<< 354 Enter message, ending with "." on a line by itself
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
137         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
138         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
139         ${if def:sender_address {(envelope-from <$sender_address>)
140         }}id $message_exim_id${if def:received_for {
141         for $received_for}}
142   condition: def:sender_rcvhost
143      result: false
144    scanning: from $sender_rcvhost
145         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
146         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
147         ${if def:sender_address {(envelope-from <$sender_address>)
148         }}id $message_exim_id${if def:received_for {
149         for $received_for}}
150   expanding: from $sender_rcvhost
151         
152      result: from 
153         
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)
156         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
157         ${if def:sender_address {(envelope-from <$sender_address>)
158         }}id $message_exim_id${if def:received_for {
159         for $received_for}}
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)
163         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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)
168         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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
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)
179         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
180         ${if def:sender_address {(envelope-from <$sender_address>)
181         }}id $message_exim_id${if def:received_for {
182         for $received_for}}
183   expanding: (helo=$sender_helo_name)
184         
185      result: (helo=myhost.test.ex)
186         
187   expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
188         }}
189      result: from CALLER (helo=myhost.test.ex)
190         
191   condition: def:received_protocol
192      result: true
193 considering: with $received_protocol}} (Exim $version_number)
194         ${if def:sender_address {(envelope-from <$sender_address>)
195         }}id $message_exim_id${if def:received_for {
196         for $received_for}}
197   expanding: with $received_protocol
198      result: with local-esmtp
199   condition: def:sender_address
200      result: true
201 considering: (envelope-from <$sender_address>)
202         }}id $message_exim_id${if def:received_for {
203         for $received_for}}
204   expanding: (envelope-from <$sender_address>)
205         
206      result: (envelope-from <CALLER@myhost.test.ex>)
207         
208   condition: def:received_for
209      result: true
210 considering: 
211         for $received_for}}
212   expanding: 
213         for $received_for
214      result: 
215         for userx@domain.com
216   expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
217         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
218         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
219         ${if def:sender_address {(envelope-from <$sender_address>)
220         }}id $message_exim_id${if def:received_for {
221         for $received_for}}
222      result: Received: from CALLER (helo=myhost.test.ex)
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
227 ----------- start cutthrough headers send -----------
228 ----------- done cutthrough headers send ------------
229 considering: ${tod_full}
230   expanding: ${tod_full}
231      result: Tue, 2 Mar 1999 09:44:33 +0000
232   SMTP>> .
233   SMTP<< 250 OK id=10HmaY-0005vi-00
234 LOG: MAIN
235   >> 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"
236   SMTP>> QUIT
237   SMTP<< 221 myhost.test.ex closing connection
238   SMTP(close)>>
239 ----------- cutthrough shutdown (delivered) ------------
240 LOG: MAIN
241   <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
242 LOG: MAIN
243   Completed
244 LOG: smtp_connection MAIN
245   SMTP connection from CALLER closed by QUIT
246 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
247 Exim version x.yz ....
248 configuration file is TESTSUITE/test-config
249 admin user
250  in hosts_connection_nolog? no (option unset)
251 LOG: smtp_connection MAIN
252   SMTP connection from CALLER
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
256  in dsn_advertise_hosts? no (option unset)
257  in pipelining_advertise_hosts? yes (matched "*")
258  in chunking_advertise_hosts? no (end of list)
259  in tls_advertise_hosts? yes (matched "*")
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
278 using ACL "cutthrough"
279 processing "accept"
280 check control = cutthrough_delivery
281 check verify = recipient
282 domain.com in "test.ex : *.test.ex"? no (end of list)
283 domain.com in "! +local_domains"? yes (end of list)
284 considering: $local_part
285   expanding: $local_part
286      result: usery
287 domain.com in "*"? yes (matched "*")
288 ----------- end verify ------------
289 accept: condition test succeeded in ACL "cutthrough"
290 end of ACL "cutthrough": ACCEPT
291 ----------- start cutthrough setup ------------
292 domain.com in "test.ex : *.test.ex"? no (end of list)
293 domain.com in "! +local_domains"? yes (end of list)
294 considering: $local_part
295   expanding: $local_part
296      result: usery
297 domain.com in "*"? yes (matched "*")
298 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
299 considering: $primary_hostname
300   expanding: $primary_hostname
301      result: myhost.test.ex
302   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
303 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
304   SMTP>> EHLO myhost.test.ex
305 cmd buf flush ddd bytes
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
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: *
330 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
331 127.0.0.1 in hosts_avoid_pipelining? no (option unset)
332 using PIPELINING
333 not using DSN
334 127.0.0.1 in hosts_require_auth? no (option unset)
335   SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
336   SMTP>> RCPT TO:<usery@domain.com>
337 cmd buf flush ddd bytes
338   SMTP<< 250 OK
339   SMTP<< 250 Accepted
340 holding verify callout open for cutthrough delivery
341 ----------- end cutthrough setup ------------
342 processing "accept"
343 accept: condition test succeeded in inline ACL
344 end of inline ACL: ACCEPT
345   SMTP>> DATA
346   SMTP<< 354 Enter message, ending with "." on a line by itself
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
351         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
352         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
353         ${if def:sender_address {(envelope-from <$sender_address>)
354         }}id $message_exim_id${if def:received_for {
355         for $received_for}}
356   condition: def:sender_rcvhost
357      result: false
358    scanning: from $sender_rcvhost
359         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
360         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
361         ${if def:sender_address {(envelope-from <$sender_address>)
362         }}id $message_exim_id${if def:received_for {
363         for $received_for}}
364   expanding: from $sender_rcvhost
365         
366      result: from 
367         
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)
370         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
371         ${if def:sender_address {(envelope-from <$sender_address>)
372         }}id $message_exim_id${if def:received_for {
373         for $received_for}}
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)
377         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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)
382         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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
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)
393         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
394         ${if def:sender_address {(envelope-from <$sender_address>)
395         }}id $message_exim_id${if def:received_for {
396         for $received_for}}
397   expanding: (helo=$sender_helo_name)
398         
399      result: (helo=myhost.test.ex)
400         
401   expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
402         }}
403      result: from CALLER (helo=myhost.test.ex)
404         
405   condition: def:received_protocol
406      result: true
407 considering: with $received_protocol}} (Exim $version_number)
408         ${if def:sender_address {(envelope-from <$sender_address>)
409         }}id $message_exim_id${if def:received_for {
410         for $received_for}}
411   expanding: with $received_protocol
412      result: with local-esmtp
413   condition: def:sender_address
414      result: true
415 considering: (envelope-from <$sender_address>)
416         }}id $message_exim_id${if def:received_for {
417         for $received_for}}
418   expanding: (envelope-from <$sender_address>)
419         
420      result: (envelope-from <CALLER@myhost.test.ex>)
421         
422   condition: def:received_for
423      result: true
424 considering: 
425         for $received_for}}
426   expanding: 
427         for $received_for
428      result: 
429         for usery@domain.com
430   expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
431         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
432         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
433         ${if def:sender_address {(envelope-from <$sender_address>)
434         }}id $message_exim_id${if def:received_for {
435         for $received_for}}
436      result: Received: from CALLER (helo=myhost.test.ex)
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
441 ----------- start cutthrough headers send -----------
442 ----------- done cutthrough headers send ------------
443 considering: ${tod_full}
444   expanding: ${tod_full}
445      result: Tue, 2 Mar 1999 09:44:33 +0000
446   SMTP>> .
447   SMTP<< 250 OK id=10HmbA-0005vi-00
448 LOG: MAIN
449   >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbA-0005vi-00"
450   SMTP>> QUIT
451   SMTP<< 221 myhost.test.ex closing connection
452   SMTP(close)>>
453 ----------- cutthrough shutdown (delivered) ------------
454 LOG: MAIN
455   <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
456 LOG: MAIN
457   Completed
458 LOG: smtp_connection MAIN
459   SMTP connection from CALLER closed by QUIT
460 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
461 Exim version x.yz ....
462 configuration file is TESTSUITE/test-config
463 admin user
464  in hosts_connection_nolog? no (option unset)
465 LOG: smtp_connection MAIN
466   SMTP connection from CALLER
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
470  in dsn_advertise_hosts? no (option unset)
471  in pipelining_advertise_hosts? yes (matched "*")
472  in chunking_advertise_hosts? no (end of list)
473  in tls_advertise_hosts? yes (matched "*")
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
492 using ACL "cutthrough"
493 processing "accept"
494 check control = cutthrough_delivery
495 check verify = recipient
496 domain.com in "test.ex : *.test.ex"? no (end of list)
497 domain.com in "! +local_domains"? yes (end of list)
498 considering: $local_part
499   expanding: $local_part
500      result: usery
501 domain.com in "*"? yes (matched "*")
502 ----------- end verify ------------
503 accept: condition test succeeded in ACL "cutthrough"
504 end of ACL "cutthrough": ACCEPT
505 ----------- start cutthrough setup ------------
506 domain.com in "test.ex : *.test.ex"? no (end of list)
507 domain.com in "! +local_domains"? yes (end of list)
508 considering: $local_part
509   expanding: $local_part
510      result: usery
511 domain.com in "*"? yes (matched "*")
512 Connecting to 127.0.0.1 [127.0.0.1]:1225 from ip4.ip4.ip4.ip4 ... connected
513 considering: $primary_hostname
514   expanding: $primary_hostname
515      result: myhost.test.ex
516   SMTP<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
517 127.0.0.1 in hosts_avoid_esmtp? no (option unset)
518   SMTP>> EHLO myhost.test.ex
519 cmd buf flush ddd bytes
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
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: *
544 127.0.0.1 in hosts_avoid_tls? yes (matched "*")
545 127.0.0.1 in hosts_avoid_pipelining? no (option unset)
546 using PIPELINING
547 not using DSN
548 127.0.0.1 in hosts_require_auth? no (option unset)
549   SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss
550   SMTP>> RCPT TO:<usery@domain.com>
551 cmd buf flush ddd bytes
552   SMTP<< 250 OK
553   SMTP<< 250 Accepted
554 holding verify callout open for cutthrough delivery
555 ----------- end cutthrough setup ------------
556 processing "accept"
557 accept: condition test succeeded in inline ACL
558 end of inline ACL: ACCEPT
559   SMTP>> DATA
560   SMTP<< 354 Enter message, ending with "." on a line by itself
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
565         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
566         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
567         ${if def:sender_address {(envelope-from <$sender_address>)
568         }}id $message_exim_id${if def:received_for {
569         for $received_for}}
570   condition: def:sender_rcvhost
571      result: false
572    scanning: from $sender_rcvhost
573         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
574         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
575         ${if def:sender_address {(envelope-from <$sender_address>)
576         }}id $message_exim_id${if def:received_for {
577         for $received_for}}
578   expanding: from $sender_rcvhost
579         
580      result: from 
581         
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)
584         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
585         ${if def:sender_address {(envelope-from <$sender_address>)
586         }}id $message_exim_id${if def:received_for {
587         for $received_for}}
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)
591         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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)
596         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
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
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)
607         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
608         ${if def:sender_address {(envelope-from <$sender_address>)
609         }}id $message_exim_id${if def:received_for {
610         for $received_for}}
611   expanding: (helo=$sender_helo_name)
612         
613      result: (helo=myhost.test.ex)
614         
615   expanding: ${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
616         }}
617      result: from CALLER (helo=myhost.test.ex)
618         
619   condition: def:received_protocol
620      result: true
621 considering: with $received_protocol}} (Exim $version_number)
622         ${if def:sender_address {(envelope-from <$sender_address>)
623         }}id $message_exim_id${if def:received_for {
624         for $received_for}}
625   expanding: with $received_protocol
626      result: with local-esmtp
627   condition: def:sender_address
628      result: true
629 considering: (envelope-from <$sender_address>)
630         }}id $message_exim_id${if def:received_for {
631         for $received_for}}
632   expanding: (envelope-from <$sender_address>)
633         
634      result: (envelope-from <CALLER@myhost.test.ex>)
635         
636   condition: def:received_for
637      result: true
638 considering: 
639         for $received_for}}
640   expanding: 
641         for $received_for
642      result: 
643         for usery@domain.com
644   expanding: Received: ${if def:sender_rcvhost {from $sender_rcvhost
645         }{${if def:sender_ident {from ${quote_local_part:$sender_ident} }}${if def:sender_helo_name {(helo=$sender_helo_name)
646         }}}}by $primary_hostname ${if def:received_protocol {with $received_protocol}} (Exim $version_number)
647         ${if def:sender_address {(envelope-from <$sender_address>)
648         }}id $message_exim_id${if def:received_for {
649         for $received_for}}
650      result: Received: from CALLER (helo=myhost.test.ex)
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
655 ----------- start cutthrough headers send -----------
656 ----------- done cutthrough headers send ------------
657 considering: ${tod_full}
658   expanding: ${tod_full}
659      result: Tue, 2 Mar 1999 09:44:33 +0000
660   SMTP>> .
661   SMTP<< 250 OK id=10HmbC-0005vi-00
662 LOG: MAIN
663   >> usery@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00"
664   SMTP>> QUIT
665   SMTP<< 221 myhost.test.ex closing connection
666   SMTP(close)>>
667 ----------- cutthrough shutdown (delivered) ------------
668 LOG: MAIN
669   <= CALLER@myhost.test.ex U=CALLER P=local-esmtp S=sss
670 LOG: MAIN
671   Completed
672 LOG: smtp_connection MAIN
673   SMTP connection from CALLER closed by QUIT
674 >>>>>>>>>>>>>>>> Exim pid=pppp terminating with rc=0 >>>>>>>>>>>>>>>>
675
676 ******** SERVER ********