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