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