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