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