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