Testsuite: more munge tweaks
[exim.git] / test / stderr / 0002
1 Exim version x.yz ....
2 environment after trimming:
3  USER=CALLER
4 configuration file is TESTSUITE/test-config
5 admin user
6 dropping to exim gid; retaining priv uid
7 try option gecos_pattern
8 try option gecos_name
9 try option unknown_login
10  ╭considering: primary_hostname:░$primary_hostname
11  ├───────text: primary_hostname:░
12  ├considering: $primary_hostname
13  ├──────value: myhost.test.ex
14  ├───expanded: primary_hostname:░$primary_hostname
15  ╰─────result: primary_hostname:░myhost.test.ex
16  ╭considering: sender_address:░$sender_address
17  ├───────text: sender_address:░
18  ├considering: $sender_address
19  ├──────value: sndr@dom
20             ╰──(tainted)
21  ├───expanded: sender_address:░$sender_address
22  ╰─────result: sender_address:░sndr@dom
23             ╰──(tainted)
24  ╭considering: match:░░${if░match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
25  ├───────text: match:░░
26  ├considering: ${if░match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
27   ╭considering: abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
28   ├───────text: abcd
29   ├considering: }{\N^([ab]+)(\w+)$\N}{$2$1}fail}
30   ├───expanded: abcd
31   ╰─────result: abcd
32   ╭considering: \N^([ab]+)(\w+)$\N}{$2$1}fail}
33   ├──protected: ^([ab]+)(\w+)$
34   ├considering: }{$2$1}fail}
35   ├───expanded: \N^([ab]+)(\w+)$\N
36   ╰─────result: ^([ab]+)(\w+)$
37  compiled RE '^([ab]+)(\w+)$' not found in local cache
38  compiling RE '^([ab]+)(\w+)$'
39  compiled RE '^([ab]+)(\w+)$' saved in local cache
40  ├──condition: match{abcd}{\N^([ab]+)(\w+)$\N}
41  ├─────result: true
42   ╭considering: $2$1}fail}
43   ├──────value: cd
44   ├considering: $1}fail}
45   ├──────value: ab
46   ├considering: }fail}
47   ├───expanded: $2$1
48   ╰─────result: cdab
49  ├───item-res: cdab
50  ├───expanded: match:░░${if░match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
51  ╰─────result: match:░░cdab
52  ╭considering: match:░░${if░match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
53  ├───────text: match:░░
54  ├considering: ${if░match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
55   ╭considering: wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
56   ├───────text: wxyz
57   ├considering: }{\N^([ab]+)(\w+)$\N}{$2$1}fail}
58   ├───expanded: wxyz
59   ╰─────result: wxyz
60   ╭considering: \N^([ab]+)(\w+)$\N}{$2$1}fail}
61   ├──protected: ^([ab]+)(\w+)$
62   ├considering: }{$2$1}fail}
63   ├───expanded: \N^([ab]+)(\w+)$\N
64   ╰─────result: ^([ab]+)(\w+)$
65  compiled RE '^([ab]+)(\w+)$' found in local cache
66  ├──condition: match{wxyz}{\N^([ab]+)(\w+)$\N}
67  ├─────result: false
68   ╭───scanning: $2$1}fail}
69   ├───scanning: $1}fail}
70   ├───scanning: }fail}
71   ├───expanded: $2$1
72   ├─────result:  ◀skipped▶
73   ╰───skipping: result is not used
74  ├failed to expand: match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
75  ├───error message: "if" failed and "fail" requested
76  ╰failure was forced
77  ╭considering: ${if░eq░{1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
78   ╭considering: 1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
79   ├───────text: 1
80   ├considering: }{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
81   ├───expanded: 1
82   ╰─────result: 1
83   ╭considering: 1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
84   ├───────text: 1
85   ├considering: }{yes}{${lookup{xx}lsearch{/non/exist}}}}
86   ├───expanded: 1
87   ╰─────result: 1
88  ├──condition: eq░{1}{1}
89  ├─────result: true
90   ╭considering: yes}{${lookup{xx}lsearch{/non/exist}}}}
91   ├───────text: yes
92   ├considering: }{${lookup{xx}lsearch{/non/exist}}}}
93   ├───expanded: yes
94   ╰─────result: yes
95   ╭───scanning: ${lookup{xx}lsearch{/non/exist}}}}
96    ╭───scanning: xx}lsearch{/non/exist}}}}
97    ├───────text: xx
98    ├───scanning: }lsearch{/non/exist}}}}
99    ├───expanded: xx
100    ├─────result:  ◀skipped▶
101    ╰───skipping: result is not used
102    ╭───scanning: /non/exist}}}}
103    ├───────text: /non/exist
104    ├───scanning: }}}}
105    ├───expanded: /non/exist
106    ├─────result:  ◀skipped▶
107    ╰───skipping: result is not used
108   ├───scanning: }}
109   ├───expanded: ${lookup{xx}lsearch{/non/exist}}
110   ├─────result:  ◀skipped▶
111   ╰───skipping: result is not used
112  ├───expanded: ${if░eq░{1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
113  ╰─────result: yes
114  ╭considering: match_address:░░░${if░match_address{a.b.c}{a.b.c}{yes}{no}}
115  ├───────text: match_address:░░░
116  ├considering: ${if░match_address{a.b.c}{a.b.c}{yes}{no}}
117   ╭considering: a.b.c}{a.b.c}{yes}{no}}
118   ├───────text: a.b.c
119   ├considering: }{a.b.c}{yes}{no}}
120   ├───expanded: a.b.c
121   ╰─────result: a.b.c
122   ╭considering: a.b.c}{yes}{no}}
123   ├───────text: a.b.c
124   ├considering: }{yes}{no}}
125   ├───expanded: a.b.c
126   ╰─────result: a.b.c
127 LOG: MAIN PANIC
128   no @ found in the subject of an address list match: subject="a.b.c" pattern="a.b.c"
129  a.b.c in "a.b.c"? no (end of list)
130  ├──condition: match_address{a.b.c}{a.b.c}
131  ├─────result: false
132   ╭───scanning: yes}{no}}
133   ├───────text: yes
134   ├───scanning: }{no}}
135   ├───expanded: yes
136   ├─────result:  ◀skipped▶
137   ╰───skipping: result is not used
138   ╭considering: no}}
139   ├───────text: no
140   ├considering: }}
141   ├───expanded: no
142   ╰─────result: no
143  ├───item-res: no
144  ├───expanded: match_address:░░░${if░match_address{a.b.c}{a.b.c}{yes}{no}}
145  ╰─────result: match_address:░░░no
146  ╭considering: protected:░${expand:\N░\N}
147  ├───────text: protected:░
148  ├considering: ${expand:\N░\N}
149   ╭considering: \N░\N}
150   ├──protected: ░
151   ├considering: }
152   ├───expanded: \N░\N
153   ╰─────result: ░
154   ╭considering: ░
155   ├───────text: ░
156   ├───expanded: ░
157   ╰─────result: ░
158  ├─────op-res:  
159  ├───expanded: protected:░${expand:\N░\N}
160  ╰─────result: protected:░░
161 >>>>>>>>>>>>>>>> Exim pid=p1234 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
162 Exim version x.yz ....
163 environment after trimming:
164  USER=CALLER
165 configuration file is TESTSUITE/test-config
166 admin user
167 dropping to exim gid; retaining priv uid
168 try option gecos_pattern
169 try option gecos_name
170 try option unknown_login
171  /considering: primary_hostname: $primary_hostname
172  |-------text: primary_hostname: 
173  |considering: $primary_hostname
174  |------value: myhost.test.ex
175  |---expanded: primary_hostname: $primary_hostname
176  \_____result: primary_hostname: myhost.test.ex
177  /considering: match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
178  |-------text: match:  
179  |considering: ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
180   /considering: abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
181   |-------text: abcd
182   |considering: }{\N^([ab]+)(\w+)$\N}{$2$1}fail}
183   |---expanded: abcd
184   \_____result: abcd
185   /considering: \N^([ab]+)(\w+)$\N}{$2$1}fail}
186   |--protected: ^([ab]+)(\w+)$
187   |considering: }{$2$1}fail}
188   |---expanded: \N^([ab]+)(\w+)$\N
189   \_____result: ^([ab]+)(\w+)$
190  compiled RE '^([ab]+)(\w+)$' not found in local cache
191  compiling RE '^([ab]+)(\w+)$'
192  compiled RE '^([ab]+)(\w+)$' saved in local cache
193  |--condition: match{abcd}{\N^([ab]+)(\w+)$\N}
194  |-----result: true
195   /considering: $2$1}fail}
196   |------value: cd
197   |considering: $1}fail}
198   |------value: ab
199   |considering: }fail}
200   |---expanded: $2$1
201   \_____result: cdab
202  |---item-res: cdab
203  |---expanded: match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
204  \_____result: match:  cdab
205  /considering: match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
206  |-------text: match:  
207  |considering: ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
208   /considering: wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
209   |-------text: wxyz
210   |considering: }{\N^([ab]+)(\w+)$\N}{$2$1}fail}
211   |---expanded: wxyz
212   \_____result: wxyz
213   /considering: \N^([ab]+)(\w+)$\N}{$2$1}fail}
214   |--protected: ^([ab]+)(\w+)$
215   |considering: }{$2$1}fail}
216   |---expanded: \N^([ab]+)(\w+)$\N
217   \_____result: ^([ab]+)(\w+)$
218  compiled RE '^([ab]+)(\w+)$' found in local cache
219  |--condition: match{wxyz}{\N^([ab]+)(\w+)$\N}
220  |-----result: false
221   /---scanning: $2$1}fail}
222   |---scanning: $1}fail}
223   |---scanning: }fail}
224   |---expanded: $2$1
225   |-----result:  <skipped>
226   \___skipping: result is not used
227  |failed to expand: match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
228  |---error message: "if" failed and "fail" requested
229  \failure was forced
230  /considering: ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
231   /considering: 1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
232   |-------text: 1
233   |considering: }{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
234   |---expanded: 1
235   \_____result: 1
236   /considering: 1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
237   |-------text: 1
238   |considering: }{yes}{${lookup{xx}lsearch{/non/exist}}}}
239   |---expanded: 1
240   \_____result: 1
241  |--condition: eq {1}{1}
242  |-----result: true
243   /considering: yes}{${lookup{xx}lsearch{/non/exist}}}}
244   |-------text: yes
245   |considering: }{${lookup{xx}lsearch{/non/exist}}}}
246   |---expanded: yes
247   \_____result: yes
248   /---scanning: ${lookup{xx}lsearch{/non/exist}}}}
249    /---scanning: xx}lsearch{/non/exist}}}}
250    |-------text: xx
251    |---scanning: }lsearch{/non/exist}}}}
252    |---expanded: xx
253    |-----result:  <skipped>
254    \___skipping: result is not used
255    /---scanning: /non/exist}}}}
256    |-------text: /non/exist
257    |---scanning: }}}}
258    |---expanded: /non/exist
259    |-----result:  <skipped>
260    \___skipping: result is not used
261   |---scanning: }}
262   |---expanded: ${lookup{xx}lsearch{/non/exist}}
263   |-----result:  <skipped>
264   \___skipping: result is not used
265  |---expanded: ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
266  \_____result: yes
267  /considering: match_address:   ${if match_address{a.b.c}{a.b.c}{yes}{no}}
268  |-------text: match_address:   
269  |considering: ${if match_address{a.b.c}{a.b.c}{yes}{no}}
270   /considering: a.b.c}{a.b.c}{yes}{no}}
271   |-------text: a.b.c
272   |considering: }{a.b.c}{yes}{no}}
273   |---expanded: a.b.c
274   \_____result: a.b.c
275   /considering: a.b.c}{yes}{no}}
276   |-------text: a.b.c
277   |considering: }{yes}{no}}
278   |---expanded: a.b.c
279   \_____result: a.b.c
280 LOG: MAIN PANIC
281   no @ found in the subject of an address list match: subject="a.b.c" pattern="a.b.c"
282  a.b.c in "a.b.c"? no (end of list)
283  |--condition: match_address{a.b.c}{a.b.c}
284  |-----result: false
285   /---scanning: yes}{no}}
286   |-------text: yes
287   |---scanning: }{no}}
288   |---expanded: yes
289   |-----result:  <skipped>
290   \___skipping: result is not used
291   /considering: no}}
292   |-------text: no
293   |considering: }}
294   |---expanded: no
295   \_____result: no
296  |---item-res: no
297  |---expanded: match_address:   ${if match_address{a.b.c}{a.b.c}{yes}{no}}
298  \_____result: match_address:   no
299  /considering: protected: ${expand:\N \N}
300  |-------text: protected: 
301  |considering: ${expand:\N \N}
302   /considering: \N \N}
303   |--protected:  
304   |considering: }
305   |---expanded: \N \N
306   \_____result:  
307   /considering:  
308   |-------text:  
309   |---expanded:  
310   \_____result:  
311  |-----op-res:  
312  |---expanded: protected: ${expand:\N \N}
313  \_____result: protected:  
314 >>>>>>>>>>>>>>>> Exim pid=p1235 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
315 Exim version x.yz ....
316 environment after trimming:
317  USER=CALLER
318 configuration file is TESTSUITE/test-config
319 admin user
320 dropping to exim gid; retaining priv uid
321 try option gecos_pattern
322 try option gecos_name
323 try option unknown_login
324  ╭considering: -oMa░░sender_host_address░=░$sender_host_address
325  ├───────text: -oMa░░sender_host_address░=░
326  ├considering: $sender_host_address
327  ├──────value: V4NET.0.0.1
328             ╰──(tainted)
329  ├───expanded: -oMa░░sender_host_address░=░$sender_host_address
330  ╰─────result: -oMa░░sender_host_address░=░V4NET.0.0.1
331             ╰──(tainted)
332  ╭considering: ░░░░░░sender_host_port░=░$sender_host_port
333  ├───────text: ░░░░░░sender_host_port░=░
334  ├considering: $sender_host_port
335  ├──────value: 1234
336  ├───expanded: ░░░░░░sender_host_port░=░$sender_host_port
337  ╰─────result: ░░░░░░sender_host_port░=░1234
338  ╭considering: -oMaa░sender_host_authenticated░=░$sender_host_authenticated
339  ├───────text: -oMaa░sender_host_authenticated░=░
340  ├considering: $sender_host_authenticated
341  ├──────value: AAA
342             ╰──(tainted)
343  ├───expanded: -oMaa░sender_host_authenticated░=░$sender_host_authenticated
344  ╰─────result: -oMaa░sender_host_authenticated░=░AAA
345             ╰──(tainted)
346  ╭considering: -oMai░authenticated_id░=░$authenticated_id
347  ├───────text: -oMai░authenticated_id░=░
348  ├considering: $authenticated_id
349  ├──────value: philip
350             ╰──(tainted)
351  ├───expanded: -oMai░authenticated_id░=░$authenticated_id
352  ╰─────result: -oMai░authenticated_id░=░philip
353             ╰──(tainted)
354  ╭considering: -oMas░authenticated_sender░=░$authenticated_sender
355  ├───────text: -oMas░authenticated_sender░=░
356  ├considering: $authenticated_sender
357  ├──────value: xx@yy.zz
358             ╰──(tainted)
359  ├───expanded: -oMas░authenticated_sender░=░$authenticated_sender
360  ╰─────result: -oMas░authenticated_sender░=░xx@yy.zz
361             ╰──(tainted)
362  ╭considering: -oMi░░interface_address░=░$interface_address
363  ├───────text: -oMi░░interface_address░=░
364  ├considering: $interface_address
365  ├──────value: 1.1.1.1
366             ╰──(tainted)
367  ├───expanded: -oMi░░interface_address░=░$interface_address
368  ╰─────result: -oMi░░interface_address░=░1.1.1.1
369             ╰──(tainted)
370  ╭considering: ░░░░░░interface_port░=░$interface_port
371  ├───────text: ░░░░░░interface_port░=░
372  ├considering: $interface_port
373  ├──────value: 99
374  ├───expanded: ░░░░░░interface_port░=░$interface_port
375  ╰─────result: ░░░░░░interface_port░=░99
376  ╭considering: -oMr░░received_protocol░=░$received_protocol
377  ├───────text: -oMr░░received_protocol░=░
378  ├considering: $received_protocol
379  ├──────value: special
380             ╰──(tainted)
381  ├───expanded: -oMr░░received_protocol░=░$received_protocol
382  ╰─────result: -oMr░░received_protocol░=░special
383             ╰──(tainted)
384  ╭considering: -oMt░░sender_ident░=░$sender_ident
385  ├───────text: -oMt░░sender_ident░=░
386  ├considering: $sender_ident
387  ├──────value: me
388             ╰──(tainted)
389  ├───expanded: -oMt░░sender_ident░=░$sender_ident
390  ╰─────result: -oMt░░sender_ident░=░me
391             ╰──(tainted)
392 >>>>>>>>>>>>>>>> Exim pid=p1236 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
393 1999-03-02 09:44:33 no host name found for IP address V4NET.11.12.13
394 Exim version x.yz ....
395 environment after trimming:
396  USER=CALLER
397 configuration file is TESTSUITE/test-config
398 admin user
399 dropping to exim gid; retaining priv uid
400 try option gecos_pattern
401 try option gecos_name
402 try option unknown_login
403  ╭considering: -oMa░░sender_host_address░=░$sender_host_address
404  ├───────text: -oMa░░sender_host_address░=░
405  ├considering: $sender_host_address
406  ├──────value: V4NET.0.0.1
407             ╰──(tainted)
408  ├───expanded: -oMa░░sender_host_address░=░$sender_host_address
409  ╰─────result: -oMa░░sender_host_address░=░V4NET.0.0.1
410             ╰──(tainted)
411  ╭considering: ░░░░░░sender_host_port░=░$sender_host_port
412  ├───────text: ░░░░░░sender_host_port░=░
413  ├considering: $sender_host_port
414  ├──────value: 1234
415  ├───expanded: ░░░░░░sender_host_port░=░$sender_host_port
416  ╰─────result: ░░░░░░sender_host_port░=░1234
417  ╭considering: -oMaa░sender_host_authenticated░=░$sender_host_authenticated
418  ├───────text: -oMaa░sender_host_authenticated░=░
419  ├considering: $sender_host_authenticated
420  ├──────value: AAA
421             ╰──(tainted)
422  ├───expanded: -oMaa░sender_host_authenticated░=░$sender_host_authenticated
423  ╰─────result: -oMaa░sender_host_authenticated░=░AAA
424             ╰──(tainted)
425  ╭considering: -oMai░authenticated_id░=░$authenticated_id
426  ├───────text: -oMai░authenticated_id░=░
427  ├considering: $authenticated_id
428  ├──────value: philip
429             ╰──(tainted)
430  ├───expanded: -oMai░authenticated_id░=░$authenticated_id
431  ╰─────result: -oMai░authenticated_id░=░philip
432             ╰──(tainted)
433  ╭considering: -oMas░authenticated_sender░=░$authenticated_sender
434  ├───────text: -oMas░authenticated_sender░=░
435  ├considering: $authenticated_sender
436  ├──────value: xx@yy.zz
437             ╰──(tainted)
438  ├───expanded: -oMas░authenticated_sender░=░$authenticated_sender
439  ╰─────result: -oMas░authenticated_sender░=░xx@yy.zz
440             ╰──(tainted)
441  ╭considering: -oMi░░interface_address░=░$interface_address
442  ├───────text: -oMi░░interface_address░=░
443  ├considering: $interface_address
444  ├──────value: 1.1.1.1
445             ╰──(tainted)
446  ├───expanded: -oMi░░interface_address░=░$interface_address
447  ╰─────result: -oMi░░interface_address░=░1.1.1.1
448             ╰──(tainted)
449  ╭considering: ░░░░░░interface_port░=░$interface_port
450  ├───────text: ░░░░░░interface_port░=░
451  ├considering: $interface_port
452  ├──────value: 99
453  ├───expanded: ░░░░░░interface_port░=░$interface_port
454  ╰─────result: ░░░░░░interface_port░=░99
455  ╭considering: -oMr░░received_protocol░=░$received_protocol
456  ├───────text: -oMr░░received_protocol░=░
457  ├considering: $received_protocol
458  ├──────value: special
459             ╰──(tainted)
460  ├───expanded: -oMr░░received_protocol░=░$received_protocol
461  ╰─────result: -oMr░░received_protocol░=░special
462             ╰──(tainted)
463  ╭considering: ---->░No░lookup░yet:░${if░eq{black}{white}{$sender_host_name}{No}}
464  ├───────text: ---->░No░lookup░yet:░
465  ├considering: ${if░eq{black}{white}{$sender_host_name}{No}}
466   ╭considering: black}{white}{$sender_host_name}{No}}
467   ├───────text: black
468   ├considering: }{white}{$sender_host_name}{No}}
469   ├───expanded: black
470   ╰─────result: black
471   ╭considering: white}{$sender_host_name}{No}}
472   ├───────text: white
473   ├considering: }{$sender_host_name}{No}}
474   ├───expanded: white
475   ╰─────result: white
476  ├──condition: eq{black}{white}
477  ├─────result: false
478   ╭───scanning: $sender_host_name}{No}}
479   ├──────value: 
480   ├───scanning: }{No}}
481   ├───expanded: $sender_host_name
482   ├─────result:  ◀skipped▶
483   ╰───skipping: result is not used
484   ╭considering: No}}
485   ├───────text: No
486   ├considering: }}
487   ├───expanded: No
488   ╰─────result: No
489  ├───item-res: No
490  ├───expanded: ---->░No░lookup░yet:░${if░eq{black}{white}{$sender_host_name}{No}}
491  ╰─────result: ---->░No░lookup░yet:░No
492  ╭considering: -oMs░░sender_host_name░=░$sender_host_name
493  ├───────text: -oMs░░sender_host_name░=░
494  ├considering: $sender_host_name
495 looking up host name for V4NET.0.0.1
496 IP address lookup yielded "ten-1.test.ex"
497   check dnssec require list
498   check dnssec request list
499   ten-1.test.ex V4NET.0.0.1 mx=-1 sort=xx 
500 checking addresses for ten-1.test.ex
501   V4NET.0.0.1 OK
502 sender_fullhost = ten-1.test.ex [V4NET.0.0.1]
503 sender_rcvhost = ten-1.test.ex ([V4NET.0.0.1] ident=me)
504  ├──────value: ten-1.test.ex
505             ╰──(tainted)
506  ├───expanded: -oMs░░sender_host_name░=░$sender_host_name
507  ╰─────result: -oMs░░sender_host_name░=░ten-1.test.ex
508             ╰──(tainted)
509  ╭considering: -oMt░░sender_ident░=░$sender_ident
510  ├───────text: -oMt░░sender_ident░=░
511  ├considering: $sender_ident
512  ├──────value: me
513             ╰──(tainted)
514  ├───expanded: -oMt░░sender_ident░=░$sender_ident
515  ╰─────result: -oMt░░sender_ident░=░me
516             ╰──(tainted)
517 >>>>>>>>>>>>>>>> Exim pid=p1237 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
518 Exim version x.yz ....
519 changed uid/gid: forcing real = effective
520   uid=uuuu gid=CALLER_GID pid=p1238
521 configuration file is TESTSUITE/test-config
522 admin user
523 changed uid/gid: privilege not needed
524   uid=EXIM_UID gid=EXIM_GID pid=p1238
525 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
526 sender address = CALLER@myhost.test.ex
527 sender_fullhost = [V4NET.0.0.1]
528 sender_rcvhost = [V4NET.0.0.1]
529 host in hosts_connection_nolog? no (option unset)
530 LOG: smtp_connection MAIN
531   SMTP connection from [V4NET.0.0.1]
532 host in host_lookup? no (option unset)
533 set_process_info: pppp handling incoming connection from [V4NET.0.0.1]
534 host in host_reject_connection? no (option unset)
535 host in sender_unqualified_hosts? no (option unset)
536 host in recipient_unqualified_hosts? no (option unset)
537 host in helo_verify_hosts? no (option unset)
538 host in helo_try_verify_hosts? no (option unset)
539 host in helo_accept_junk_hosts? no (option unset)
540 using ACL "connect1"
541 processing "deny" (TESTSUITE/test-config 45)
542 check hosts = <\n partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch \n 1.2.3.4
543 host in "<
544  partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch 
545  1.2.3.4"?
546  list element: partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch
547 sender host name required, to match against partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch
548 looking up host name for V4NET.0.0.1
549   DNS lookup of 1.0.0.V4NET.in-addr.arpa (PTR) using fakens
550   DNS lookup of 1.0.0.V4NET.in-addr.arpa (PTR) succeeded
551 IP address lookup yielded "ten-1.test.ex"
552   check dnssec require list
553    ten-1.test.ex not in empty list (option unset? cannot trace name)
554   check dnssec request list
555    ten-1.test.ex not in empty list (option unset? cannot trace name)
556   DNS lookup of ten-1.test.ex (A) using fakens
557   DNS lookup of ten-1.test.ex (A) succeeded
558   ten-1.test.ex V4NET.0.0.1 mx=-1 sort=xx 
559 checking addresses for ten-1.test.ex
560 Forward DNS security status: unverified
561   V4NET.0.0.1 OK
562 sender_fullhost = ten-1.test.ex [V4NET.0.0.1]
563 sender_rcvhost = ten-1.test.ex ([V4NET.0.0.1])
564  search_open: lsearch "TESTSUITE/aux-fixed/0002.lsearch"
565  search_find: file="TESTSUITE/aux-fixed/0002.lsearch"
566    key="ten-1.test.ex" partial=2 affix=*. starflags=0 opts=NULL
567  LRU list:
568    0TESTSUITE/aux-fixed/0002.lsearch
569    End
570  internal_search_find: file="TESTSUITE/aux-fixed/0002.lsearch"
571    type=lsearch key="ten-1.test.ex" opts=NULL
572  file lookup required for ten-1.test.ex
573    in TESTSUITE/aux-fixed/0002.lsearch
574  creating new cache entry
575  lookup yielded: 
576   host in "<
577   partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch 
578   1.2.3.4"? yes (matched "partial-lsearch;TESTSUITE/aux-fixed/0002.lsearch")
579 deny: condition test succeeded in ACL "connect1"
580 end of ACL "connect1": DENY
581 SMTP>> 550 Administrative prohibition
582 LOG: connection_reject MAIN REJECT
583   H=ten-1.test.ex [V4NET.0.0.1] rejected connection in "connect" ACL
584 search_tidyup called
585 >>>>>>>>>>>>>>>> Exim pid=p1238 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
586 Exim version x.yz ....
587 changed uid/gid: forcing real = effective
588   uid=uuuu gid=CALLER_GID pid=p1239
589 configuration file is TESTSUITE/test-config
590 admin user
591 changed uid/gid: privilege not needed
592   uid=EXIM_UID gid=EXIM_GID pid=p1239
593 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
594 sender address = CALLER@myhost.test.ex
595 sender_fullhost = [V4NET.0.0.2]
596 sender_rcvhost = [V4NET.0.0.2]
597 host in hosts_connection_nolog? no (option unset)
598 LOG: smtp_connection MAIN
599   SMTP connection from [V4NET.0.0.2]
600 host in host_lookup? no (option unset)
601 set_process_info: pppp handling incoming connection from [V4NET.0.0.2]
602 host in host_reject_connection? no (option unset)
603 host in sender_unqualified_hosts? no (option unset)
604 host in recipient_unqualified_hosts? no (option unset)
605 host in helo_verify_hosts? no (option unset)
606 host in helo_try_verify_hosts? no (option unset)
607 host in helo_accept_junk_hosts? no (option unset)
608 using ACL "connect2"
609 processing "deny" (TESTSUITE/test-config 48)
610 check hosts = net-lsearch;TESTSUITE/aux-fixed/0002.lsearch
611 host in "net-lsearch;TESTSUITE/aux-fixed/0002.lsearch"?
612  list element: net-lsearch;TESTSUITE/aux-fixed/0002.lsearch
613  search_open: lsearch "TESTSUITE/aux-fixed/0002.lsearch"
614  search_find: file="TESTSUITE/aux-fixed/0002.lsearch"
615    key="V4NET.0.0.2" partial=-1 affix=NULL starflags=0 opts=NULL
616  LRU list:
617    0TESTSUITE/aux-fixed/0002.lsearch
618    End
619  internal_search_find: file="TESTSUITE/aux-fixed/0002.lsearch"
620    type=lsearch key="V4NET.0.0.2" opts=NULL
621  file lookup required for V4NET.0.0.2
622    in TESTSUITE/aux-fixed/0002.lsearch
623  creating new cache entry
624  lookup failed
625 host in "net-lsearch;TESTSUITE/aux-fixed/0002.lsearch"? no (end of list)
626 deny: condition test failed in ACL "connect2"
627 end of ACL "connect2": implicit DENY
628 SMTP>> 550 Administrative prohibition
629 LOG: connection_reject MAIN REJECT
630   H=[V4NET.0.0.2] rejected connection in "connect" ACL
631 search_tidyup called
632 >>>>>>>>>>>>>>>> Exim pid=p1239 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>
633 >>> host in hosts_connection_nolog? no (option unset)
634 >>> host in host_lookup? no (option unset)
635 >>> host in host_reject_connection? no (option unset)
636 >>> host in sender_unqualified_hosts? no (option unset)
637 >>> host in recipient_unqualified_hosts? no (option unset)
638 >>> host in helo_verify_hosts? no (option unset)
639 >>> host in helo_try_verify_hosts? no (option unset)
640 >>> host in helo_accept_junk_hosts? no (option unset)
641 >>> using ACL "connect0"
642 >>> processing "accept" (TESTSUITE/test-config 42)
643 >>> accept: condition test succeeded in ACL "connect0"
644 >>> end of ACL "connect0": ACCEPT
645 >>> test in helo_lookup_domains?
646 >>>  list element: @
647 >>>  list element: @[]
648 >>> test in helo_lookup_domains? no (end of list)
649 >>> processing "accept" (TESTSUITE/test-config 70)
650 >>> accept: condition test succeeded in inline ACL
651 >>> end of inline ACL: ACCEPT
652 >>> using ACL "check_data"
653 >>> processing "warn" (TESTSUITE/test-config 51)
654 >>> check logwrite = Subject is: "$h_subject:"
655 >>>                = Subject is: ""
656 LOG: 10HmaX-000000005vi-0000 Subject is: ""
657 >>> warn: condition test succeeded in ACL "check_data"
658 >>> processing "deny" (TESTSUITE/test-config 52)
659 >>>   message: reply_address=<$reply_address>
660 >>> deny: condition test succeeded in ACL "check_data"
661 >>> end of ACL "check_data": DENY
662 LOG: 10HmaX-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<>
663 >>> processing "accept" (TESTSUITE/test-config 70)
664 >>> accept: condition test succeeded in inline ACL
665 >>> end of inline ACL: ACCEPT
666 >>> host in ignore_fromline_hosts? no (option unset)
667 >>> using ACL "check_data"
668 >>> processing "warn" (TESTSUITE/test-config 51)
669 >>> check logwrite = Subject is: "$h_subject:"
670 >>>                = Subject is: ""
671 LOG: 10HmaY-000000005vi-0000 Subject is: ""
672 >>> warn: condition test succeeded in ACL "check_data"
673 >>> processing "deny" (TESTSUITE/test-config 52)
674 >>>   message: reply_address=<$reply_address>
675 >>> deny: condition test succeeded in ACL "check_data"
676 >>> end of ACL "check_data": DENY
677 LOG: 10HmaY-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<a@b>
678 >>> processing "accept" (TESTSUITE/test-config 70)
679 >>> accept: condition test succeeded in inline ACL
680 >>> end of inline ACL: ACCEPT
681 >>> host in ignore_fromline_hosts? no (option unset)
682 >>> using ACL "check_data"
683 >>> processing "warn" (TESTSUITE/test-config 51)
684 >>> check logwrite = Subject is: "$h_subject:"
685 >>>                = Subject is: ""
686 LOG: 10HmaZ-000000005vi-0000 Subject is: ""
687 >>> warn: condition test succeeded in ACL "check_data"
688 >>> processing "deny" (TESTSUITE/test-config 52)
689 >>>   message: reply_address=<$reply_address>
690 >>> deny: condition test succeeded in ACL "check_data"
691 >>> end of ACL "check_data": DENY
692 LOG: 10HmaZ-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<c@d>
693 >>> processing "accept" (TESTSUITE/test-config 70)
694 >>> accept: condition test succeeded in inline ACL
695 >>> end of inline ACL: ACCEPT
696 >>> host in ignore_fromline_hosts? no (option unset)
697 >>> using ACL "check_data"
698 >>> processing "warn" (TESTSUITE/test-config 51)
699 >>> check logwrite = Subject is: "$h_subject:"
700 >>>                = Subject is: ""
701 LOG: 10HmbA-000000005vi-0000 Subject is: ""
702 >>> warn: condition test succeeded in ACL "check_data"
703 >>> processing "deny" (TESTSUITE/test-config 52)
704 >>>   message: reply_address=<$reply_address>
705 >>> deny: condition test succeeded in ACL "check_data"
706 >>> end of ACL "check_data": DENY
707 LOG: 10HmbA-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<>
708 >>> processing "accept" (TESTSUITE/test-config 70)
709 >>> accept: condition test succeeded in inline ACL
710 >>> end of inline ACL: ACCEPT
711 >>> host in ignore_fromline_hosts? no (option unset)
712 >>> using ACL "check_data"
713 >>> processing "warn" (TESTSUITE/test-config 51)
714 >>> check logwrite = Subject is: "$h_subject:"
715 >>>                = Subject is: ""
716 LOG: 10HmbB-000000005vi-0000 Subject is: ""
717 >>> warn: condition test succeeded in ACL "check_data"
718 >>> processing "deny" (TESTSUITE/test-config 52)
719 >>>   message: reply_address=<$reply_address>
720 >>> deny: condition test succeeded in ACL "check_data"
721 >>> end of ACL "check_data": DENY
722 LOG: 10HmbB-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<x@y>
723 >>> host in hosts_connection_nolog? no (option unset)
724 >>> host in host_lookup? no (option unset)
725 >>> host in host_reject_connection? no (option unset)
726 >>> host in sender_unqualified_hosts? no (option unset)
727 >>> host in recipient_unqualified_hosts? no (option unset)
728 >>> host in helo_verify_hosts? no (option unset)
729 >>> host in helo_try_verify_hosts? no (option unset)
730 >>> host in helo_accept_junk_hosts? no (option unset)
731 >>> using ACL "connect0"
732 >>> processing "accept" (TESTSUITE/test-config 42)
733 >>> accept: condition test succeeded in ACL "connect0"
734 >>> end of ACL "connect0": ACCEPT
735 >>> test in helo_lookup_domains?
736 >>>  list element: @
737 >>>  list element: @[]
738 >>> test in helo_lookup_domains? no (end of list)
739 >>> processing "accept" (TESTSUITE/test-config 70)
740 >>> accept: condition test succeeded in inline ACL
741 >>> end of inline ACL: ACCEPT
742 >>> host in ignore_fromline_hosts? no (option unset)
743 >>> using ACL "check_data"
744 >>> processing "warn" (TESTSUITE/test-config 51)
745 >>> check logwrite = Subject is: "$h_subject:"
746 >>>                = Subject is: "=?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?="
747 LOG: 10HmbC-000000005vi-0000 Subject is: "=?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?="
748 >>> warn: condition test succeeded in ACL "check_data"
749 >>> processing "deny" (TESTSUITE/test-config 52)
750 >>>   message: reply_address=<$reply_address>
751 >>> deny: condition test succeeded in ACL "check_data"
752 >>> end of ACL "check_data": DENY
753 LOG: 10HmbC-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<>
754 >>> host in hosts_connection_nolog? no (option unset)
755 >>> host in host_lookup? no (option unset)
756 >>> host in host_reject_connection? no (option unset)
757 >>> host in sender_unqualified_hosts? no (option unset)
758 >>> host in recipient_unqualified_hosts? no (option unset)
759 >>> host in helo_verify_hosts? no (option unset)
760 >>> host in helo_try_verify_hosts? no (option unset)
761 >>> host in helo_accept_junk_hosts? no (option unset)
762 >>> using ACL "connect0"
763 >>> processing "accept" (TESTSUITE/test-config 42)
764 >>> accept: condition test succeeded in ACL "connect0"
765 >>> end of ACL "connect0": ACCEPT
766 >>> test in helo_lookup_domains?
767 >>>  list element: @
768 >>>  list element: @[]
769 >>> test in helo_lookup_domains? no (end of list)
770 >>> processing "accept" (TESTSUITE/test-config 70)
771 >>> accept: condition test succeeded in inline ACL
772 >>> end of inline ACL: ACCEPT
773 >>> host in ignore_fromline_hosts? no (option unset)
774 >>> using ACL "check_data"
775 >>> processing "warn" (TESTSUITE/test-config 51)
776 >>> check logwrite = Subject is: "$h_subject:"
777 >>>                = Subject is: " here we go: a string that is going to be encoded: it will go over the 75-char limit by a long way; in fact this one will go over the 150 character limit"
778 LOG: 10HmbD-000000005vi-0000 Subject is: " here we go: a string that is going to be encoded: it will go over the 75-char limit by a long way; in fact this one will go over the 150 character limit"
779 >>> warn: condition test succeeded in ACL "check_data"
780 >>> processing "deny" (TESTSUITE/test-config 52)
781 >>>   message: reply_address=<$reply_address>
782 >>> deny: condition test succeeded in ACL "check_data"
783 >>> end of ACL "check_data": DENY
784 LOG: 10HmbD-000000005vi-0000 H=(test) [V4NET.0.0.0] F=<> rejected after DATA: reply_address=<>
785 Exim version x.yz ....
786 changed uid/gid: -C, -D, -be or -bf forces real uid
787   uid=CALLER_UID gid=CALLER_GID pid=p1240
788 configuration file is TESTSUITE/test-config
789 admin user
790 dropping to exim gid; retaining priv uid
791 originator: uid=CALLER_UID gid=CALLER_GID login=CALLER name=CALLER_NAME
792 sender address = CALLER@myhost.test.ex
793  1.2.3.4 in "1.2.3"?
794   list element: 1.2.3
795   1.2.3.4 in "1.2.3"? no (malformed IPv4 address or address mask: 1.2.3)
796   1.2.3.4 in "1.2.3.4/abc"?
797    list element: 1.2.3.4/abc
798    1.2.3.4 in "1.2.3.4/abc"? no (malformed IPv4 address or address mask: 1.2.3.4)
799    ::1 in "<; aaaa:bbbb"?
800    ╎list element: aaaa:bbbb
801    ╎::1 in "<; aaaa:bbbb"? no (malformed IPv6 address or address mask: aaaa:bbbb)
802    search_tidyup called
803 >>>>>>>>>>>>>>>> Exim pid=p1240 (fresh-exec) terminating with rc=0 >>>>>>>>>>>>>>>>