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