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.
6 > # Some fixed variables
8 > exim_path: TESTSUITE/eximdir/exim
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
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"
23 > # $message_headers should be empty
30 > # Overlong names and overbig numbers
32 > Failed: unknown variable name "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
33 > Failed: unknown variable in "${aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}"
47 > map: ::a::: ::b::: ::c::
55 > # Check for extract corrupting reduce's
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
78 > Failed: "listextract" failed and "fail" requested
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
87 > # Tests with iscntrl() and illegal separators
94 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "0+") inside "reduce" item
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"
105 > acl: (1) [person@dom.ain] []
106 > acl: (2) [firstarg] [secondarg]
107 > acl: (1) [arg with spaces] []
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] []
116 > addrss: local-part@dom.ain
117 > addrss: local-part@dom.ain
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
127 > escape: B7\267F2\362
128 > excape8bit: undisturbed text tab
129 newline tab\134backslash ~tilde\177DEL\200\201.
137 > Failed: error in expression evaluation: expecting number or opening parenthesis (after processing "")
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")
148 > Failed: error in expression evaluation: expecting operator (after processing "0")
151 > Failed: error in expression evaluation: expecting operator (after processing "0")
165 > expand: $primary_hostname myhost.test.ex
166 > hash: jmg monty fbWx
167 > hash: abcX abX aX X
172 > Failed: "1a2b3c4d5e6" contains an odd number of characters
173 > Failed: "1a2b3c4d5e6g" is not a hex string
174 > hex2b64:MPPJPkZDbetYunCBao7BJA==
175 > hex2b64:ztcfpyNSMb7Tg/rP3EHE3cwi7PE=
182 > Failed: argument for base32 operator is "0x1", which is not a decimal number
189 > Failed: argument for base32d operator is "ABC", which is not a base 32 number
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.
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
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"
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
219 > ipv6norm: 2a00:eadf::1:0
220 > ipv6norm: 2a00:eadf:0:1::
222 > ipv6norm: 2a00:2:3:4:5:6:7:8
224 > lc/uc: the quick BROWN FOX
225 > length: The quick abc
228 > quote: aZ09_.-Q "ab*cd" "abcd\"ef"
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
253 > str2b64:VGhlIHF1aWNrIGJyb3duIAogZm94
255 > base64: VGhlIHF1aWNrIGJyb3duIAogZm94
257 > base64d:The quick brown
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
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
274 > # stat is a bit tricky, but some of the fields of the aux-var directory
275 > # should be the same on all systems
279 > Failed: stat(/a/non/existent/file) failed: No such file or directory
281 > # "Operators" that have expanded arguments
283 > hash: jmg monty fbWx
284 > hash: abcX abX aX X
286 > length: The quick abc
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)
297 > # Skipped operators
307 > # Number suffixes in conditions
314 > # >32b should work, >64b not
320 > 1 > 4611686018427387904 n
321 > Failed: absolute value of integer "46116860184273879040" is too large (overflow)
351 > Failed: invalid integer "3z "
352 > Failed: integer expected but "a" found
353 > Failed: integer expected but "${substr_2_2:65535}" found
363 > Failed: unknown variable "post" after "def:"
366 > Failed: curly-bracket problem in conditional yes/no parsing: 'yes' part did not start with '{'
367 remaining string is ':{y}{n}}'
396 > isip: n ::1.2.3.256
404 > isip: y fe80::a00:20ff:fe86:a061
405 > isip4: n fe80::a00:20ff:fe86:a061
406 > isip6: y fe80::a00:20ff:fe86:a061
407 > isip: y fe80::1.2.3.4
415 > Failed: "if" failed and "fail" requested
424 > >x@zz.aa.bb< [] >x@zz.aa.bb<
426 > >x@xxxabc< [] >x@xxxabc<
431 > match_local_part:yes
432 > match_local_part:yes
444 > Failed: "somename" is not an IP address
453 > queue_running after or: y
454 > first_delivery after or: y
456 > # acl expansion condition
457 > acl if: Y:(0) [] []
458 > acl if: Y:(1) [argY] []
459 > acl if: N:(2) [argN] [arg2]
460 > Failed: error from acl "a_defer"
462 > # Default values for both if strings
464 > ${if eq{1}{1}} >true<
467 > # Lookups: DIR is the testing directory. In this test we can only use the
468 > # lookups that are required in all cases.
482 > Failed: "lookup" failed and "fail" requested
488 > q4: "a:b" abc continued data (make sure not key)
501 > a:b: lookup succeeded
507 > # Should give the same results as above because expansion does nothing
517 > a:b: lookup succeeded
519 > # Should fail because of no expansion
526 > # But these should succeed
531 > # Some tests of case-(in)dependence
533 > MiXeD-CD: Data found for case-dependent MiXeD-CD
534 > MixeD-CD: NOT FOUND
535 > MiXeD-Ncd: Data found for case-independent MiXeD-nCD
536 > MixeD-Ncd: Data found for case-independent MiXeD-nCD
538 > # IP address (CIDR) lookups
540 > 1.2.3.4: data for 1.2.3.4
542 > 1.2.3.5: data for *
543 > abcd::cdab: data for abcd::cdab
544 > 192.168.1.2: data for 192.168.0.0/16
545 > 192.168.5.6: data for 192.168.0.0/16
546 > abcd:abcd:: data for abcd:abcd::/32
547 > abcd:abcd:1:: data for abcd:abcd::/32
548 > abcd:abcd::3 data for abcd:abcd::/32
549 > 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
552 > # Nested Lookups - style 1
554 > The data for key1->key2
555 > Failed: "lookup" failed and "fail" requested
557 > # Nested Lookups - style 2
559 > The data for key1->key2
562 > # Other nesting tests
566 > both-in-1,both-in-2
567 > Failed: "lookup" failed and "fail" requested
569 > # Lookup quotes for standardly expected lookups
571 > lsearch !@#$%^&*()_-+=|\~`1234567890{[}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm
572 > Failed: unknown lookup type "xxx"
588 > Failed: "extract" failed and "fail" requested
589 > Failed: "extract" failed and "fail" requested
600 > Failed: first argument of "extract" must not be empty
601 > Failed: first argument of "extract" must not be empty
605 > Failed: missing '}' closing extract inside "map" item
610 > abcdea aaa xyz zbcdez
613 > abcdea abc z zzzdez
616 > "TrUe" true EXPECT: true
617 > "FALSE" false EXPECT: false
618 > " yes" true EXPECT: true
619 > " no" false EXPECT: false
620 > "yes " true EXPECT: true
621 > "-1" true EXPECT: true
622 > "0" false EXPECT: false
623 > "1" true EXPECT: true
624 > " 0 " false EXPECT: false
625 > " 1 " true EXPECT: true
626 > "1111111111111111111" true EXPECT: true
627 > "9" true EXPECT: true
628 > " " false EXPECT: false
629 > Failed: unrecognised boolean value "text"
630 > Failed: unrecognised boolean value "text"
631 > Failed: unrecognised boolean value "-text"
632 > Failed: unrecognised boolean value "text"
633 > Failed: unrecognised boolean value "text"
634 > "00" false EXPECT: false
635 > "!true" false EXPECT: false
636 > "!false" true EXPECT: true
638 > "TrUe" true EXPECT: true
639 > "FALSE" false EXPECT: false
640 > " yes" true EXPECT: true
641 > " no" false EXPECT: false
642 > "yes " true EXPECT: true
643 > "-1" true EXPECT: true
644 > "0" false EXPECT: false
645 > "1" true EXPECT: true
646 > " 0 " false EXPECT: false
647 > " 1 " true EXPECT: true
648 > "1111111111111111111" true EXPECT: true
649 > "9" true EXPECT: true
650 > " " false EXPECT: false
651 > "text" true EXPECT: true
652 > " text" true EXPECT: true
653 > "text " true EXPECT: true
654 > " text " true EXPECT: true
655 > "00" true EXPECT: true
656 > "!true" false EXPECT: false
657 > "!false" true EXPECT: true
662 > <:abcd:> =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=
663 > <:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=
664 > 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?=
665 > 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?=
671 > <:ab cd:> <:ab cd:>
672 > Long: here we go: a string that is going to be encoded: it will go over the 75-char limit
673 > 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
683 > ${sg{abcdefabcdef}{abc}{xyz}} =xyzdefxyzdef
684 > ${sg{ab:xy::z}{:}{::}} =ab::xy::::z
685 > ${sg{abcdefabcdef}{(..)[^c]}{>$1<}} =a><><><ef
686 > ${sg{abcdefabcdef}{(..)[^c]}{>\$1<}} =a>bc<>ef<>bc<ef
687 > ${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}=a>bc<>ef<>bc<ef
688 > ${sg{abbab}{a*}{+}} =++b+b++b+
692 > Failed: Not enough arguments for 'readfile' (min is 1)
700 > abcde - 12345 - - xyz -
701 > Failed: failed to open /non/exist/file: No such file or directory
703 > >abcde!12345!!xyz!<
705 > # Calling a command
732 > prvs=xxxxxxxxxx=userx@test.ex
733 > prvs=xxxxxxxxxx=userx@test.ex
734 > prvs=xxxxxxxxxx=userx@test.ex
738 > Failed: prvs second argument must be a single digit
739 > Failed: prvs second argument must be a single digit
740 > Failed: prvs second argument must be a single digit
742 > # Correct checks; can't put explicit addresses in the tests, because they
743 > # will change over time.
748 > >1< >userx@test.ex< >1<
769 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
770 > Failed: "${tod_log" is not a known operator (or a } is missing in a variable reference)
771 > Failed: missing } at end of string
772 > Failed: missing } at end of string
773 > Failed: hmac algorithm "xxx" is not recognised
774 > Failed: each subcondition inside an "and{...}" condition must be in its own {}
775 > Failed: unknown condition "xya" inside "and{...}" condition
776 > Failed: condition name expected, but found "${lookup{x}lsear" inside "and{...}" condition
777 > Failed: missing } at end of string - could be header name not terminated by colon
778 > Failed: curly-bracket problem in conditional yes/no parsing: did not close with '}'
779 remaining string is ''
780 > Failed: missing or misplaced { or } - could be header name not terminated by colon
781 > Failed: each subcondition inside an "or{...}" condition must be in its own {}
782 > Failed: missing } at end of condition inside "or" group
783 > Failed: unknown condition "yes" inside "or{...}" condition
784 > Failed: non-digit after underscore in "substr_1_"
785 > Failed: non-digit after underscore in "substr__3"
787 > # Iterations: forany and forall
799 > Failed: unknown condition "yes" inside "forany" condition
800 > Failed: missing } at end of condition inside "forany"
813 > outer=yes item='' (unset)
818 > # Error inside nest - check message is helpful
819 > Failed: missing } at end of condition inside "forall" inside "forany" condition
822 > # Miscellaneous (for bug fixes, etc)
826 > # Environment access
834 > primary_hostname: myhost.test.ex
836 > Failed: "if" failed and "fail" requested
840 > -be Sender host name and address etc, all unset
841 > -oMa sender_host_address =
842 > sender_host_port = 0
843 > -oMaa sender_host_authenticated =
844 > -oMai authenticated_id = CALLER
845 > -oMas authenticated_sender = CALLER@myhost.test.ex
846 > -oMi interface_address =
847 > interface_port = -1
848 > -oMr received_protocol =
849 > -oMs sender_host_name =
850 > -oMt sender_ident = CALLER
852 > -be Sender host name and address etc, all set except host name.
853 > -oMa sender_host_address = V4NET.0.0.1
854 > sender_host_port = 1234
855 > -oMaa sender_host_authenticated = AAA
856 > -oMai authenticated_id = philip
857 > -oMas authenticated_sender = xx@yy.zz
858 > -oMi interface_address = 1.1.1.1
859 > interface_port = 99
860 > -oMr received_protocol = special
861 > -oMt sender_ident = me
863 > -be Sender host name explicitly set
864 > -oMa sender_host_address = V4NET.0.0.1
865 > sender_host_port = 1234
866 > -oMs sender_host_name = my.host.name
868 > be Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
869 > -oMs sender_host_name =
870 > host_lookup_failed = 1
872 > -be Sender host name and protocol set by Sendmail-compatible option
873 > -p received_protocol = special
874 > -p sender_host_name = host.name
876 > -be Sender host name and address etc, all set except host name
877 > -oMa sender_host_address = V4NET.0.0.1
878 > sender_host_port = 1234
879 > -oMaa sender_host_authenticated = AAA
880 > -oMai authenticated_id = philip
881 > -oMas authenticated_sender = xx@yy.zz
882 > -oMi interface_address = 1.1.1.1
883 > interface_port = 99
884 > -oMr received_protocol = special
885 > ----> No lookup yet: No
886 > -oMs sender_host_name = ten-1.test.ex
887 > -oMt sender_ident = me
890 **** SMTP testing session as if from host V4NET.0.0.1
891 **** but without any ident (RFC 1413) callback.
892 **** This is not for real!
894 550 Administrative prohibition
\r
896 **** SMTP testing session as if from host V4NET.0.0.2
897 **** but without any ident (RFC 1413) callback.
898 **** This is not for real!
900 550 Administrative prohibition
\r
902 **** SMTP testing session as if from host V4NET.0.0.0
903 **** but without any ident (RFC 1413) callback.
904 **** This is not for real!
906 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
909 354 Enter message, ending with "." on a line by itself
\r
910 550 reply_address=<>
\r
913 354 Enter message, ending with "." on a line by itself
\r
914 550 reply_address=<a@b>
\r
917 354 Enter message, ending with "." on a line by itself
\r
918 550 reply_address=<c@d>
\r
921 354 Enter message, ending with "." on a line by itself
\r
922 550 reply_address=<>
\r
925 354 Enter message, ending with "." on a line by itself
\r
926 550 reply_address=<x@y>
\r
927 221 myhost.test.ex closing connection
\r
929 **** SMTP testing session as if from host V4NET.0.0.0
930 **** but without any ident (RFC 1413) callback.
931 **** This is not for real!
933 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
936 354 Enter message, ending with "." on a line by itself
\r
937 550 reply_address=<>
\r
938 221 myhost.test.ex closing connection
\r
940 **** SMTP testing session as if from host V4NET.0.0.0
941 **** but without any ident (RFC 1413) callback.
942 **** This is not for real!
944 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
\r
947 354 Enter message, ending with "." on a line by itself
\r
948 550 reply_address=<>
\r
949 221 myhost.test.ex closing connection
\r