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