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