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