Testsuite: Add testcases for string_is_ip_address (CVE-2023-42117)
[exim.git] / test / stdout / 0002
1
2 > # These expansions can test variables in the configuration, but as there
3 > # is no message being processed, there is no message-related data. But
4 > # that of course gets tested in plenty of other places.
5
6 > # Some fixed variables
7
8 > exim_path: TESTSUITE/eximdir/exim
9 > exim_version: x.yz
10 > config_dir: TESTSUITE
11 > config_file: TESTSUITE/test-config
12 > primary_hostname: myhost.test.ex
13 > primary_hostname: myhost.test.ex
14 > qualify_domain: myhost.test.ex
15 > bounce_return_size_limit: 102400
16 > spool_directory: TESTSUITE/spool
17 > queue_name: 
18 > Failed: unknown variable in "${unknown}"
19 > h_subject: (should be empty)
20 > h_subject: (should be empty)
21 > Failed: unknown expansion operator "header_subject"
22
23 > # $message_headers should be empty
24 > message_headers: ><
25
26 > # Continuation
27 > xy
28 > xy
29
30 > # Overlong names and overbig numbers
31
32 > Failed: unknown variable name "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
33 > Failed: unknown variable in "${aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}"
34 > +
35 > +
36
37 > eval:   0
38 > eval:   1
39 > eval:   -1
40 > eval:   1
41 > eval:   2
42 > eval:   7
43 > eval:   9
44 > eval:   4
45 > eval:   6
46 > eval:   42
47 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "")
48 > eval:   -2
49 > eval:   1
50 > eval:   1
51 > Failed: error in expression evaluation: expecting closing parenthesis (after processing "-2 - (-3")
52 > Failed: error in expression evaluation: expecting operator (after processing "-2 - -3")
53 > eval:   1
54 > eval:   -5
55 > eval:   1
56 > eval:   40962
57 > eval:   63
58 > Failed: error in expression evaluation: expecting operator (after processing "0")
59 > eval10: 77
60 > eval10: 8
61 > Failed: error in expression evaluation: expecting operator (after processing "0")
62 > eval:   4
63 > eval:   4
64 > eval:   4
65 > eval:   13
66 > eval:   9
67 > eval:   6
68 > eval:   3
69 > eval:   0
70 > eval:   24
71 > eval:   4608
72 > eval:   4608
73 > eval:   -4608
74
75 > # List operations
76
77 > filter: "a:b:c"
78 > filter: a:c
79 > filter: a'c
80 > filter: ''a' ''c
81 > filter: ""
82
83 > map: ""
84 > map: a:b:c
85 > map: ::a::: ::b::: ::c::
86 > map: fail string
87 > map: []:[b]:[c]
88
89 > reduce: "+"
90 > reduce: +abc
91 > reduce: 6
92 > reduce: 9
93 > # Check for extract corrupting reduce's 
94 > reduce: a , b
95
96 > listnamed: *.aa.bb : ^\Nxxx(.*)
97 > listnamed: *.aa.bb : ^\Nxxx(.*)
98 > listnamed: V4NET.11.12.13 : iplsearch;TESTSUITE/aux-fixed/0002.iplsearch
99 > listnamed: *.aa.bb : ^\Nxxx(.*) : ;;
100 > listnamed: a : b;c : *.aa.bb : ^\Nxxx(.*) : ;; : 2001::630::212::8::204::::b664
101 > Failed: "nolist" is not a named list
102 > listnamed: *.aa.bb : ^\Nxxx(.*)
103 > Failed: "hlist" is not a domain named list
104 > Failed: bad suffix on "list" operator
105
106 > listcount: 3
107 > listcount: 0
108 > listcount: 3
109 > listcount: 2
110
111 > listextract: b
112 > listextract: XcX
113 > listextract: 
114 > listextract: 
115 > listextract: fail
116 > Failed: "listextract" failed and "fail" requested
117
118 > listquote: abcd
119 > listquote: ab::cd
120 > listquote: ::a::b::c::d::
121 > listquote: ab::::cd
122 > listquote: ab:cd
123 > listquote: ab;;cd
124 > listquote:   ab  cd
125 > listquote: < >
126
127 > sort: 1:2:3:4
128 > sort: 4,3,2,1
129 > sort: a:aa:B:c
130 > sort: 10 smtp.ex.com:100 r2.ex.com:666 r99.ex.com
131 > sort: 10,smtp.ex.com:100,r2.ex.com:666,r99.ex.com
132 > sort: ""
133
134 > # Tests with iscntrl() and illegal separators
135
136 > map: 'a'
137 ''
138 'b'
139 'c'
140
141 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "0+") inside "reduce" item
142 > reduce: 6
143 > reduce: 6
144 > reduce: 6
145
146 > # Operators
147
148 > Failed: Not enough arguments for 'acl' (min is 1)
149 > Failed: Not enough arguments for 'acl' (min is 1)
150 > Failed: ERROR from acl "a_nosuch"
151 > acl: (0) [] []
152 > acl: (1) [person@dom.ain] []
153 > acl: (2) [firstarg] [secondarg]
154 > acl: (1) [arg with spaces] []
155 > acl: 
156 > acl: 
157 > acl: (0) [] []
158 > acl: (1) [person@dom.ain] []
159 > Failed: DEFER from acl "a_defer"
160 > acl: (2) [new arg1] [top_arg_1]
161 > acl:  (1) [1] [] (1) [2] [] (1) [3] [] (1) [4] []
162
163 > addrss: local-part@dom.ain
164 > addrss: local-part@dom.ain
165 > addrss: local-part@dom.ain
166 > addrss: local-part@dom.ain
167 > addrss: local-part@dom.ain
168 > addrss: local-part.dot-atom@dom.ain
169 > addrss: local-part@dom.ain
170 > domain: dom.ain
171 > domain: dom.ain
172 > domain: dom.ain
173 > domain: 
174
175 > addresses: ''abc@xyz' ''pqr@xyz
176 > addresses: local-part@dom.ain
177 > addresses: local-part@dom.ain+xyz@abc
178 > addresses: local-part@dom.ain:xyz@abc:p@q:r@s
179 > addresses: 
180 > Failed: output separator missing in expanding ${addresses:>}
181
182 > escape:     B7\267F2\362
183 > excape8bit: undisturbed text  tab
184 newline tab\134backslash ~tilde\177DEL\200\201.
185
186 > expand: $primary_hostname myhost.test.ex
187 > hash:   jmg monty fbWx
188 > hash:   abcX abX aX X
189 > hex2b64:EjRWeA==
190 > hex2b64:q83v
191 > hex2b64:q83v
192 > hex2b64:Gis8TV5v
193 > Failed: "1a2b3c4d5e6" contains an odd number of characters
194 > Failed: "1a2b3c4d5e6g" is not a hex string
195 > hex2b64:MPPJPkZDbetYunCBao7BJA==
196 > hex2b64:ztcfpyNSMb7Tg/rP3EHE3cwi7PE=
197
198 > base32: 0  <>
199 > base32: 1  <b>
200 > base32: 31 <7>
201 > base32: 32 <ba>
202 > base32: 42 <bk>
203 > Failed: argument for base32 operator is "0x1", which is not a decimal number
204
205 > base32d: 0  0
206 > base32d: 1  1
207 > base32d: 31 31
208 > base32d: 32 32
209 > base32d: 42 42
210 > Failed: argument for base32d operator is "ABC", which is not a base 32 number
211
212 > the base62 operator is actually a base36 operator in the Darwin and Cygwin
213 > environments. Write cunning tests that produce the same output in both cases,
214 > while doing a reasonable check.
215
216 > base62:  OK
217 > base62d: OK
218 > base62d: OK
219 > Failed: argument for base62 operator is "12345x", which is not a decimal number
220 > Failed: argument for base62d operator is "0003D7.", which is not a base 36/62 number
221
222 > hmac:   dd97e3ba5d1a61b5006108f8c8252953
223 > hmac:   0210cf9d274b53f1550f657c378b29e8bfed1064
224 > md5:    77add1d5f41223d5582fca736a5cb335
225 > sha1:   DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
226 > sha1:   A9993E364706816ABA3E25717850C26C9CD0D89D
227 > mask:   192.168.10.192/28
228 > mask:   192.168.10.206/32
229 > Failed: mask value too big in "192.168.10.206/33"
230 > mask:   0.0.0.0/0
231 > Failed: missing mask value in "192.168.10.206"
232 > Failed: "a.b.c.d" is not an IP address
233 > mask:   2a00.0002.0003.0004.0004.0000.0000.0000/79
234 > mask:   2a00.0002.0003.0004.0005.0006.0007.0008/128
235 > Failed: mask value too big in "2a00:2:3:4:5:6:7:8/129"
236 > mask_n: 2a00:2:3:4:4::/79
237 > ipv6denorm: 0000:0000:0000:0000:0000:0000:0000:0001
238 > ipv6denorm: fe00:0000:0000:0000:0000:0000:0000:0001
239 > ipv6denorm: 0000:0000:0000:0000:0000:ffff:c0a8:0001
240 > ipv6denorm: fe80:0000:0000:0000:0000:0000:c0a8:0001
241 > ipv6norm:   ::1
242 > ipv6norm:   2a00::
243 > ipv6norm:   2a00::1
244 > ipv6norm:   2a00:eadf::1:0
245 > ipv6norm:   2a00:eadf:0:1::
246 > ipv6norm:   2a00::
247 > ipv6norm:   2a00:2:3:4:5:6:7:8trailing_text
248 > nhash:  19 0/61
249 > lc/uc:  the quick  BROWN FOX
250 > length: The quick  abc
251 > lclpt:  local-part
252 > lclpt:  local-part
253 > lclpt:  local.part
254 > lclpt:  a.b.c
255 > quote:  aZ09_.-Q "ab*cd" "abcd\"ef"
256 > quote:  "nl(\n)"
257 > quote:  "cr(\r)"
258 > quote:  "tab( )"
259 > quote:  "xff(ÿ)"
260 > quote:  Empty>""<
261 > quote_local_part: abcd
262 > quote_local_part: O'Reilly
263 > quote_local_part: "a space"
264 > quote_local_part: ".something"
265 > quote_local_part: "something."
266 > quote_local_part: joe.bloggs
267 > quote_local_part: a!b
268 > quote_local_part: "x@y"
269 > quote_local_part: ab*cd
270 > quote_local_part: "x:y"
271 > quote_local_part: "abcd\"ef"
272 > quote_local_part: ""
273 > rxquote:aZ09\_\,\-Q ab\*cd abcd\"ef
274 > hexquote: \x01\x02\x03\x04\x05\x06\x07\x20\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f\x20\x10\x11\x12\x13\x14\x15\x16\x17\x20\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f\x20\x20!"#$%&'\x20()*+,-./\x2001234567\x2089:;<=>?\x20@ABCDEFG\x20HIJKLMNO\x20PQRSTUVW\x20XYZ[\]^_\x20`abcdefg\x20hijklmno\x20pqrstuvw\x20xyz{|}~\x7f
275 > substr: ba 34  1
276 > substr: barb rhuba
277 > substr: 
278 > substr: 
279 > str2b64:YWJjZA==
280 > str2b64:VGhlIHF1aWNrIGJyb3duIAogZm94
281 > base64: YWJjZA==
282 > base64: VGhlIHF1aWNrIGJyb3duIAogZm94
283 > base64d:abcd
284 > base64d:The quick brown 
285  fox
286 > strlen: 0
287 > strlen: 1
288 > strlen: 8
289 > time_eval:     10
290 > time_eval:     7200
291 > time_eval:     86700
292 > time_eval:     788645
293 > Failed: string "14" is not an Exim time interval in "time_eval" operator
294 > Failed: string "rhubarb" is not an Exim time interval in "time_eval" operator
295 > time_interval: 0s
296 > time_interval: 44s
297 > time_interval: 1w4d13h46m39s
298 > Failed: string "-1" is not a positive number in "time_interval" operator
299 > Failed: string "rhubarb" is not a positive number in "time_interval" operator
300
301 > # stat is a bit tricky, but some of the fields of the aux-var directory
302 > # should be the same on all systems
303
304 > stat:   40755
305 > stat:   drwxr-xr-x
306 > Failed: stat(/a/non/existent/file) failed: No such file or directory
307
308 > # "Operators" that have expanded arguments
309
310 > hash:   jmg monty fbWx
311 > hash:   abcX abX aX X
312 > nhash:  19 0/61
313 > length: The quick  abc
314 > substr: ba 34  1
315 > substr: 
316
317 > # Error forms
318
319 > Failed: Not enough arguments for 'hash' (min is 2)
320 > Failed: "nonnumber" is not a number (in "hash" expansion)
321 > Failed: Too many arguments for 'hash' (max is 3)
322 > Failed: "-2" is not a positive number (in "substr" expansion)
323
324 > # Skipped operators
325
326 > addrss: NO
327 > domain: NO
328 > escape: NO
329 > expand: NO
330 > hash:   NO
331 > md5:    NO
332 > mask:   NO
333
334 > # Number suffixes in conditions
335 > 1k: y
336 > 1K: y
337 > 1M: y
338 > 1G: y
339
340 > # Numeric overflow
341 > # >32b should work, >64b not
342
343 > 1 > 2047M                n
344 > 1 > 2048M                n
345 > 1 > 4096000000           n
346 > 1 > 4096M                n
347 > 1 > 4611686018427387904  n
348 > Failed: absolute value of integer "46116860184273879040" is too large (overflow)
349
350 > # Conditions
351
352 > 2=2:    y
353 > 2==2:   y
354 > 3=2:    n
355 > 2==3:   n
356 > !2=2:   n
357 > !2==2:  n
358 > !3=2:   y
359 > !2==3:  y
360 > 2>3:    n
361 > 3>3:    n
362 > 4>3:    y
363 > 1>-1:   y
364 > 2>=3:   n
365 > 3>=3:   y
366 > 4>=3:   y
367 > 2<3:    y
368 > 3<3:    n
369 > 4<3:    n
370 > 2<=3:   y
371 > 3<=3:   y
372 > 4<=3:   n
373 > 5<=3:   n
374 > -3<=1:  y
375
376 > 5>3k:   n
377 > 5>3m:   n
378 > Failed: invalid integer "3z "
379 > Failed: integer expected but "a" found
380 > Failed: integer expected but "${substr_2_2:65535}" found
381
382 > >0:     n
383 > =:      y
384 > -2<:    y
385 > 08>07:  y
386 > 011=11: y
387
388 > def:y   y
389 > def:n   n
390 > Failed: unknown variable "post" after "def:"
391 > def:h_f n
392 > def:h_f n
393 > Failed: curly-bracket problem in conditional yes/no parsing: 'yes' part did not start with '{'
394  remaining string is ':{y}{n}}'
395
396 > exists: y
397 > exists: n
398
399 > eq:     y
400 > eq:     n
401 > !eq:    n
402 > !eq:    y
403
404 > eqi:    y
405 > eqi:    y
406 > eqi:    n
407 > !eqi:   n
408 > !eqi:   n
409 > !eqi:   y
410
411 > lt:     y
412 > lti:    n
413 > le:     y
414 > lei:    y
415 > gt:     n
416 > gti:    n
417 > ge:     n
418 > gei:    y
419
420 > isip:   y  1.2.3.4
421 > isip:   n  1.2.3
422 > isip4:  y  1.2.3.4
423 > isip6:  n  1.2.3.4
424 > isip:   n  ::1.2.3.256
425 > isip4:  n  1.2.3.256
426 > isip:   n  1:2:3:4
427 > isip4:  n  1:2:3:4
428 > isip6:  n  1:2:3:4
429 > isip:   y      ::1
430 > isip4:  n      ::1
431 > isip6:  y      ::1
432 > isip:   y  fe80::a00:20ff:fe86:a061
433 > isip4:  n  fe80::a00:20ff:fe86:a061
434 > isip6:  y  fe80::a00:20ff:fe86:a061
435 > isip:   y  fe80::1.2.3.4
436 > isip:   n  rhubarb
437 > isip4:  n  rhubarb
438 > isip6:  n  rhubarb
439 > isip6:  n  ::/100
440 > isip6:  n  ::/foo
441 > isip6:  n  ::/f o
442
443 > match:  cdab
444 > match:  cdab
445 > match:  cdab
446 > Failed: "if" failed and "fail" requested
447 > match:  cd[xyz]ab
448
449 > match_domain:    yes
450 > match_domain:    no
451 > match_domain:    yes
452 > match_domain:    yes
453 > match_domain:    no
454
455 >  >x@zz.aa.bb< [zz] >x@zz.aa.bb< 
456
457 >  >x@xxxabc< [abc] >x@xxxabc< 
458
459 > match_address:   yes
460 > match_address:   yes
461
462 > match_local_part:yes
463 > match_local_part:yes
464
465 > match_ip:        01 true
466 > match_ip:        02 
467 > match_ip:        03 true
468 > match_ip:        04 true
469 > match_ip:        05 
470 > match_ip:        06 
471 > match_ip:        07 true
472 > match_ip:        08 true
473 > match_ip:        09 
474 > match_ip:        10 true
475 > Failed: "somename" is not an IP address
476 > match_ip:        12 true
477 > match_ip:        13 true
478 > match_ip:        14 true
479 > match_ip:        15 true
480
481 > queue_running:  n
482 > first_delivery: n
483
484 > queue_running after or: y
485 > first_delivery after or: y
486
487 > # acl expansion condition
488 > acl if: Y:(0) [] []
489 > acl if: Y:(1) [argY] []
490 > acl if: N:(2) [argN] [arg2]
491 > Failed: DEFER from acl "a_defer"
492
493 > # Default values for both if strings
494
495 > ${if eq{1}{1}}  >true<
496 > ${if eq{1}{2}}  ><
497
498 > # Lookups: DIR is the testing directory. In this test we can only use the
499 > # lookups that are required in all cases.
500
501 > CALLER
502 > postmaster: CALLER
503
504 > ==X@Y
505 > ==*
506 > ==*@Z
507 > ==*
508
509 > x@y  ==X@Y
510 > *    ==*
511 > *@z  ==*@Z
512 > *    ==*
513
514 > data for a.b.c.d
515 > failed x.y.z
516 > data for *.p.q
517 > data for *.p.q
518 > data for *.p.q
519 > Failed: "lookup" failed and "fail" requested
520 > data for *
521
522 > a.b.c.d: data for a.b.c.d
523 > failed x.y.z
524 > *.p.q:   data for *.p.q
525 > *.p.q:   data for *.p.q
526 > *.p.q:   data for *.p.q
527 > Failed: "lookup" failed and "fail" requested
528 > *:       data for *
529
530 > q1:  "abc"
531 > q2:  "xyz":
532 > q3:  "pqr"  :
533 > q4:  "a:b" abc continued data (make sure not key)
534 > q5:  "\"quoted\""
535 > q6:  "white space"
536 > q7:  "b\\s"
537
538 > q1f: abc           "abc"
539 > q2f: xyz:          "xyz":
540 > q3f: pqr  :        "pqr"  :
541 > q4f: a:b           "a:b" abc continued data (make sure not key)
542 > q5f: "quoted"    "\"quoted\""
543 > q6f: white space   "white space"
544 > q7f: b\s          "b\\s"
545
546 > abc:   abc
547 > a.b.c: *.b.c
548 > ab.c:  *b.c
549 > xyz:   ^X
550 > .Xyz:   ^X
551 > .Zyz:   ^Z
552 > a b:   "^a +b"
553 > a  b:  "^a +b"
554 > a:b:   lookup succeeded
555 > a.b:   ^a\\.+b
556 > a..b:  ^a\\.+b
557 > a9b:   \N^a\d+b
558 > a99b:  \N^a\d+b
559
560 > # Should give the same results as above because expansion does nothing
561
562 > abc:   abc
563 > a.b.c: *.b.c
564 > ab.c:  *b.c
565 > xyz:   ^X
566 > .Xyz:   ^X
567 > .Zyz:   ^Z
568 > a b:   "^a +b"
569 > a  b:  "^a +b"
570 > a:b:   lookup succeeded
571
572 > # Should fail because of no expansion
573
574 > a.b:   NO
575 > a..b:  NO
576 > a9b:   NO
577 > a99b:  NO
578
579 > # But these should succeed
580
581 > a\:b:  ^a\\.+b
582 > a\:Xb: ^a\\.+b
583
584 > # Some tests of case-(in)dependence
585
586 > .MiXeD-CD:  Data found for case-dependent MiXeD-CD
587 > .MixeD-CD:  NOT FOUND
588 > .MiXeD-Ncd: Data found for case-independent MiXeD-nCD
589 > .MixeD-Ncd: Data found for case-independent MiXeD-nCD
590
591 > # IP address (CIDR) lookups
592
593 > 1.2.3.4:      data for 1.2.3.4
594 > 1.2.3.5:      
595 > 1.2.3.5:      data for *
596 > abcd::cdab:   data for abcd::cdab
597 > 192.168.1.2:  data for 192.168.0.0/16
598 > 192.168.5.6:  data for 192.168.0.0/16
599 > abcd:abcd::   data for abcd:abcd::/32
600 > abcd:abcd:1:: data for abcd:abcd::/32
601 > abcd:abcd::3  data for abcd:abcd::/32
602 > Failed: lookup of "rhubarb" gave DEFER: "rhubarb" is not a valid iplsearch key (an IP address, with optional CIDR mask, is wanted): in a host list, use net-iplsearch as the search type
603
604
605 > # Nested Lookups - style 1
606
607 > The data for key1->key2
608 > Failed: "lookup" failed and "fail" requested
609
610 > # Nested Lookups - style 2
611
612 > The data for key1->key2
613 > failed for key4
614
615 > # Other nesting tests
616
617 > 1-in-1
618 > 2-in-2
619 > both-in-1,both-in-2
620 > Failed: "lookup" failed and "fail" requested
621
622 > # Lookup quotes for standardly expected lookups
623
624 > lsearch  !@#$%^&*()_-+=|\~`1234567890{[}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm
625 > Failed: unknown lookup type "xxx"
626
627 > # Extract
628
629 > 2
630 > 2
631 > 2
632 > 2
633 > empty:<>
634 > empty:<>
635 > <3>
636 > <3>
637 > empty:<>
638 > empty:<>
639 > no Z
640 > no 4
641 > Failed: "extract" failed and "fail" requested
642 > Failed: "extract" failed and "fail" requested
643 > D
644 > a:b:c:d:e
645 > a
646 > e
647 > a
648 > FAIL
649 > b
650
651 > b
652 > three four
653 > Failed: first argument of "extract" must not be empty
654 > Failed: first argument of "extract" must not be empty
655 > b
656
657 > a:b:c
658 > Failed: missing '}' closing extract inside "map" item
659 > a:b:c
660
661 > # Translation
662
663 > abcdea aaa xyz zbcdez
664 > abcdea a   z   zbcdez
665 > abcdea a       abcdea
666 > abcdea abc z   zzzdez
667
668 > # Boolean
669 > "TrUe"                true      EXPECT: true
670 > "FALSE"               false     EXPECT: false
671 > " yes"                true      EXPECT: true
672 > " no"                 false     EXPECT: false
673 > "yes "                true      EXPECT: true
674 > "-1"                  true     EXPECT: true
675 > "0"                   false     EXPECT: false
676 > "1"                   true      EXPECT: true
677 > " 0 "                 false     EXPECT: false
678 > " 1 "                 true      EXPECT: true
679 > "1111111111111111111" true      EXPECT: true
680 > "9"                   true      EXPECT: true
681 > " "                   false     EXPECT: false
682 > Failed: unrecognised boolean value "text"
683 > Failed: unrecognised boolean value "text"
684 > Failed: unrecognised boolean value "-text"
685 > Failed: unrecognised boolean value "text"
686 > Failed: unrecognised boolean value "text"
687 > "00"                  false     EXPECT: false
688 > "!true"               false     EXPECT: false
689 > "!false"              true      EXPECT: true
690
691 > "TrUe"                true      EXPECT: true
692 > "FALSE"               false     EXPECT: false
693 > " yes"                true      EXPECT: true
694 > " no"                 false     EXPECT: false
695 > "yes "                true      EXPECT: true
696 > "-1"                  true      EXPECT: true
697 > "0"                   false     EXPECT: false
698 > "1"                   true      EXPECT: true
699 > " 0 "                 false     EXPECT: false
700 > " 1 "                 true      EXPECT: true
701 > "1111111111111111111" true      EXPECT: true
702 > "9"                   true      EXPECT: true
703 > " "                   false     EXPECT: false
704 > "text"                true      EXPECT: true
705 > " text"               true      EXPECT: true
706 > "text "               true      EXPECT: true
707 > " text "              true      EXPECT: true
708 > "00"                  true      EXPECT: true
709 > "!true"               false     EXPECT: false
710 > "!false"              true      EXPECT: true
711
712 > # RFC 2047
713
714 > abcd      abcd
715 > <:abcd:>  =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=
716 > <:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=
717 > long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_ov?= =?iso-8859-8?Q?er_the_75-char_limit?=
718 > long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_ov?= =?iso-8859-8?Q?er_the_75-char_limit_by_a_long_way=3B_in_fact_this_on?= =?iso-8859-8?Q?e_will_go_over_the_150_character_limit?=
719
720 > # RFC 2047 decode
721
722 > abcd      abcd
723 > <:abcd:>  <:abcd:>
724 > <:ab cd:> <:ab cd:>
725 > Long:      here we go: a string that is going to be encoded: it will go over the 75-char limit
726 > Long:      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
727
728 > # UTF-8
729
730 > abcd      abcd
731 > aÀÿd      aÀÿd
732 > toobig    a_d
733
734 > # Substitution
735
736 > ${sg{abcdefabcdef}{abc}{xyz}}          =xyzdefxyzdef
737 > ${sg{ab:xy::z}{:}{::}}                 =ab::xy::::z
738 > ${sg{abcdefabcdef}{(..)[^c]}{>$1<}}    =a><><><ef
739 > ${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}   =a>bc<>ef<>bc<ef
740 > ${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}=a>bc<>ef<>bc<ef
741 > ${sg{abbab}{a*}{+}}                    =++b+b++b+
742
743 > # File insertion
744
745 > Failed: Not enough arguments for 'readfile' (min is 1)
746 > abcde
747 12345
748
749 xyz
750
751 > abcde12345xyz
752 > abcde:12345::xyz:
753 > abcde - 12345 -  - xyz - 
754 > Failed: failed to open /non/exist/file: No such file or directory
755 > non-exist
756 > >abcde!12345!!xyz!<
757
758 > # Calling a command
759
760 > abcd
761 1234
762
763 > rc=0
764 > 1
765 > rc=0
766 > abcd
767 1234
768
769 > rc=0
770 > 2
771 > rc=1
772 > abcd
773 1234
774
775 > rc=1
776 > N
777 > rc=127
778 > >><<
779 > rc=0
780 > 1!=2
781 > rc=0
782 > abcd
783 1234
784
785 > rc=0
786
787 > # PRVS
788
789 > prvs=xxxxxxxxxx=userx@test.ex
790 > prvs=xxxxxxxxxx=userx@test.ex
791 > prvs=xxxxxxxxxx=userx@test.ex
792
793 > # Syntax errors
794
795 > Failed: prvs third argument must be a single digit
796 > Failed: prvs third argument must be a single digit
797 > Failed: prvs third argument must be a single digit
798
799 > # Correct checks; can't put explicit addresses in the tests, because they
800 > # will change over time.
801
802 > userx@test.ex
803 > result=1
804
805 > >1< >userx@test.ex< >1<
806 > result=1
807
808 > userx@test.ex
809 > result=1
810
811 > # Incorrect secret
812
813 > userx@test.ex
814 > result=
815
816 > 0
817 > result=
818
819 > # Non-prvs address
820
821 > >><<
822 > result=
823
824 > # Syntax errors
825
826 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
827 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
828 > Failed: missing } at end of string
829 > Failed: missing } at end of string
830 > Failed: hmac algorithm "xxx" is not recognised
831 > Failed: each subcondition inside an "and{...}" condition must be in its own {}
832 > Failed: unknown condition "xya" inside "and{...}" condition
833 > Failed: condition name expected, but found "${lookup{x}lsear" inside "and{...}" condition
834 > Failed: missing } at end of string - could be header name not terminated by colon
835 > Failed: curly-bracket problem in conditional yes/no parsing: did not close with '}'
836  remaining string is ''
837 > Failed: missing or misplaced { or } - could be header name not terminated by colon
838 > Failed: each subcondition inside an "or{...}" condition must be in its own {}
839 > Failed: missing } at end of condition inside "or" group
840 > Failed: unknown condition "yes" inside "or{...}" condition
841 > Failed: non-digit after underscore in "substr_1_"
842 > Failed: non-digit after underscore in "substr__3"
843
844 > # Iterations: forany and forall
845
846 > yes
847 > yes
848 > yes
849 > no
850 > yes
851 > no
852 > no
853 > yes
854 > yes
855
856 > Failed: unknown condition "yes" inside "forany" condition
857 > Failed: missing } at end of condition inside "forany"
858
859 > yes
860 > no
861 > no
862 > no
863
864 > no
865 > yes
866 > yes
867 > yes
868
869 > # Expect yes
870 > outer=yes item='' (unset)
871
872 > # Expect no
873 > outer=no
874
875 > # Error inside nest - check message is helpful
876 > Failed: missing } at end of condition inside "forall" inside "forany" condition
877
878
879 > # Miscellaneous (for bug fixes, etc)
880
881 > true
882
883 > # Environment access
884
885 > CALLER
886 > correct
887
888 > # JSON
889
890 > "http://www.example.com/image/481989943"
891 > 100
892 > 943
893 > 943
894
895 > "green"
896 > green
897 > <>
898 > expect: <>
899
900 > 59
901 > 59
902
903 > {"1":116, "2":943, "3":234}
904 > expect: {"1":116, "2":943, "3":234}
905
906 > {"1":116, "2":943, "3":234}
907 > expect: {"1":116, "2":943, "3":234}
908
909 > <>
910 > expect: <>
911 > <>
912 > expect: <>
913
914 > yes
915 > yes
916
917
918 > escape: B7·F2ò
919
920 > primary_hostname: myhost.test.ex
921 > sender_address: sndr@dom
922 > match:  cdab
923 > Failed: "if" failed and "fail" requested
924 > yes
925 > match_address:   no
926
927 > primary_hostname: myhost.test.ex
928 > match:  cdab
929 > Failed: "if" failed and "fail" requested
930 > yes
931 > match_address:   no
932
933 > -be Sender host name and address etc, all unset
934 > -oMa  sender_host_address = 
935 >       sender_host_port = 0
936 > -oMaa sender_host_authenticated = 
937 > -oMai authenticated_id = CALLER
938 > -oMas authenticated_sender = CALLER@myhost.test.ex
939 > -oMi  interface_address = 
940 >       interface_port = -1
941 > -oMr  received_protocol = 
942 > -oMs  sender_host_name = 
943 > -oMt  sender_ident = CALLER
944
945 > -be Sender host name and address etc, all set except host name.
946 > -oMa  sender_host_address = V4NET.0.0.1
947 >       sender_host_port = 1234
948 > -oMaa sender_host_authenticated = AAA
949 > -oMai authenticated_id = philip
950 > -oMas authenticated_sender = xx@yy.zz
951 > -oMi  interface_address = 1.1.1.1
952 >       interface_port = 99
953 > -oMr  received_protocol = special
954 > -oMt  sender_ident = me
955
956 > -be Sender host name explicitly set
957 > -oMa  sender_host_address = V4NET.0.0.1
958 >       sender_host_port = 1234
959 > -oMs  sender_host_name = my.host.name
960
961 > be Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
962 > -oMs  sender_host_name = 
963 >       host_lookup_failed = 1
964
965 > -be Sender host name and protocol set by Sendmail-compatible option
966 > -p  received_protocol = special
967 > -p  sender_host_name = host.name
968
969 > -be Sender host name and address etc, all set except host name
970 > -oMa  sender_host_address = V4NET.0.0.1
971 >       sender_host_port = 1234
972 > -oMaa sender_host_authenticated = AAA
973 > -oMai authenticated_id = philip
974 > -oMas authenticated_sender = xx@yy.zz
975 > -oMi  interface_address = 1.1.1.1
976 >       interface_port = 99
977 > -oMr  received_protocol = special
978 > ----> No lookup yet: No
979 > -oMs  sender_host_name = ten-1.test.ex
980 > -oMt  sender_ident = me
981
982
983 **** SMTP testing session as if from host V4NET.0.0.1
984 **** but without any ident (RFC 1413) callback.
985 **** This is not for real!
986
987 550 Administrative prohibition\r
988
989 **** SMTP testing session as if from host V4NET.0.0.2
990 **** but without any ident (RFC 1413) callback.
991 **** This is not for real!
992
993 550 Administrative prohibition\r
994
995 **** SMTP testing session as if from host V4NET.0.0.0
996 **** but without any ident (RFC 1413) callback.
997 **** This is not for real!
998
999 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
1000 250 myhost.test.ex Hello test [V4NET.0.0.0]\r
1001 250 OK\r
1002 250 Accepted\r
1003 354 Enter message, ending with "." on a line by itself\r
1004 550 reply_address=<>\r
1005 250 OK\r
1006 250 Accepted\r
1007 354 Enter message, ending with "." on a line by itself\r
1008 550 reply_address=<a@b>\r
1009 250 OK\r
1010 250 Accepted\r
1011 354 Enter message, ending with "." on a line by itself\r
1012 550 reply_address=<c@d>\r
1013 250 OK\r
1014 250 Accepted\r
1015 354 Enter message, ending with "." on a line by itself\r
1016 550 reply_address=<>\r
1017 250 OK\r
1018 250 Accepted\r
1019 354 Enter message, ending with "." on a line by itself\r
1020 550 reply_address=<x@y>\r
1021 221 myhost.test.ex closing connection\r
1022
1023 **** SMTP testing session as if from host V4NET.0.0.0
1024 **** but without any ident (RFC 1413) callback.
1025 **** This is not for real!
1026
1027 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
1028 250 myhost.test.ex Hello test [V4NET.0.0.0]\r
1029 250 OK\r
1030 250 Accepted\r
1031 354 Enter message, ending with "." on a line by itself\r
1032 550 reply_address=<>\r
1033 221 myhost.test.ex closing connection\r
1034
1035 **** SMTP testing session as if from host V4NET.0.0.0
1036 **** but without any ident (RFC 1413) callback.
1037 **** This is not for real!
1038
1039 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
1040 250 myhost.test.ex Hello test [V4NET.0.0.0]\r
1041 250 OK\r
1042 250 Accepted\r
1043 354 Enter message, ending with "." on a line by itself\r
1044 550 reply_address=<>\r
1045 221 myhost.test.ex closing connection\r
1046 > match_ip:        15 
1047 > match_ip:        16 
1048
1049 > in list
1050 > in list
1051
1052 > '${listextract {2} {<. my.target.host.name}}'  =>   'target'
1053