Taintcheck transport-process arguments
[exim.git] / test / scripts / 0000-Basic / 0002
1 # Common string expansions
2 #
3 # This is the main string expansion test that tests those expansions that will
4 # be present in the basic Exim binary which we require in order to run these
5 # tests at all. Specialized expansion tests also exist for optional features
6 # in other test scripts.
7 munge dnssec
8
9 exim -be
10
11 # These expansions can test variables in the configuration, but as there
12 # is no message being processed, there is no message-related data. But
13 # that of course gets tested in plenty of other places.
14
15 # Some fixed variables
16
17 exim_path: $exim_path
18 exim_version: $exim_version
19 config_dir: $config_dir
20 config_file: $config_file
21 primary_hostname: $primary_hostname
22 primary_hostname: ${primary_hostname}
23 qualify_domain: $qualify_domain
24 bounce_return_size_limit: ${bounce_return_size_limit}
25 spool_directory: $spool_directory
26 queue_name: $queue_name
27 unknown: ${unknown}
28 h_subject: $h_subject:(should be empty)
29 h_subject:$h_subject (should be empty)
30 header in curlies: ${header_subject:} (should fail)
31
32 # \$message_headers should be empty
33 message_headers: >$message_headers<
34
35 # Continuation
36 x\
37 y
38 x\
39              y
40
41 # Overlong names and overbig numbers
42
43 +$aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
44 +${aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}
45 +$11111111111111111111111111111111111
46 +${11111111111111111111111111111111111}
47
48 eval:   ${eval:0}
49 eval:   ${eval:1}
50 eval:   ${eval:-1}
51 eval:   ${eval:+1}
52 eval:   ${eval:1+1}
53 eval:   ${eval:1+2*3}
54 eval:   ${eval:(1+2)*3}
55 eval:   ${eval:3/2*4}
56 eval:   ${eval:3*4/2}
57 eval:   ${eval:42}
58 eval:   ${eval:}
59 eval:   ${eval:-2}
60 eval:   ${eval:-2 - -3}
61 eval:   ${eval:-2 - (-3)}
62 eval:   ${eval:-2 - (-3}
63 eval:   ${eval:-2 - -3)}
64 eval:   ${eval:-2 --3}
65 eval:   ${eval:-2 -+3}
66 eval:   ${eval:-2 -+-3}
67 eval:   ${eval:(2*(1+1))/2 + 40K}
68 eval:   ${eval:077}
69 eval:   ${eval:08}
70 eval10: ${eval10:077}
71 eval10: ${eval10:08}
72 eval10: ${eval10:0x1234}
73 eval:   ${eval:2+42%5}
74 eval:   ${eval:0xc&5}
75 eval:   ${eval:0xc & 5 }
76 eval:   ${eval:0x0c|5}
77 eval:   ${eval:0xc^5}
78 eval:   ${eval:0xc>>1}
79 eval:   ${eval:0xc >> 2}
80 eval:   ${eval:0xc >> 4 }
81 eval:   ${eval:0xc<<1}
82 eval:   ${eval:~255&0x1234}
83 eval:   ${eval:~ 255&0x1234}
84 eval:   ${eval: -(~255&0x1234)}
85
86 # List operations
87
88 filter: "${filter{a:b:c}{eq{1}{1}}}"
89 filter: ${filter{a:b:c}{!eq{$item}{b}}}
90 filter: ${filter{<' a'b'c}{!eq{$item}{b}}}
91 filter: ${filter{<' ''a'b' ''c}{!eq{$item}{b}}}
92 filter: "${filter{}{!eq{$item}{b}}}"
93
94 map: "${map{}{$item}}"
95 map: ${map{a:b:c}{$item}}
96 map: ${map{a:b:c}{:$item:}}
97 map: ${if eq{1}{0}{${map{a:b:c}{:$item:}}}{fail string}}
98 map: ${map{:b:c}{[$item]}}
99
100 reduce: "${reduce{}{+}{$value$item}}"
101 reduce: ${reduce{a:b:c}{+}{$value$item}}
102 reduce: ${reduce {<, 1,2,3}{0}{${eval:$value+$item}}}
103 reduce: ${reduce {3:0:9:4:6}{0}{${if >{$item}{$value}{$item}{$value}}}}
104 # Check for extract corrupting reduce's $value
105 reduce: ${reduce {b}{a aaa}{${extract{1}{ }{$value}} , $item}}
106
107 listnamed: ${listnamed:dlist}
108 listnamed: ${listnamed:+dlist}
109 listnamed: ${listnamed:hlist}
110 listnamed: ${listnamed:elist}
111 listnamed: ${listnamed:flist}
112 listnamed: ${listnamed:nolist}
113 listnamed: ${listnamed_d:dlist}
114 listnamed: ${listnamed_d:hlist}
115 listnamed: ${listnamed_z:dlist}
116
117 listcount: ${listcount:a:b:c}
118 listcount: ${listcount:}
119 listcount: ${listcount:<;a;b;c}
120 listcount: ${listcount:${listnamed:dlist}}
121
122 listextract: ${listextract{ 2}{a:b:c:d}}
123 listextract: ${listextract{-2}{<,a,b,c,d}{X${value}X}}
124 listextract: ${listextract{ 5}{a:b:c:d}}
125 listextract: ${listextract{-5}{a:b:c:d}}
126 listextract: ${listextract{ 5}{a:b:c:d}{}{fail}}
127 listextract: ${listextract{ 5}{a:b:c:d}{}fail}
128
129 listquote: ${listquote{:}{abcd}}
130 listquote: ${listquote{:}{ab:cd}}
131 listquote: ${listquote{:}{:a:b:c:d:}}
132 listquote: ${listquote{:}{ab::cd}}
133 listquote: ${listquote{;}{ab:cd}}
134 listquote: ${listquote{;}{ab;cd}}
135 listquote: ${listquote{ }{ ab cd}}
136 listquote: <${listquote{:}{}}>
137
138 sort: ${sort{3:2:1:4}{<}{$item}}
139 sort: ${sort {<, 3,2,1,4}{>}{$item}}
140 sort: ${sort{c:B:a:aa}{lti}{$item}}
141 sort: ${sort{666 r99.ex.com:10 smtp.ex.com:100 r2.ex.com}{<}{${sg {$item}{([0-9]*).*\$}{\$1}}}}
142 sort: ${sort{666,r99.ex.com:10,smtp.ex.com:100,r2.ex.com}{<}{${listextract{1}{<,$item}}}}
143 sort: "${sort{}{<}{$item}}"
144
145 # Tests with iscntrl() and illegal separators
146
147 map: ${map{<\n a\n\nb\nc}{'$item'}}
148
149 reduce: ${reduce {<n 1\n2\n3}{0}{${eval:$value+$item}}}
150 reduce: ${reduce {<\n 1\n2\n3}{0}{${eval:$value+$item}}}
151 reduce: ${reduce { <\n 1\n 2 \n 3 }{0}{${eval:$value+$item}}}
152 reduce: ${reduce {<\x7f 1\x7f2\177 3}{0}{${eval:$value+$item}}}
153
154 # Operators
155
156 acl: ${acl
157 acl: ${acl}
158 acl: ${acl {a_nosuch}}
159 acl: ${acl {a_ret}}
160 acl: ${acl {a_ret}{person@dom.ain}}
161 acl: ${acl {a_ret}{firstarg}{secondarg}}
162 acl: ${acl {a_ret}{arg with spaces}}
163 acl: ${acl {a_none}}
164 acl: ${acl {a_none}{person@dom.ain}}
165 acl: ${acl {a_deny}}
166 acl: ${acl {a_deny}{person@dom.ain}}
167 acl: ${acl {a_defer}}
168 acl: ${acl {a_sub}{top_arg_1}{top_arg_2}{top_arg_3}}
169 acl: ${reduce {1:2:3:4} {} {$value ${acl {a_ret}{$item}}}}
170
171 addrss: ${address:local-part@dom.ain}
172 addrss: ${address:Exim Person <local-part@dom.ain> (that's me)}
173 addrss: ${address:Exim Person <local-part(comment)@dom.ain> (that's me)}
174 addrss: ${address:Exim Person <local-part@dom.ain(comment)> (that's me)}
175 addrss: ${address:Exim Person <local-part(comment)@dom.ain(comment2)> (that's me)}
176 addrss: ${address:Exim Person <local-part.(comment)dot-atom@dom.ain(comment2)> (that's me)}
177 addrss: ${address:Exim Person <(comment)local-part@dom.ain(comment2)> (that's me)}
178 domain: ${domain:local-part@dom.ain}
179 domain: ${domain:Exim Person <local-part@dom.ain> (that's me)}
180 domain: ${domain:Exim Person <local-part(foo)@(bar)dom.ain> (that's me)}
181 domain: ${domain:a.b.c}
182
183 addresses: ${addresses:>' 'abc@xyz, 'pqr@xyz}
184 addresses: ${addresses:Exim Person <local-part@dom.ain> (that's me)}
185 addresses: ${addresses:>+ Exim Person <local-part@dom.ain> (that's me),\
186            xyz@abc}
187 addresses: ${addresses:Exim Person <local-part@dom.ain> (that's me), \
188            xyz@abc, nullgroupname:;, group: p@q, r@s; }
189 addresses: ${addresses:local-part@dom.ain <local-part@dom.ain>}
190 addresses: ${addresses:>}
191
192 escape:     ${escape:B7·F2ò}
193 excape8bit: ${escape8bit:undisturbed text\ttab\nnewline\ttab\\backslash \176tilde\177DEL\200\x81.}
194
195 expand: \$primary_hostname ${expand:\$primary_hostname}
196 hash:   ${hash_3:monty} ${hash_5:monty} ${hash_4_62:monty python}
197 hash:   ${hash_3:abc}X ${hash_3:ab}X ${hash_3:a}X ${hash_3:}X
198 hex2b64:${hex2b64:12345678}
199 hex2b64:${hex2b64:abcdef}
200 hex2b64:${hex2b64:ABCDEF}
201 hex2b64:${hex2b64:1a2b3c4d5e6f}
202 hex2b64:${hex2b64:1a2b3c4d5e6}
203 hex2b64:${hex2b64:1a2b3c4d5e6g}
204 hex2b64:${hex2b64:${md5:the quick brown fox}}
205 hex2b64:${hex2b64:${sha1:the quick brown fox}}
206
207 base32: 0  <${base32:0}>
208 base32: 1  <${base32:1}>
209 base32: 31 <${base32:31}>
210 base32: 32 <${base32:32}>
211 base32: 42 <${base32:42}>
212 base32 error: 0x1 ${base32:0x1}
213
214 base32d: 0  ${base32d:${base32:0}}
215 base32d: 1  ${base32d:${base32:1}}
216 base32d: 31 ${base32d:${base32:31}}
217 base32d: 32 ${base32d:${base32:32}}
218 base32d: 42 ${base32d:${base32:42}}
219 base32d error: ABC ${base32d:ABC}
220
221 the base62 operator is actually a base36 operator in the Darwin and Cygwin
222 environments. Write cunning tests that produce the same output in both cases,
223 while doing a reasonable check.
224
225 base62:  ${if or {\
226                  {eq {${base62:12345}}{0003D7}}\
227                  {eq {${base62:12345}}{0009IX}}\
228                  }{OK}{NOT OK}}
229 base62d: ${if or {\
230                  {eq {${base62d:0003D7}}{12345}}\
231                  {eq {${base62d:0009IX}}{12345}}\
232                  }{OK}{NOT OK}}
233 base62d: ${if or {\
234                  {eq {${base62d:3D7}}{12345}}\
235                  {eq {${base62d:9IX}}{12345}}\
236                  }{OK}{NOT OK}}
237 base62 error: ${base62:12345x}
238 base62d error:${base62d:0003D7.}
239
240 hmac:   ${hmac{md5}{somesecret}{mail.example.com 2002-10-17 11:30:59}}
241 hmac:   ${hmac{sha1}{somesecret}{mail.example.com 2002-10-17 11:30:59}}
242 md5:    ${md5:the quick brown fox jumps over the lazy dog}
243 sha1:   ${sha1:}
244 sha1:   ${sha1:abc}
245 mask:   ${mask:192.168.10.206/28}
246 mask:   ${mask:192.168.10.206/32}
247 mask:   ${mask:192.168.10.206/33}
248 mask:   ${mask:192.168.10.206/0}
249 mask:   ${mask:192.168.10.206}
250 mask:   ${mask:a.b.c.d}
251 mask:   ${mask:2a00:2:3:4:5:6:7:8/79}
252 mask:   ${mask:2a00:2:3:4:5:6:7:8/128}
253 mask:   ${mask:2a00:2:3:4:5:6:7:8/129}
254 mask_n: ${mask_n:2a00:2:3:4:5:6:7:8/79}
255 ipv6denorm: ${ipv6denorm:::1}
256 ipv6denorm: ${ipv6denorm:fe00::1}
257 ipv6denorm: ${ipv6denorm:192.168.0.1}
258 ipv6denorm: ${ipv6denorm:fe80::192.168.0.1}
259 ipv6norm:   ${ipv6norm:0:0:0::1}
260 ipv6norm:   ${ipv6norm:2a00::0}
261 ipv6norm:   ${ipv6norm:2a00::1}
262 ipv6norm:   ${ipv6norm:2a00:eadf:0000:0000:0000:0000:0001:0000}
263 ipv6norm:   ${ipv6norm:2a00:eadf:0000:0001:0000:0000:0000:0000}
264 ipv6norm:   ${ipv6norm:2a00:0:0:0::}
265 ipv6norm:   ${ipv6norm:2a00:2:3:4:5:6:7:8}trailing_text
266 nhash:  ${nhash_24:monty} ${nhash_8_63:monty python}
267 lc/uc:  ${lc:The Quick} ${uc: Brown Fox}
268 length: ${length_10:The quick brown fox} ${l_10:abc}
269 lclpt:  ${local_part:local-part@dom.ain}
270 lclpt:  ${local_part:Exim Person <local-part@dom.ain> (that's me)}
271 lclpt:  ${local_part:Exim Person <local(comment).part@dom.(comment2)ain> (that's me)}
272 lclpt:  ${local_part:a.b.c}
273 quote:  ${quote:aZ09_.-Q} ${quote:ab*cd} ${quote:ab\cd"ef}
274 quote:  ${quote:nl(\n)}
275 quote:  ${quote:cr(\r)}
276 quote:  ${quote:tab(\t)}
277 quote:  ${quote:xff(\xff)}
278 quote:  Empty>${quote:}<
279 quote_local_part: ${quote_local_part:abcd}
280 quote_local_part: ${quote_local_part:O'Reilly}
281 quote_local_part: ${quote_local_part:a space}
282 quote_local_part: ${quote_local_part:.something}
283 quote_local_part: ${quote_local_part:something.}
284 quote_local_part: ${quote_local_part:joe.bloggs}
285 quote_local_part: ${quote_local_part:a!b}
286 quote_local_part: ${quote_local_part:x@y}
287 quote_local_part: ${quote_local_part:ab*cd}
288 quote_local_part: ${quote_local_part:x:y}
289 quote_local_part: ${quote_local_part:ab\cd"ef}
290 quote_local_part: ${quote_local_part:}
291 rxquote:${rxquote:aZ09_,-Q} ${rxquote:ab*cd} ${rxquote:ab\cd"ef}
292 hexquote: ${hexquote:\
293     \001\002\003\004\005\006\007 \010\011\012\013\014\015\016\017 \
294 \020\021\022\023\024\025\026\027 \030\031\032\033\034\035\036\037 \
295 \040\041\042\043\044\045\046\047 \050\051\052\053\054\055\056\057 \
296 \060\061\062\063\064\065\066\067 \070\071\072\073\074\075\076\077 \
297 \100\101\102\103\104\105\106\107 \110\111\112\113\114\115\116\117 \
298 \120\121\122\123\124\125\126\127 \130\131\132\133\134\135\136\137 \
299 \140\141\142\143\144\145\146\147 \150\151\152\153\154\155\156\157 \
300 \160\161\162\163\164\165\166\167 \170\171\172\173\174\175\176\177}
301 substr: ${substr_3_2:rhubarb} ${s_-5_2:1234567} ${s_-5_2:12} ${s_-3_2:12}
302 substr: ${s_3:rhubarb} ${s_-2:rhubarb}
303 substr: ${s_1:}
304 substr: ${substr_10:abc}
305 str2b64:${str2b64:abcd}
306 str2b64:${str2b64:The quick brown \n fox}
307 base64: ${base64:abcd}
308 base64: ${base64:The quick brown \n fox}
309 base64d:${base64d:YWJjZA==}
310 base64d:${base64d:VGhlIHF1aWNrIGJyb3duIAogZm94}
311 strlen: ${strlen:}
312 strlen: ${strlen:a}
313 strlen: ${strlen:abcdefgh}
314 time_eval:     ${time_eval:10s}
315 time_eval:     ${time_eval:2h}
316 time_eval:     ${time_eval:1d5m}
317 time_eval:     ${time_eval:1w2d3h4m5s}
318 time_eval:     ${time_eval:14}
319 time_eval:     ${time_eval:rhubarb}
320 time_interval: ${time_interval:0}
321 time_interval: ${time_interval:44}
322 time_interval: ${time_interval:999999}
323 time_interval: ${time_interval:-1}
324 time_interval: ${time_interval:rhubarb}
325
326 # stat is a bit tricky, but some of the fields of the aux-var directory
327 # should be the same on all systems
328
329 stat:   ${extract{mode}{${stat:DIR/aux-var}}}
330 stat:   ${extract{smode}{${stat:DIR/aux-var}}}
331 stat:   ${stat:/a/non/existent/file}
332
333 # "Operators" that have expanded arguments
334
335 hash:   ${hash{3}{monty}} ${hash{5}{monty}} ${hash{4}{62}{monty python}}
336 hash:   ${hash{3}{abc}}X ${hash{3}{ab}}X ${hash{3}{a}}X ${hash{3}{}}X
337 nhash:  ${nhash{24}{monty}} ${nhash{8}{63}{monty python}}
338 length: ${length{10}{The quick brown fox}} ${length{10}{abc}}
339 substr: ${substr{3}{2}{rhubarb}} ${substr{-5}{2}{1234567}} ${substr{-5}{2}{12}} ${substr{-3}{2}{12}}
340 substr: ${substr{${if eq{1}{1}{-8}}}{${if eq{1}{0}{25}{1}}}{abcde}}
341
342 # Error forms
343
344 ${hash{one}}
345 ${hash{nonnumber}{abcd}}
346 ${hash{3}{2}{4}{abcd}}
347 ${substr{-3}{-2}{abcd}}
348
349 # Skipped operators
350
351 addrss: ${if eq {1}{2}{${address:invalid}}{NO}}
352 domain: ${if eq {1}{2}{${domain:invalid}}{NO}}
353 escape: ${if eq {1}{2}{${escape:invalid}}{NO}}
354 expand: ${if eq {1}{2}{\$primary_hostname ${expand:\$invalid}}{NO}}
355 hash:   ${if eq {1}{2}{${hash_3:invalid}}{NO}}
356 md5:    ${if eq {1}{2}{${md5:invalid}}{NO}}
357 mask:   ${if eq {1}{2}{${mask:invalid}}{NO}}
358
359 # Number suffixes in conditions
360 1k: ${if >{1}{1k}{n}{y}}
361 1K: ${if >{1}{1K}{n}{y}}
362 1M: ${if >{1}{1M}{n}{y}}
363 1G: ${if >{1}{1G}{n}{y}}
364
365 # Numeric overflow
366 # >32b should work, >64b not
367
368 1 > 2047M                ${if >{1}{2047M}{y}{n}}
369 1 > 2048M                ${if >{1}{2048M}{y}{n}}
370 1 > 4096000000           ${if >{1}{4096000000}{y}{n}}
371 1 > 4096M                ${if >{1}{4096M}{y}{n}}
372 1 > 4611686018427387904  ${if >{1}{4611686018427387904} {y}{n}}
373 1 > 46116860184273879040 ${if >{1}{46116860184273879040}{y}{n}}
374
375 # Conditions
376
377 2=2:    ${if ={2}{2}{y}{n}}
378 2==2:   ${if =={2}{2}{y}{n}}
379 3=2:    ${if ={3}{2}{y}{n}}
380 2==3:   ${if =={2}{3}{y}{n}}
381 !2=2:   ${if !={2}{2}{y}{n}}
382 !2==2:  ${if !=={2}{2}{y}{n}}
383 !3=2:   ${if !={3}{2}{y}{n}}
384 !2==3:  ${if !=={2}{3}{y}{n}}
385 2>3:    ${if >{2}{3}{y}{n}}
386 3>3:    ${if >{3}{3}{y}{n}}
387 4>3:    ${if >{4}{3}{y}{n}}
388 1>-1:   ${if >{1}{-1}{y}{n}}
389 2>=3:   ${if >={2}{3}{y}{n}}
390 3>=3:   ${if >={3}{3}{y}{n}}
391 4>=3:   ${if >={4}{3}{y}{n}}
392 2<3:    ${if <{2}{3}{y}{n}}
393 3<3:    ${if <{3}{3}{y}{n}}
394 4<3:    ${if <{4}{3}{y}{n}}
395 2<=3:   ${if <={2}{3}{y}{n}}
396 3<=3:   ${if <={3}{3}{y}{n}}
397 4<=3:   ${if <={4}{3}{y}{n}}
398 5<=3:   ${if <={ 5 } { 3 } {y}{n}}
399 -3<=1:  ${if <={-3}{1}{y}{n}}
400
401 5>3k:   ${if >{5 } {3k }{y}{n}}
402 5>3m:   ${if >{5 } {3m }{y}{n}}
403 5>3z:   ${if >{5 } {3z }{y}{n}}
404 5>a:    ${if >{ 5 } {a}{y}{n}}
405 5>bad:  ${if >{5 } {${lookup{trick}lsearch{DIR/aux-fixed/0002.lsearch}}} {y}{n}}
406
407 >0:     ${if > {}{0}{y}{n}}
408 =:      ${if = {}{}{y}{n}}
409 -2<:    ${if < {-2}{}{y}{n}}
410 08>07:  ${if > {08}{07}{y}{n}}
411 011=11: ${if = {011}{11}{y}{n}}
412
413 def:y   ${if def:tod_log{y}{n}}
414 def:n   ${if def:host{y}{n}}
415 def:f   ${if def:post{y}{n}}
416 def:h_f ${if def:h_xxx {y}{n}}
417 def:h_f ${if def:h_xxx:{y}{n}}
418 def:d:  ${if def:tod_log:{y}{n}}
419
420 exists: ${if exists{/etc/passwd}{y}{n}}
421 exists: ${if exists{/doesnt}{y}{n}}
422
423 eq:     ${if eq{abc}{abc}{y}{n}}
424 eq:     ${if eq{abc}{xyz}{y}{n}}
425 !eq:    ${if !eq{abc}{abc}{y}{n}}
426 !eq:    ${if !eq{abc}{xyz}{y}{n}}
427
428 eqi:    ${if eqi{abc}{abc}{y}{n}}
429 eqi:    ${if eqi{abc}{ABC}{y}{n}}
430 eqi:    ${if eqi{abc}{xyz}{y}{n}}
431 !eqi:   ${if !eqi{abc}{abc}{y}{n}}
432 !eqi:   ${if !eqi{abc}{aBc}{y}{n}}
433 !eqi:   ${if !eqi{abc}{xyz}{y}{n}}
434
435 lt:     ${if lt{ABC}{abc}{y}{n}}
436 lti:    ${if lti{ABC}{abc}{y}{n}}
437 le:     ${if le{ABC}{abc}{y}{n}}
438 lei:    ${if lei{ABC}{abc}{y}{n}}
439 gt:     ${if gt{ABC}{abc}{y}{n}}
440 gti:    ${if gti{ABC}{abc}{y}{n}}
441 ge:     ${if ge{ABC}{abc}{y}{n}}
442 gei:    ${if gei{ABC}{abc}{y}{n}}
443
444 isip:   ${if isip {1.2.3.4}{y}{n}}  1.2.3.4
445 isip4:  ${if isip4{1.2.3.4}{y}{n}}  1.2.3.4
446 isip6:  ${if isip6{1.2.3.4}{y}{n}}  1.2.3.4
447 isip:   ${if isip {::1.2.3.256}{y}{n}}  ::1.2.3.256
448 isip4:  ${if isip4{1.2.3.256}{y}{n}}  1.2.3.256
449 isip:   ${if isip {1:2:3:4}{y}{n}}  1:2:3:4
450 isip4:  ${if isip4{1:2:3:4}{y}{n}}  1:2:3:4
451 isip6:  ${if isip6{1:2:3:4}{y}{n}}  1:2:3:4
452 isip:   ${if isip {::1}{y}{n}}      ::1
453 isip4:  ${if isip4{::1}{y}{n}}      ::1
454 isip6:  ${if isip6{::1}{y}{n}}      ::1
455 isip:   ${if isip {fe80::a00:20ff:fe86:a061}{y}{n}}  fe80::a00:20ff:fe86:a061
456 isip4:  ${if isip4{fe80::a00:20ff:fe86:a061}{y}{n}}  fe80::a00:20ff:fe86:a061
457 isip6:  ${if isip6{fe80::a00:20ff:fe86:a061}{y}{n}}  fe80::a00:20ff:fe86:a061
458 isip:   ${if isip {fe80::1.2.3.4}{y}{n}}  fe80::1.2.3.4
459 isip:   ${if isip {rhubarb}{y}{n}}  rhubarb
460 isip4:  ${if isip4{rhubarb}{y}{n}}  rhubarb
461 isip6:  ${if isip6{rhubarb}{y}{n}}  rhubarb
462
463 match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
464 match:  ${if match{abcd}{^\N([ab]+)(\w+)$\N}{$2$1}fail}
465 match:  ${if match{abcd}{^([ab]+)(\\w+)\$}{$2$1}fail}
466 match:  ${if match{wxyz}{^([ab]+)(\\w+)\$}{$2$1}fail}
467 match:  ${if match{abcd}{^([ab]+)(\\w+)\$}{$2[${if match{xyz}{(.*)}{$1}fail}]$1}fail}
468
469 match_domain:    ${if match_domain{a.b.c}{x.y.z:a.b.c:p.q.r}{yes}{no}}
470 match_domain:    ${if match_domain{a.b.c}{x.y.z:p.q.r}{yes}{no}}
471 match_domain:    ${if match_domain{5.aa.bb}{+dlist}{yes}{no}}
472 match_domain:    ${if match_domain{xxxyz}{+dlist}{yes}{no}}
473 match_domain:    ${if match_domain{xyz}{+dlist}{yes}{no}}
474
475 ${if match{x@zz.aa.bb}{^(.*)} \
476   { \
477   >$1< \
478   ${if match_domain{${domain:$1}}{+dlist}{[$1]}} \
479   >$1< \
480   } \
481   { CAN'T HAPPEN}}
482
483 ${if match{x@xxxabc}{^(.*)} \
484   { \
485   >$1< \
486   ${if match_domain{${domain:$1}}{^\Nxxx(.*)\N}{[$1]}} \
487   >$1< \
488   } \
489   { CAN'T HAPPEN}}
490
491 match_address:   ${if match_address{x@y.z}{p@q:*@y.z}{yes}{no}}
492 match_address:   ${if match_address{x@y.z}{p@q:x@*.z}{yes}{no}}
493
494 match_local_part:${if match_local_part{jo}{jack:jill:jo:john}{yes}{no}}
495 match_local_part:${if match_local_part{jo}{\N^\w\N}{yes}{no}}
496
497 match_ip:        01 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.4}}
498 match_ip:        02 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6}}
499 match_ip:        03 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6/24}}
500 match_ip:        04 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6:*}}
501 match_ip:        05 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6:name}}
502 match_ip:        06 ${if match_ip{1.2.3.4}{:4.5.6.7}}
503 match_ip:        07 ${if match_ip{}{:4.5.6.7}}
504 match_ip:        08 ${if match_ip{V4NET.11.12.13}{+hlist}}
505 match_ip:        09 ${if match_ip{V4NET.11.12.14}{+hlist}}
506 match_ip:        10 ${if match_ip{192.168.3.4}{+hlist}}
507 match_ip:        11 ${if match_ip{somename}{+hlist}}
508 match_ip:        12 ${if match_ip{1.2.3.4}{lsearch;DIR/aux-fixed/0002.matchip}}
509 match_ip:        13 ${if match_ip{1.2.3.4}{net-lsearch;DIR/aux-fixed/0002.matchip}}
510 match_ip:        14 ${if match_ip{5.6.7.8}{net24-lsearch;DIR/aux-fixed/0002.matchip}}
511 match_ip:        15 ${if match_ip{abcd::dcba}{net-iplsearch;DIR/aux-fixed/0002.matchip}}
512
513 queue_running:  ${if queue_running{y}{n}}
514 first_delivery: ${if first_delivery{y}{n}}
515
516 queue_running after or: ${if or{{eq {0}{0}}{queue_running}}{y}{n}}
517 first_delivery after or: ${if or{{eq {0}{0}}{first_delivery}}{y}{n}}
518
519 # acl expansion condition
520 acl if: ${if acl {{a_ret}}               {Y:$value}{N:$value}}
521 acl if: ${if acl {{a_ret}{argY}}         {Y:$value}{N:$value}}
522 acl if: ${if acl {{a_deny}{argN}{arg2}}  {Y:$value}{N:$value}}
523 acl if: ${if acl {{a_defer}{argN}{arg2}} {Y:$value}{N:$value}}
524
525 # Default values for both if strings
526
527 \${if eq{1}{1}}  >${if eq{1}{1}}<
528 \${if eq{1}{2}}  >${if eq{1}{2}}<
529
530 # Lookups: DIR is the testing directory. In this test we can only use the
531 # lookups that are required in all cases.
532
533 ${lookup{postmaster}lsearch         {DIR/aux-fixed/0002.aliases}{$value}fail}
534 ${lookup{postmaster}lsearch,ret=full{DIR/aux-fixed/0002.aliases}{$value}fail}
535
536 ${lookup{x@y}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
537 ${lookup{x@z}lsearch* {DIR/aux-fixed/0002.starat}{$value}fail}
538 ${lookup{x@z}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
539 ${lookup{x@w}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
540
541 ${lookup{x@y}lsearch*@,ret=full {DIR/aux-fixed/0002.starat}{$value}fail}
542 ${lookup{x@z}lsearch*,ret=full  {DIR/aux-fixed/0002.starat}{$value}fail}
543 ${lookup{x@z}lsearch*@,ret=full {DIR/aux-fixed/0002.starat}{$value}fail}
544 ${lookup{x@w}lsearch*@,ret=full {DIR/aux-fixed/0002.starat}{$value}fail}
545
546 ${lookup{a.b.c.d}  partial-lsearch {DIR/aux-fixed/0002.domains}{$value}fail}
547 ${lookup{x.y.z}    partial-lsearch {DIR/aux-fixed/0002.domains}{$value}{failed x.y.z}}
548 ${lookup{p.q}      partial-lsearch {DIR/aux-fixed/0002.domains}{$value}fail}
549 ${lookup{o.p.q}    partial-lsearch {DIR/aux-fixed/0002.domains}{$value}fail}
550 ${lookup{m.n.o.p.q}partial-lsearch {DIR/aux-fixed/0002.domains}{$value}fail}
551 ${lookup{x.y.z}    partial1-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
552 ${lookup{x.y.z}    partial0-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
553
554 ${lookup{a.b.c.d}  partial-lsearch,ret=full {DIR/aux-fixed/0002.domains}{$value}fail}
555 ${lookup{x.y.z}    partial-lsearch,ret=full {DIR/aux-fixed/0002.domains}{$value}{failed x.y.z}}
556 ${lookup{p.q}      partial-lsearch,ret=full {DIR/aux-fixed/0002.domains}{$value}fail}
557 ${lookup{o.p.q}    partial-lsearch,ret=full {DIR/aux-fixed/0002.domains}{$value}fail}
558 ${lookup{m.n.o.p.q}partial-lsearch,ret=full {DIR/aux-fixed/0002.domains}{$value}fail}
559 ${lookup{x.y.z}    partial1-lsearch,ret=full{DIR/aux-fixed/0002.domains}{$value}fail}
560 ${lookup{x.y.z}    partial0-lsearch,ret=full{DIR/aux-fixed/0002.domains}{$value}fail}
561
562 q1:  ${lookup{abc}        lsearch{DIR/aux-fixed/0002.quoted}}
563 q2:  ${lookup{xyz}        lsearch{DIR/aux-fixed/0002.quoted}}
564 q3:  ${lookup{pqr}        lsearch{DIR/aux-fixed/0002.quoted}}
565 q4:  ${lookup{a:b}        lsearch{DIR/aux-fixed/0002.quoted}}
566 q5:  ${lookup{"quoted"}   lsearch{DIR/aux-fixed/0002.quoted}}
567 q6:  ${lookup{white space}lsearch{DIR/aux-fixed/0002.quoted}}
568 q7:  ${lookup{b\\s}       lsearch{DIR/aux-fixed/0002.quoted}}
569
570 q1f: ${lookup{abc}        lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
571 q2f: ${lookup{xyz}        lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
572 q3f: ${lookup{pqr}        lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
573 q4f: ${lookup{a:b}        lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
574 q5f: ${lookup{"quoted"}   lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
575 q6f: ${lookup{white space}lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
576 q7f: ${lookup{b\\s}       lsearch,ret=full{DIR/aux-fixed/0002.quoted}}
577
578 abc:   ${lookup{abc}wildlsearch{DIR/aux-var/0002.wild}}
579 a.b.c: ${lookup{a.b.c}wildlsearch{DIR/aux-var/0002.wild}}
580 ab.c:  ${lookup{ab.c}wildlsearch{DIR/aux-var/0002.wild}}
581 xyz:   ${lookup{xyz}wildlsearch{DIR/aux-var/0002.wild}}
582 .Xyz:   ${lookup{Xyz}wildlsearch{DIR/aux-var/0002.wild}}
583 .Zyz:   ${lookup{Zyz}wildlsearch{DIR/aux-var/0002.wild}}
584 a b:   ${lookup{a b}wildlsearch{DIR/aux-var/0002.wild}}
585 a  b:  ${lookup{a  b}wildlsearch{DIR/aux-var/0002.wild}}
586 a:b:   ${lookup{a:b}wildlsearch{DIR/aux-var/0002.wild}}
587 a.b:   ${lookup{a.b}wildlsearch{DIR/aux-var/0002.wild}}
588 a..b:  ${lookup{a..b}wildlsearch{DIR/aux-var/0002.wild}}
589 a9b:   ${lookup{a9b}wildlsearch{DIR/aux-var/0002.wild}}
590 a99b:  ${lookup{a99b}wildlsearch{DIR/aux-var/0002.wild}}
591
592 # Should give the same results as above because expansion does nothing
593
594 abc:   ${lookup{abc}nwildlsearch{DIR/aux-var/0002.wild}}
595 a.b.c: ${lookup{a.b.c}nwildlsearch{DIR/aux-var/0002.wild}}
596 ab.c:  ${lookup{ab.c}nwildlsearch{DIR/aux-var/0002.wild}}
597 xyz:   ${lookup{xyz}nwildlsearch{DIR/aux-var/0002.wild}}
598 .Xyz:   ${lookup{Xyz}nwildlsearch{DIR/aux-var/0002.wild}}
599 .Zyz:   ${lookup{Zyz}nwildlsearch{DIR/aux-var/0002.wild}}
600 a b:   ${lookup{a b}nwildlsearch{DIR/aux-var/0002.wild}}
601 a  b:  ${lookup{a  b}nwildlsearch{DIR/aux-var/0002.wild}}
602 a:b:   ${lookup{a:b}nwildlsearch{DIR/aux-var/0002.wild}}
603
604 # Should fail because of no expansion
605
606 a.b:   ${lookup{a.b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
607 a..b:  ${lookup{a..b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
608 a9b:   ${lookup{a9b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
609 a99b:  ${lookup{a99b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
610
611 # But these should succeed
612
613 a\\:b:  ${lookup{a\\:b}nwildlsearch{DIR/aux-var/0002.wild}}
614 a\\:Xb: ${lookup{a\\:Xb}nwildlsearch{DIR/aux-var/0002.wild}}
615
616 # Some tests of case-(in)dependence
617
618 .MiXeD-CD:  ${lookup{MiXeD-CD}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
619 .MixeD-CD:  ${lookup{MixeD-CD}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
620 .MiXeD-Ncd: ${lookup{MiXeD-Ncd}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
621 .MixeD-Ncd: ${lookup{MixeD-Ncd}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
622
623 # IP address (CIDR) lookups
624
625 1.2.3.4:      ${lookup{1.2.3.4}iplsearch{DIR/aux-fixed/0002.iplsearch}}
626 1.2.3.5:      ${lookup{1.2.3.5}iplsearch{DIR/aux-fixed/0002.iplsearch}}
627 1.2.3.5:      ${lookup{1.2.3.5}iplsearch*{DIR/aux-fixed/0002.iplsearch}}
628 abcd::cdab:   ${lookup{abcd::cdab}iplsearch{DIR/aux-fixed/0002.iplsearch}}
629 192.168.1.2:  ${lookup{192.168.1.2}iplsearch{DIR/aux-fixed/0002.iplsearch}}
630 192.168.5.6:  ${lookup{192.168.5.6}iplsearch{DIR/aux-fixed/0002.iplsearch}}
631 abcd:abcd::   ${lookup{abcd:abcd::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
632 abcd:abcd:1:: ${lookup{abcd:abcd:1::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
633 abcd:abcd::3  ${lookup{abcd:abcd::3}iplsearch{DIR/aux-fixed/0002.iplsearch}}
634 rhubarb       ${lookup{rhubarb}iplsearch{DIR/aux-fixed/0002.iplsearch}}
635
636
637 # Nested Lookups - style 1
638
639 ${lookup{${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
640 ${lookup{${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
641
642 # Nested Lookups - style 2
643
644 ${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
645 ${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
646
647 # Other nesting tests
648
649 ${lookup{one}lsearch{DIR/aux-fixed/0002.alias1}{$value${lookup{one}lsearch{DIR/aux-fixed/0002.alias2}{,$value}}}{${lookup{one}lsearch{DIR/aux-fixed/0002.alias2}{$value}fail}}}
650 ${lookup{two}lsearch{DIR/aux-fixed/0002.alias1}{$value${lookup{two}lsearch{DIR/aux-fixed/0002.alias2}{,$value}}}{${lookup{two}lsearch{DIR/aux-fixed/0002.alias2}{$value}fail}}}
651 ${lookup{both}lsearch{DIR/aux-fixed/0002.alias1}{$value${lookup{both}lsearch{DIR/aux-fixed/0002.alias2}{,$value}}}{${lookup{both}lsearch{DIR/aux-fixed/0002.alias2}{$value}fail}}}
652 ${lookup{neither}lsearch{DIR/aux-fixed/0002.alias1}{$value${lookup{neither}lsearch{DIR/aux-fixed/0002.alias2}{,$value}}}{${lookup{neither}lsearch{DIR/aux-fixed/0002.alias2}{$value}fail}}}
653
654 # Lookup quotes for standardly expected lookups
655
656 lsearch ${quote_lsearch: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
657 xxx     ${quote_xxx: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
658
659 # Extract
660
661 ${extract{B}{A=1 B=2 C=3}}
662 ${extract{ B }{A=1 B=2 C=3}{$value}{NOT FOUND}}
663 ${extract{2}{:}{1:2:3}}
664 ${extract{ 2 }{:}{1:2:3}{$value}{NOT FOUND}}
665 empty:<${extract{D}{A=1 B=2 C=3}}>
666 empty:<${extract{4}{:}{1:2:3}}>
667 ${extract{C}{A=1 B=2 C=3}{<$value>}}
668 ${extract{3}{:}{1:2:3}{<$value>}}
669 empty:<${extract{Z}{A=1 B=2 C=3}{<$value>}}>
670 empty:<${extract{4}{:}{1:2:3}{<$value>}}>
671 ${extract{Z}{A=1 B=2 C=3}{<$value>}{no Z}}
672 ${extract{4}{:}{1:2:3}{<$value>}{no 4}}
673 ${extract{Z}{A=1 B=2 C=3}{<$value>}fail}
674 ${extract{4}{:}{1:2:3}{<$value>}fail}
675 ${extract{K4}{${sg{1=A 4=D 3=C}{(\\d+)=}{K\$1=}}}}
676 ${extract{0}{:}{a:b:c:d:e}{$value}{FAIL}}
677 ${extract{1}{:}{a:b:c:d:e}{$value}{FAIL}}
678 ${extract{-1}{:}{a:b:c:d:e}{$value}{FAIL}}
679 ${extract{-5}{:}{a:b:c:d:e}{$value}{FAIL}}
680 ${extract{-6}{:}{a:b:c:d:e}{$value}{FAIL}}
681 ${extract{-3}{:,}{a,,b::c}}
682 ${extract{2}{:,}{a,,b::c}}
683 ${extract{3}{:,}{a,,b::c}}
684 ${extract{a-b}{X = "one two" a-b "three four" 5=99}}
685 ${extract{}{X=3}}
686 ${extract{ }{X=3}}
687 ${extract{ 2 }{ }{a b c}}
688
689 ${map{a,1:b,2:c,3}{${extract{1}{,}{$item}{$value}{}}}}
690 ${map{a,1:b,2:c,3}{${extract{1}{,}{$item}{$value}{failcase}{bogus_argument}}}}
691 ${map{a,1:b,2:c,3}{${extract{1}{,}{$item}{$value}fail}}}
692
693 # Translation
694
695 abcdea aaa xyz ${tr{abcdea}{aaa}{xyz}}
696 abcdea a   z   ${tr{abcdea}{a}{z}}
697 abcdea a       ${tr{abcdea}{a}{}}
698 abcdea abc z   ${tr{abcdea}{abc}{z}}
699
700 # Boolean
701 "TrUe"                ${if bool{TrUe}{true}{false}}      EXPECT: true
702 "FALSE"               ${if bool{FALSE}{true}{false}}     EXPECT: false
703 " yes"                ${if bool{ yes}{true}{false}}      EXPECT: true
704 " no"                 ${if bool{ no}{true}{false}}     EXPECT: false
705 "yes "                ${if bool{yes }{true}{false}}      EXPECT: true
706 "-1"                  ${if bool{-1}{true}{false}}     EXPECT: true
707 "0"                   ${if bool{0}{true}{false}}     EXPECT: false
708 "1"                   ${if bool{1}{true}{false}}      EXPECT: true
709 " 0 "                 ${if bool{ 0 }{true}{false}}     EXPECT: false
710 " 1 "                 ${if bool{ 1 }{true}{false}}      EXPECT: true
711 "1111111111111111111" ${if bool{1111111111111111111}{true}{false}}      EXPECT: true
712 "9"                   ${if bool{9}{true}{false}}      EXPECT: true
713 " "                   ${if bool{ }{true}{false}}     EXPECT: false
714 "text"                ${if bool{text}{true}{false}}     EXPECT: error
715 " text"               ${if bool{ text}{true}{false}}     EXPECT: error
716 "-text"               ${if bool{-text}{true}{false}}     EXPECT: error
717 "text "               ${if bool{text }{true}{false}}     EXPECT: error
718 " text "              ${if bool{ text }{true}{false}}     EXPECT: error
719 "00"                  ${if bool{00}{true}{false}}     EXPECT: false
720 "!true"               ${if !bool{true}{true}{false}}     EXPECT: false
721 "!false"              ${if !bool{false}{true}{false}}      EXPECT: true
722
723 "TrUe"                ${if bool_lax{TrUe}{true}{false}}      EXPECT: true
724 "FALSE"               ${if bool_lax{FALSE}{true}{false}}     EXPECT: false
725 " yes"                ${if bool_lax{ yes}{true}{false}}      EXPECT: true
726 " no"                 ${if bool_lax{ no}{true}{false}}     EXPECT: false
727 "yes "                ${if bool_lax{yes }{true}{false}}      EXPECT: true
728 "-1"                  ${if bool_lax{-1}{true}{false}}      EXPECT: true
729 "0"                   ${if bool_lax{0}{true}{false}}     EXPECT: false
730 "1"                   ${if bool_lax{1}{true}{false}}      EXPECT: true
731 " 0 "                 ${if bool_lax{ 0 }{true}{false}}     EXPECT: false
732 " 1 "                 ${if bool_lax{ 1 }{true}{false}}      EXPECT: true
733 "1111111111111111111" ${if bool_lax{1111111111111111111}{true}{false}}      EXPECT: true
734 "9"                   ${if bool_lax{9}{true}{false}}      EXPECT: true
735 " "                   ${if bool_lax{ }{true}{false}}     EXPECT: false
736 "text"                ${if bool_lax{text}{true}{false}}      EXPECT: true
737 " text"               ${if bool_lax{ text}{true}{false}}      EXPECT: true
738 "text "               ${if bool_lax{text }{true}{false}}      EXPECT: true
739 " text "              ${if bool_lax{ text }{true}{false}}      EXPECT: true
740 "00"                  ${if bool_lax{00}{true}{false}}      EXPECT: true
741 "!true"               ${if !bool_lax{true}{true}{false}}     EXPECT: false
742 "!false"              ${if !bool_lax{false}{true}{false}}      EXPECT: true
743
744 # RFC 2047
745
746 abcd      ${rfc2047:abcd}
747 <:abcd:>  ${rfc2047:<:abcd:>}
748 <:ab cd:> ${rfc2047:<:ab cd:>}
749 long:     ${rfc2047: here we go: a string that is going to be encoded: it will go over the 75-char limit}
750 long:     ${rfc2047: 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}
751
752 # RFC 2047 decode
753
754 ${rfc2047d:abcd      abcd}
755 ${rfc2047d:<:abcd:>  =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=}
756 ${rfc2047d:<:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=}
757 ${rfc2047d:Long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_i?= =?iso-8859-8?Q?t_will_go_over_the_75-char_limit?=}
758 ${rfc2047d:Long:     =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_i?= =?iso-8859-8?Q?t_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fac?= =?iso-8859-8?Q?t_this_one_will_go_over_the_150_character_limit?=}
759
760 # UTF-8
761
762 abcd      ${from_utf8:abcd}
763 aÀÿd      ${from_utf8:aÃ\80ÿd}
764 toobig    ${from_utf8:aĀd}
765
766 # Substitution
767
768 \${sg{abcdefabcdef}{abc}{xyz}}          =${sg{abcdefabcdef}{abc}{xyz}}
769 \${sg{ab:xy::z}{:}{::}}                 =${sg{ab:xy::z}{:}{::}}
770 \${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}    =${sg{abcdefabcdef}{(..)[^c]}{>$1<}}
771 \${sg{abcdefabcdef}{(..)[^c]}{>\\\$1<}}   =${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}
772 \${sg{abcdefabcdef}{(..)[^c]}{>\\N\$1\\N<}}=${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}
773 \${sg{abbab}{a*}{+}}                    =${sg{abbab}{a*}{+}}
774
775 # File insertion
776
777 ${readfile}
778 ${readfile{DIR/aux-fixed/0002.readfile}}
779 ${readfile{DIR/aux-fixed/0002.readfile}{}}
780 ${readfile{DIR/aux-fixed/0002.readfile}{:}}
781 ${readfile{DIR/aux-fixed/0002.readfile}{ - }}
782 ${readfile{/non/exist/file}}
783 ${if exists{/non/exist/file}{${readfile{/non/exist/file}}}{non-exist}}
784 >${readfile{DIR/aux-fixed/0002.readfile}{!}}\
785     <
786
787 # Calling a command
788
789 ${run{DIR/aux-fixed/0002.runfile 0}}
790 rc=$runrc
791 ${run{DIR/aux-fixed/0002.runfile 0}{1}{2}}
792 rc=$runrc
793 ${run{DIR/aux-fixed/0002.runfile 0}{$value}{2}}
794 rc=$runrc
795 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{2}}
796 rc=$runrc
797 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{$value}}
798 rc=$runrc
799 ${run{DIR/test-nonexist}{Y}{N}}
800 rc=$runrc
801 >>${run{DIR/bin/iefbr14}}<<
802 rc=$runrc
803 ${if eq{1}{2}{${run{/non/exist}}}{1!=2}}
804 rc=$runrc
805 ${run,preexpand {DIR/aux-fixed/0002.runfile 0}}
806 rc=$runrc
807
808 # PRVS
809
810 ${prvs{userx@test.ex}{secret}}
811 ${prvs{userx@test.ex}{secret}{1}}
812 ${prvs{userx@test.ex}{secret}{8}}
813
814 # Syntax errors
815
816 ${prvs{userx@test.ex}{secret}{12}}
817 ${prvs{userx@test.ex}{secret}{rhubarb}}
818 ${prvs{userx@test.ex}{secret}{}}
819
820 # Correct checks; can't put explicit addresses in the tests, because they
821 # will change over time.
822
823 ${prvscheck{${prvs{userx@test.ex}{secret}}}{secret}}
824 result=$prvscheck_result
825
826 ${prvscheck{${prvs{userx@test.ex}{secret}{1}}}{secret}\
827 {>$prvscheck_result< >$prvscheck_address< >$prvscheck_keynum<}}
828 result=$prvscheck_result
829
830 ${prvscheck{${prvs{userx@test.ex}{secret}{8}}}{secret}{}}
831 result=$prvscheck_result
832
833 # Incorrect secret
834
835 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}}
836 result=$prvscheck_result
837
838 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}{$prvscheck_keynum}}
839 result=$prvscheck_result
840
841 # Non-prvs address
842
843 >>${prvscheck{userx@test.ex}{secret}}<<
844 result=$prvscheck_result
845
846 # Syntax errors
847
848 ${tod_log
849 ${tod_log+6
850 ${expand:abcd
851 ${expand:abcd${tod_log}
852 ${hmac{xxx}{a}{b}}
853 ${if and {xyz}{a}{b}}
854 ${if and {{xya}}{a}{b}}
855 ${if and {{${lookup{x}lsearch{/a/b}}}}{a}{b}}
856 ${if eq {$h_xyz}{1}{y}{n}}
857 ${if eq {$h_xyz:}{1}{y}{n}
858 ${if def:h_xyz}{y}{n}}
859 ${if or {eq {}{}{yes}{no}}
860 ${if or {{eq {}{}{yes}{no}}
861 ${if or {{eq {}{}}{yes}{no}}
862 ${substr_1_:12345}
863 ${substr__3:12345}
864
865 # Iterations: forany and forall
866
867 ${if forany{a:b:c}{eq{$item}{a}}{yes}{no}}
868 ${if forany{a:b:c}{eq{$item}{b}}{yes}{no}}
869 ${if forany{a:b:c}{eq{$item}{c}}{yes}{no}}
870 ${if forany {a:b:c} {eq {$item} {z}} {yes} {no}}
871 ${if !forany{a:b:c}{eq{$item}{z}}{yes}{no}}
872 ${if !forany{a:b:c}{eq{$item}{a}}{yes}{no}}
873 ${if forany{}{eq{$item}{a}}{yes}{no}}
874 ${if !forany{}{eq{$item}{a}}{yes}{no}}
875 ${if forany{<, $primary_hostname,foo,bar}{eq{$item}{$primary_hostname}}{yes}{no}}
876
877 ${if forany{}{yes}{no}}
878 ${if forany{a:b:c}{gt{$item}{a}{yes}{no}}
879
880 ${if forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
881 ${if forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
882 ${if forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
883 ${if forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
884
885 ${if !forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
886 ${if !forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
887 ${if !forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
888 ${if !forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
889
890 # Expect yes
891 ${if forany{a:b:c}\
892   {\
893   eq\
894     {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
895     {$item: true}\
896   }\
897 {outer=yes}{outer=no}} item='$item' (unset)
898
899 # Expect no
900 ${if forany{a:b:c}\
901   {\
902   eq\
903     {$item: ${if !forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
904     {$item: true}\
905   }\
906 {outer=yes}{outer=no}}
907
908 # Error inside nest - check message is helpful
909 ${if forany{a:b:c}\
910   {\
911   eq\
912     {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}{true}{false}}}\
913     {$item: true}\
914   }\
915 {outer=yes}{outer=no}}
916
917
918 # Miscellaneous (for bug fixes, etc)
919
920 ${if ={1}{1} {true}{${if ={1}{1} {true}{${if ={1}{1}{true}fail}}}}}
921
922 # Environment access
923
924 ${env {USER}}
925 ${env {NO_SUCH_VARIABLE} {oops, success} {correct}}
926
927 # JSON
928
929 ${extract json {Url} \
930   {   \{ \"Url\":    \"http://www.example.com/image/481989943\",\
931          \"Height\": 125,\
932          \"Width\":  100\
933       \} \
934   } \
935  }
936 ${extract json {Width} \
937   {   \{ \"Url\":    \"http://www.example.com/image/481989943\",\
938          \"Height\": 125,\
939          \"Width\":  100\
940       \} \
941   } \
942  }
943 ${extract json {2} {[116, 943, 234, 38793]} }
944 ${extract json {2} {${extract json{IDs} {\{"other":"foo", "IDs": [116, 943, 234]\} }}} }
945
946 ${extract json {2} {["red", "green", "blue", "black"]} }
947 ${extract jsons{2} {["red", "green", "blue", "black"]} }
948 <${extract jsons{5} {["red", "green", "blue", "black"]} }>
949 expect: <>
950
951 ${extract json {seconds} { \{"hours":0, "mins":0, "seconds":59\} }}
952 ${extract json {seconds} {${extract json {2} { ["irrelevant", \{"hours":0, "mins":0, "seconds":59\}] }}}}
953
954 ${extract json{IDs}{ \{"IDs": \{"1":116, "2":943, "3":234\}\} }}
955 expect: {"1":116, "2":943, "3":234}
956
957 ${extract json{IDs}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}
958 expect: {"1":116, "2":943, "3":234}
959
960 <${extract json{nonexistent}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}>
961 expect: <>
962 <${extract jsons{nonexistent}{ \{"id": \{"a":101, "b":102\}, "IDs": \{"1":116, "2":943, "3":234\}\} }}>
963 expect: <>
964
965 ${if forany_json {[1, 2, 3]}{={$item}{1}}{yes}{no}}
966 ${if forany_jsons{["A", "B", "C"]}{eq{$item}{B}}{yes}{no}}
967
968 ****
969 # Test "escape" with print_topbitchars
970 exim -be -DPTBC=print_topbitchars
971 escape: ${escape:B7·F2ò}
972 ****
973 # Checkout expansion debugging
974 exim -d-all+expand -f sndr@dom -be
975 primary_hostname: $primary_hostname
976 sender_address: $sender_address
977 match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
978 match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
979 ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
980 match_address:   ${if match_address{a.b.c}{a.b.c}{yes}{no}}
981 ****
982 exim -d-all+expand+noutf8 -be
983 primary_hostname: $primary_hostname
984 match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
985 match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
986 ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
987 match_address:   ${if match_address{a.b.c}{a.b.c}{yes}{no}}
988 ****
989 # Sender host name and address etc, all unset
990 exim -be
991 -be Sender host name and address etc, all unset
992 -oMa  sender_host_address = $sender_host_address
993       sender_host_port = $sender_host_port
994 -oMaa sender_host_authenticated = $sender_host_authenticated
995 -oMai authenticated_id = $authenticated_id
996 -oMas authenticated_sender = $authenticated_sender
997 -oMi  interface_address = $interface_address
998       interface_port = $interface_port
999 -oMr  received_protocol = $received_protocol
1000 -oMs  sender_host_name = $sender_host_name
1001 -oMt  sender_ident = $sender_ident
1002 ****
1003 # Sender host name and address etc, all set except host name.
1004 exim -d-all+expand -be -oMa V4NET.0.0.1.1234 -oMaa AAA -oMai philip -oMas xx@yy.zz -oMi 1.1.1.1.99 -oMr special -oMt me
1005 -be Sender host name and address etc, all set except host name.
1006 -oMa  sender_host_address = $sender_host_address
1007       sender_host_port = $sender_host_port
1008 -oMaa sender_host_authenticated = $sender_host_authenticated
1009 -oMai authenticated_id = $authenticated_id
1010 -oMas authenticated_sender = $authenticated_sender
1011 -oMi  interface_address = $interface_address
1012       interface_port = $interface_port
1013 -oMr  received_protocol = $received_protocol
1014 -oMt  sender_ident = $sender_ident
1015 ****
1016 # Sender host name explicitly set
1017 exim -be -oMa V4NET.0.0.1.1234 -oMs my.host.name
1018 -be Sender host name explicitly set
1019 -oMa  sender_host_address = $sender_host_address
1020       sender_host_port = $sender_host_port
1021 -oMs  sender_host_name = $sender_host_name
1022 ****
1023 # Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
1024 exim -be -oMa V4NET.11.12.13
1025 be Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
1026 -oMs  sender_host_name = $sender_host_name
1027       host_lookup_failed = $host_lookup_failed
1028 ****
1029 # Sender host name and protocol set by Sendmail-compatible option
1030 exim -be -pspecial:host.name
1031 -be Sender host name and protocol set by Sendmail-compatible option
1032 -p  received_protocol = $received_protocol
1033 -p  sender_host_name = $sender_host_name
1034 ****
1035 # Sender host name and address etc, all set except host name,
1036 # which should therefore be looked up from the address, but not if
1037 # we are skipping. The debug output for this test will show when
1038 # the lookup occurs.
1039 exim -d-all+host_lookup+expand -be -oMa V4NET.0.0.1.1234 -oMaa AAA -oMai philip -oMas xx@yy.zz -oMi 1.1.1.1.99 -oMr special -oMt me
1040 -be Sender host name and address etc, all set except host name
1041 -oMa  sender_host_address = $sender_host_address
1042       sender_host_port = $sender_host_port
1043 -oMaa sender_host_authenticated = $sender_host_authenticated
1044 -oMai authenticated_id = $authenticated_id
1045 -oMas authenticated_sender = $authenticated_sender
1046 -oMi  interface_address = $interface_address
1047       interface_port = $interface_port
1048 -oMr  received_protocol = $received_protocol
1049 ----> No lookup yet: ${if eq{black}{white}{$sender_host_name}{No}}
1050 -oMs  sender_host_name = $sender_host_name
1051 -oMt  sender_ident = $sender_ident
1052 ****
1053 # Test no auto host name lookup for query-style lookups
1054 exim -d -bh V4NET.0.0.1
1055 ****
1056 exim -d -bh V4NET.0.0.2
1057 ****
1058 # Test $reply_address
1059 exim -bh V4NET.0.0.0
1060 helo test
1061 mail from:<>
1062 rcpt to:<some@body>
1063 data
1064 .
1065 mail from:<>
1066 rcpt to:<some@body>
1067 data
1068 From: a@b
1069 .
1070 mail from:<>
1071 rcpt to:<some@body>
1072 data
1073 From: a@b
1074 Reply-to: c@d
1075 .
1076 mail from:<>
1077 rcpt to:<some@body>
1078 data
1079 Reply-to:
1080 .
1081 mail from:<>
1082 rcpt to:<some@body>
1083 data
1084 Reply-to:
1085 From: x@y
1086 .
1087 quit
1088 ****
1089 # Check RFC 2047 decoding with (default) length check
1090 exim -bh V4NET.0.0.0
1091 helo test
1092 mail from:<>
1093 rcpt to:<some@body>
1094 data
1095 Subject: =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?=
1096 .
1097 quit
1098 ****
1099 # Check RFC 2047 decoding with length check disabled
1100 exim -DLENCHECK=check_rfc2047_length=false -bh V4NET.0.0.0
1101 helo test
1102 mail from:<>
1103 rcpt to:<some@body>
1104 data
1105 Subject: =?iso-8859-8?Q?_here_we_go=3A_a_string_that_is_going_to_be_encoded=3A_it_will_go_over_the_75-char_limit_by_a_long_way=3B_in_fact_this_one_will_go_over_the_150_character_limit?=
1106 .
1107 quit
1108 ****
1109 # Certain kind of error
1110 exim -d -be
1111 match_ip:        15 ${if match_ip{1.2.3.4}{1.2.3}}
1112 match_ip:        16 ${if match_ip{1.2.3.4}{1.2.3.4/abc}}
1113 ****
1114 # Operation of inlist and negated inlist
1115 exim -be
1116 ${if inlist{aa}{aa} {in list}{not in list}}
1117 ${if !inlist{aa}{aa} {not in list}{in list}}
1118 ****
1119 # listextract from tainted list
1120 exim -be -oMs my.target.host.name
1121 '\${listextract {2} {<. $sender_host_name}}'  =>   '${listextract {2} {<. $sender_host_name}}'
1122 ****