Fix listquote expansion item to handle empty-string input
[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 > ipv6denorm: 0000:0000:0000:0000:0000:0000:0000:0001
234 > ipv6denorm: fe00:0000:0000:0000:0000:0000:0000:0001
235 > ipv6denorm: 0000:0000:0000:0000:0000:ffff:c0a8:0001
236 > ipv6denorm: fe80:0000:0000:0000:0000:0000:c0a8:0001
237 > ipv6norm:   ::1
238 > ipv6norm:   2a00::
239 > ipv6norm:   2a00::1
240 > ipv6norm:   2a00:eadf::1:0
241 > ipv6norm:   2a00:eadf:0:1::
242 > ipv6norm:   2a00::
243 > ipv6norm:   2a00:2:3:4:5:6:7:8
244 > nhash:  19 0/61
245 > lc/uc:  the quick  BROWN FOX
246 > length: The quick  abc
247 > lclpt:  local-part
248 > lclpt:  local-part
249 > lclpt:  local.part
250 > lclpt:  a.b.c
251 > quote:  aZ09_.-Q "ab*cd" "abcd\"ef"
252 > quote:  "nl(\n)"
253 > quote:  "cr(\r)"
254 > quote:  "tab( )"
255 > quote:  "xff(ÿ)"
256 > quote:  Empty>""<
257 > quote_local_part: abcd
258 > quote_local_part: O'Reilly
259 > quote_local_part: "a space"
260 > quote_local_part: ".something"
261 > quote_local_part: "something."
262 > quote_local_part: joe.bloggs
263 > quote_local_part: a!b
264 > quote_local_part: "x@y"
265 > quote_local_part: ab*cd
266 > quote_local_part: "x:y"
267 > quote_local_part: "abcd\"ef"
268 > quote_local_part: ""
269 > rxquote:aZ09\_\,\-Q ab\*cd abcd\"ef
270 > 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
271 > substr: ba 34  1
272 > substr: barb rhuba
273 > substr: 
274 > substr: 
275 > str2b64:YWJjZA==
276 > str2b64:VGhlIHF1aWNrIGJyb3duIAogZm94
277 > base64: YWJjZA==
278 > base64: VGhlIHF1aWNrIGJyb3duIAogZm94
279 > base64d:abcd
280 > base64d:The quick brown 
281  fox
282 > strlen: 0
283 > strlen: 1
284 > strlen: 8
285 > time_eval:     10
286 > time_eval:     7200
287 > time_eval:     86700
288 > time_eval:     788645
289 > Failed: string "14" is not an Exim time interval in "time_eval" operator
290 > Failed: string "rhubarb" is not an Exim time interval in "time_eval" operator
291 > time_interval: 0s
292 > time_interval: 44s
293 > time_interval: 1w4d13h46m39s
294 > Failed: string "-1" is not a positive number in "time_interval" operator
295 > Failed: string "rhubarb" is not a positive number in "time_interval" operator
296
297 > # stat is a bit tricky, but some of the fields of the aux-var directory
298 > # should be the same on all systems
299
300 > stat:   40755
301 > stat:   drwxr-xr-x
302 > Failed: stat(/a/non/existent/file) failed: No such file or directory
303
304 > # "Operators" that have expanded arguments
305
306 > hash:   jmg monty fbWx
307 > hash:   abcX abX aX X
308 > nhash:  19 0/61
309 > length: The quick  abc
310 > substr: ba 34  1
311 > substr: 
312
313 > # Error forms
314
315 > Failed: Not enough arguments for 'hash' (min is 2)
316 > Failed: "nonnumber" is not a number (in "hash" expansion)
317 > Failed: Too many arguments for 'hash' (max is 3)
318 > Failed: "-2" is not a positive number (in "substr" expansion)
319
320 > # Skipped operators
321
322 > addrss: NO
323 > domain: NO
324 > escape: NO
325 > expand: NO
326 > hash:   NO
327 > md5:    NO
328 > mask:   NO
329
330 > # Number suffixes in conditions
331 > 1k: y
332 > 1K: y
333 > 1M: y
334 > 1G: y
335
336 > # Numeric overflow
337 > # >32b should work, >64b not
338
339 > 1 > 2047M                n
340 > 1 > 2048M                n
341 > 1 > 4096000000           n
342 > 1 > 4096M                n
343 > 1 > 4611686018427387904  n
344 > Failed: absolute value of integer "46116860184273879040" is too large (overflow)
345
346 > # Conditions
347
348 > 2=2:    y
349 > 2==2:   y
350 > 3=2:    n
351 > 2==3:   n
352 > !2=2:   n
353 > !2==2:  n
354 > !3=2:   y
355 > !2==3:  y
356 > 2>3:    n
357 > 3>3:    n
358 > 4>3:    y
359 > 1>-1:   y
360 > 2>=3:   n
361 > 3>=3:   y
362 > 4>=3:   y
363 > 2<3:    y
364 > 3<3:    n
365 > 4<3:    n
366 > 2<=3:   y
367 > 3<=3:   y
368 > 4<=3:   n
369 > 5<=3:   n
370 > -3<=1:  y
371
372 > 5>3k:   n
373 > 5>3m:   n
374 > Failed: invalid integer "3z "
375 > Failed: integer expected but "a" found
376 > Failed: integer expected but "${substr_2_2:65535}" found
377
378 > >0:     n
379 > =:      y
380 > -2<:    y
381 > 08>07:  y
382 > 011=11: y
383
384 > def:y   y
385 > def:n   n
386 > Failed: unknown variable "post" after "def:"
387 > def:h_f n
388 > def:h_f n
389 > Failed: curly-bracket problem in conditional yes/no parsing: 'yes' part did not start with '{'
390  remaining string is ':{y}{n}}'
391
392 > exists: y
393 > exists: n
394
395 > eq:     y
396 > eq:     n
397 > !eq:    n
398 > !eq:    y
399
400 > eqi:    y
401 > eqi:    y
402 > eqi:    n
403 > !eqi:   n
404 > !eqi:   n
405 > !eqi:   y
406
407 > lt:     y
408 > lti:    n
409 > le:     y
410 > lei:    y
411 > gt:     n
412 > gti:    n
413 > ge:     n
414 > gei:    y
415
416 > isip:   y  1.2.3.4
417 > isip4:  y  1.2.3.4
418 > isip6:  n  1.2.3.4
419 > isip:   n  ::1.2.3.256
420 > isip4:  n  1.2.3.256
421 > isip:   n  1:2:3:4
422 > isip4:  n  1:2:3:4
423 > isip6:  n  1:2:3:4
424 > isip:   y      ::1
425 > isip4:  n      ::1
426 > isip6:  y      ::1
427 > isip:   y  fe80::a00:20ff:fe86:a061
428 > isip4:  n  fe80::a00:20ff:fe86:a061
429 > isip6:  y  fe80::a00:20ff:fe86:a061
430 > isip:   y  fe80::1.2.3.4
431 > isip:   n  rhubarb
432 > isip4:  n  rhubarb
433 > isip6:  n  rhubarb
434
435 > match:  cdab
436 > match:  cdab
437 > match:  cdab
438 > Failed: "if" failed and "fail" requested
439 > match:  cd[xyz]ab
440
441 > match_domain:    yes
442 > match_domain:    no
443 > match_domain:    yes
444 > match_domain:    yes
445 > match_domain:    no
446
447 >  >x@zz.aa.bb< [zz] >x@zz.aa.bb< 
448
449 >  >x@xxxabc< [abc] >x@xxxabc< 
450
451 > match_address:   yes
452 > match_address:   yes
453
454 > match_local_part:yes
455 > match_local_part:yes
456
457 > match_ip:        01 true
458 > match_ip:        02 
459 > match_ip:        03 true
460 > match_ip:        04 true
461 > match_ip:        05 
462 > match_ip:        06 
463 > match_ip:        07 true
464 > match_ip:        08 true
465 > match_ip:        09 
466 > match_ip:        10 true
467 > Failed: "somename" is not an IP address
468 > match_ip:        12 true
469 > match_ip:        13 true
470 > match_ip:        14 true
471 > match_ip:        15 true
472
473 > queue_running:  n
474 > first_delivery: n
475
476 > queue_running after or: y
477 > first_delivery after or: y
478
479 > # acl expansion condition
480 > acl if: Y:(0) [] []
481 > acl if: Y:(1) [argY] []
482 > acl if: N:(2) [argN] [arg2]
483 > Failed: DEFER from acl "a_defer"
484
485 > # Default values for both if strings
486
487 > ${if eq{1}{1}}  >true<
488 > ${if eq{1}{2}}  ><
489
490 > # Lookups: DIR is the testing directory. In this test we can only use the
491 > # lookups that are required in all cases.
492
493 > CALLER
494
495 > ==X@Y
496 > ==*
497 > ==*@Z
498 > ==*
499
500 > data for a.b.c.d
501 > failed x.y.z
502 > data for *.p.q
503 > data for *.p.q
504 > data for *.p.q
505 > Failed: "lookup" failed and "fail" requested
506 > data for *
507
508 > q1:  "abc"
509 > q2:  "xyz":
510 > q3:  "pqr"  :
511 > q4:  "a:b" abc continued data (make sure not key)
512 > q5:  "\"quoted\""
513 > q6:  "white space"
514 > q7:  "b\\s"
515
516 > abc:   abc
517 > a.b.c: *.b.c
518 > ab.c:  *b.c
519 > xyz:   ^X
520 > .Xyz:   ^X
521 > .Zyz:   ^Z
522 > a b:   "^a +b"
523 > a  b:  "^a +b"
524 > a:b:   lookup succeeded
525 > a.b:   ^a\\.+b
526 > a..b:  ^a\\.+b
527 > a9b:   \N^a\d+b
528 > a99b:  \N^a\d+b
529
530 > # Should give the same results as above because expansion does nothing
531
532 > abc:   abc
533 > a.b.c: *.b.c
534 > ab.c:  *b.c
535 > xyz:   ^X
536 > .Xyz:   ^X
537 > .Zyz:   ^Z
538 > a b:   "^a +b"
539 > a  b:  "^a +b"
540 > a:b:   lookup succeeded
541
542 > # Should fail because of no expansion
543
544 > a.b:   NO
545 > a..b:  NO
546 > a9b:   NO
547 > a99b:  NO
548
549 > # But these should succeed
550
551 > a\:b:  ^a\\.+b
552 > a\:Xb: ^a\\.+b
553
554 > # Some tests of case-(in)dependence
555
556 > .MiXeD-CD:  Data found for case-dependent MiXeD-CD
557 > .MixeD-CD:  NOT FOUND
558 > .MiXeD-Ncd: Data found for case-independent MiXeD-nCD
559 > .MixeD-Ncd: Data found for case-independent MiXeD-nCD
560
561 > # IP address (CIDR) lookups
562
563 > 1.2.3.4:      data for 1.2.3.4
564 > 1.2.3.5:      
565 > 1.2.3.5:      data for *
566 > abcd::cdab:   data for abcd::cdab
567 > 192.168.1.2:  data for 192.168.0.0/16
568 > 192.168.5.6:  data for 192.168.0.0/16
569 > abcd:abcd::   data for abcd:abcd::/32
570 > abcd:abcd:1:: data for abcd:abcd::/32
571 > abcd:abcd::3  data for abcd:abcd::/32
572 > 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
573
574
575 > # Nested Lookups - style 1
576
577 > The data for key1->key2
578 > Failed: "lookup" failed and "fail" requested
579
580 > # Nested Lookups - style 2
581
582 > The data for key1->key2
583 > failed for key4
584
585 > # Other nesting tests
586
587 > 1-in-1
588 > 2-in-2
589 > both-in-1,both-in-2
590 > Failed: "lookup" failed and "fail" requested
591
592 > # Lookup quotes for standardly expected lookups
593
594 > lsearch  !@#$%^&*()_-+=|\~`1234567890{[}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm
595 > Failed: unknown lookup type "xxx"
596
597 > # Extract
598
599 > 2
600 > 2
601 > 2
602 > 2
603 > empty:<>
604 > empty:<>
605 > <3>
606 > <3>
607 > empty:<>
608 > empty:<>
609 > no Z
610 > no 4
611 > Failed: "extract" failed and "fail" requested
612 > Failed: "extract" failed and "fail" requested
613 > D
614 > a:b:c:d:e
615 > a
616 > e
617 > a
618 > FAIL
619 > b
620
621 > b
622 > three four
623 > Failed: first argument of "extract" must not be empty
624 > Failed: first argument of "extract" must not be empty
625 > b
626
627 > a:b:c
628 > Failed: missing '}' closing extract inside "map" item
629 > a:b:c
630
631 > # Translation
632
633 > abcdea aaa xyz zbcdez
634 > abcdea a   z   zbcdez
635 > abcdea a       abcdea
636 > abcdea abc z   zzzdez
637
638 > # Boolean
639 > "TrUe"                true      EXPECT: true
640 > "FALSE"               false     EXPECT: false
641 > " yes"                true      EXPECT: true
642 > " no"                 false     EXPECT: false
643 > "yes "                true      EXPECT: true
644 > "-1"                  true     EXPECT: true
645 > "0"                   false     EXPECT: false
646 > "1"                   true      EXPECT: true
647 > " 0 "                 false     EXPECT: false
648 > " 1 "                 true      EXPECT: true
649 > "1111111111111111111" true      EXPECT: true
650 > "9"                   true      EXPECT: true
651 > " "                   false     EXPECT: false
652 > Failed: unrecognised boolean value "text"
653 > Failed: unrecognised boolean value "text"
654 > Failed: unrecognised boolean value "-text"
655 > Failed: unrecognised boolean value "text"
656 > Failed: unrecognised boolean value "text"
657 > "00"                  false     EXPECT: false
658 > "!true"               false     EXPECT: false
659 > "!false"              true      EXPECT: true
660
661 > "TrUe"                true      EXPECT: true
662 > "FALSE"               false     EXPECT: false
663 > " yes"                true      EXPECT: true
664 > " no"                 false     EXPECT: false
665 > "yes "                true      EXPECT: true
666 > "-1"                  true      EXPECT: true
667 > "0"                   false     EXPECT: false
668 > "1"                   true      EXPECT: true
669 > " 0 "                 false     EXPECT: false
670 > " 1 "                 true      EXPECT: true
671 > "1111111111111111111" true      EXPECT: true
672 > "9"                   true      EXPECT: true
673 > " "                   false     EXPECT: false
674 > "text"                true      EXPECT: true
675 > " text"               true      EXPECT: true
676 > "text "               true      EXPECT: true
677 > " text "              true      EXPECT: true
678 > "00"                  true      EXPECT: true
679 > "!true"               false     EXPECT: false
680 > "!false"              true      EXPECT: true
681
682 > # RFC 2047
683
684 > abcd      abcd
685 > <:abcd:>  =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=
686 > <:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=
687 > long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_?= =?iso-8859-8?Q?it_will_go_over_the_75-char_limit?=
688 > long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_?= =?iso-8859-8?Q?it_will_go_over_the_75-char_limit_by_a_long_way=3B_in?= =?iso-8859-8?Q?_fact_this_one_will_go_over_the_150_character_limit?=
689
690 > # RFC 2047 decode
691
692 > abcd      abcd
693 > <:abcd:>  <:abcd:>
694 > <:ab cd:> <:ab cd:>
695 > Long:      here we go: a string that is going to be encoded: it will go over the 75-char limit
696 > 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
697
698 > # UTF-8
699
700 > abcd      abcd
701 > aÀÿd      aÀÿd
702 > toobig    a_d
703
704 > # Substitution
705
706 > ${sg{abcdefabcdef}{abc}{xyz}}          =xyzdefxyzdef
707 > ${sg{ab:xy::z}{:}{::}}                 =ab::xy::::z
708 > ${sg{abcdefabcdef}{(..)[^c]}{>$1<}}    =a><><><ef
709 > ${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}   =a>bc<>ef<>bc<ef
710 > ${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}=a>bc<>ef<>bc<ef
711 > ${sg{abbab}{a*}{+}}                    =++b+b++b+
712
713 > # File insertion
714
715 > Failed: Not enough arguments for 'readfile' (min is 1)
716 > abcde
717 12345
718
719 xyz
720
721 > abcde12345xyz
722 > abcde:12345::xyz:
723 > abcde - 12345 -  - xyz - 
724 > Failed: failed to open /non/exist/file: No such file or directory
725 > non-exist
726 > >abcde!12345!!xyz!<
727
728 > # Calling a command
729
730 > abcd
731 1234
732
733 > rc=0
734 > 1
735 > rc=0
736 > abcd
737 1234
738
739 > rc=0
740 > 2
741 > rc=1
742 > abcd
743 1234
744
745 > rc=1
746 > N
747 > rc=127
748 > >><<
749 > rc=0
750 > 1!=2
751 > rc=0
752
753 > # PRVS
754
755 > prvs=xxxxxxxxxx=userx@test.ex
756 > prvs=xxxxxxxxxx=userx@test.ex
757 > prvs=xxxxxxxxxx=userx@test.ex
758
759 > # Syntax errors
760
761 > Failed: prvs third argument must be a single digit
762 > Failed: prvs third argument must be a single digit
763 > Failed: prvs third argument must be a single digit
764
765 > # Correct checks; can't put explicit addresses in the tests, because they
766 > # will change over time.
767
768 > userx@test.ex
769 > result=1
770
771 > >1< >userx@test.ex< >1<
772 > result=1
773
774 > userx@test.ex
775 > result=1
776
777 > # Incorrect secret
778
779 > userx@test.ex
780 > result=
781
782 > 0
783 > result=
784
785 > # Non-prvs address
786
787 > >><<
788 > result=
789
790 > # Syntax errors
791
792 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
793 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
794 > Failed: missing } at end of string
795 > Failed: missing } at end of string
796 > Failed: hmac algorithm "xxx" is not recognised
797 > Failed: each subcondition inside an "and{...}" condition must be in its own {}
798 > Failed: unknown condition "xya" inside "and{...}" condition
799 > Failed: condition name expected, but found "${lookup{x}lsear" inside "and{...}" condition
800 > Failed: missing } at end of string - could be header name not terminated by colon
801 > Failed: curly-bracket problem in conditional yes/no parsing: did not close with '}'
802  remaining string is ''
803 > Failed: missing or misplaced { or } - could be header name not terminated by colon
804 > Failed: each subcondition inside an "or{...}" condition must be in its own {}
805 > Failed: missing } at end of condition inside "or" group
806 > Failed: unknown condition "yes" inside "or{...}" condition
807 > Failed: non-digit after underscore in "substr_1_"
808 > Failed: non-digit after underscore in "substr__3"
809
810 > # Iterations: forany and forall
811
812 > yes
813 > yes
814 > yes
815 > no
816 > yes
817 > no
818 > no
819 > yes
820 > yes
821
822 > Failed: unknown condition "yes" inside "forany" condition
823 > Failed: missing } at end of condition inside "forany"
824
825 > yes
826 > no
827 > no
828 > no
829
830 > no
831 > yes
832 > yes
833 > yes
834
835 > # Expect yes
836 > outer=yes item='' (unset)
837
838 > # Expect no
839 > outer=no
840
841 > # Error inside nest - check message is helpful
842 > Failed: missing } at end of condition inside "forall" inside "forany" condition
843
844
845 > # Miscellaneous (for bug fixes, etc)
846
847 > true
848
849 > # Environment access
850
851 > CALLER
852 > correct
853
854 > # JSON
855
856 > "http://www.example.com/image/481989943"
857 > 100
858 > 943
859 > 943
860
861 > "green"
862 > green
863 > <>
864 > expect: <>
865
866 > 59
867 > 59
868
869 > {"1":116, "2":943, "3":234}
870 > expect: {"1":116, "2":943, "3":234}
871
872 > {"1":116, "2":943, "3":234}
873 > expect: {"1":116, "2":943, "3":234}
874
875 > <>
876 > expect: <>
877 > <>
878 > expect: <>
879
880 > yes
881 > yes
882
883
884 > escape: B7·F2ò
885
886 > primary_hostname: myhost.test.ex
887 > sender_address: sndr@dom
888 > match:  cdab
889 > Failed: "if" failed and "fail" requested
890 > yes
891 > match_address:   no
892
893 > primary_hostname: myhost.test.ex
894 > match:  cdab
895 > Failed: "if" failed and "fail" requested
896 > yes
897 > match_address:   no
898
899 > -be Sender host name and address etc, all unset
900 > -oMa  sender_host_address = 
901 >       sender_host_port = 0
902 > -oMaa sender_host_authenticated = 
903 > -oMai authenticated_id = CALLER
904 > -oMas authenticated_sender = CALLER@myhost.test.ex
905 > -oMi  interface_address = 
906 >       interface_port = -1
907 > -oMr  received_protocol = 
908 > -oMs  sender_host_name = 
909 > -oMt  sender_ident = CALLER
910
911 > -be Sender host name and address etc, all set except host name.
912 > -oMa  sender_host_address = V4NET.0.0.1
913 >       sender_host_port = 1234
914 > -oMaa sender_host_authenticated = AAA
915 > -oMai authenticated_id = philip
916 > -oMas authenticated_sender = xx@yy.zz
917 > -oMi  interface_address = 1.1.1.1
918 >       interface_port = 99
919 > -oMr  received_protocol = special
920 > -oMt  sender_ident = me
921
922 > -be Sender host name explicitly set
923 > -oMa  sender_host_address = V4NET.0.0.1
924 >       sender_host_port = 1234
925 > -oMs  sender_host_name = my.host.name
926
927 > be Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
928 > -oMs  sender_host_name = 
929 >       host_lookup_failed = 1
930
931 > -be Sender host name and protocol set by Sendmail-compatible option
932 > -p  received_protocol = special
933 > -p  sender_host_name = host.name
934
935 > -be Sender host name and address etc, all set except host name
936 > -oMa  sender_host_address = V4NET.0.0.1
937 >       sender_host_port = 1234
938 > -oMaa sender_host_authenticated = AAA
939 > -oMai authenticated_id = philip
940 > -oMas authenticated_sender = xx@yy.zz
941 > -oMi  interface_address = 1.1.1.1
942 >       interface_port = 99
943 > -oMr  received_protocol = special
944 > ----> No lookup yet: No
945 > -oMs  sender_host_name = ten-1.test.ex
946 > -oMt  sender_ident = me
947
948
949 **** SMTP testing session as if from host V4NET.0.0.1
950 **** but without any ident (RFC 1413) callback.
951 **** This is not for real!
952
953 550 Administrative prohibition\r
954
955 **** SMTP testing session as if from host V4NET.0.0.2
956 **** but without any ident (RFC 1413) callback.
957 **** This is not for real!
958
959 550 Administrative prohibition\r
960
961 **** SMTP testing session as if from host V4NET.0.0.0
962 **** but without any ident (RFC 1413) callback.
963 **** This is not for real!
964
965 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
966 250 OK\r
967 250 Accepted\r
968 354 Enter message, ending with "." on a line by itself\r
969 550 reply_address=<>\r
970 250 OK\r
971 250 Accepted\r
972 354 Enter message, ending with "." on a line by itself\r
973 550 reply_address=<a@b>\r
974 250 OK\r
975 250 Accepted\r
976 354 Enter message, ending with "." on a line by itself\r
977 550 reply_address=<c@d>\r
978 250 OK\r
979 250 Accepted\r
980 354 Enter message, ending with "." on a line by itself\r
981 550 reply_address=<>\r
982 250 OK\r
983 250 Accepted\r
984 354 Enter message, ending with "." on a line by itself\r
985 550 reply_address=<x@y>\r
986 221 myhost.test.ex closing connection\r
987
988 **** SMTP testing session as if from host V4NET.0.0.0
989 **** but without any ident (RFC 1413) callback.
990 **** This is not for real!
991
992 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
993 250 OK\r
994 250 Accepted\r
995 354 Enter message, ending with "." on a line by itself\r
996 550 reply_address=<>\r
997 221 myhost.test.ex closing connection\r
998
999 **** SMTP testing session as if from host V4NET.0.0.0
1000 **** but without any ident (RFC 1413) callback.
1001 **** This is not for real!
1002
1003 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
1004 250 OK\r
1005 250 Accepted\r
1006 354 Enter message, ending with "." on a line by itself\r
1007 550 reply_address=<>\r
1008 221 myhost.test.ex closing connection\r
1009 > match_ip:        15 
1010 > match_ip:        16 
1011
1012 > in list
1013 > in list
1014