40e4259ef314c2614f5b13c685997b359821ae7a
[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 # Number suffixes in conditions
242 1k: ${if >{1}{1k}{n}{y}}
243 1K: ${if >{1}{1K}{n}{y}}
244 1M: ${if >{1}{1M}{n}{y}}
245 1G: ${if >{1}{1G}{n}{y}}
246
247 # Numeric overflow
248 # >32b should work, >64b not
249
250 4096M ${if >{1}{4096M}{y}{n}}
251 4096000000 ${if >{1}{4096000000}{y}{n}}
252 4611686018427387904 ${if >{1}{4611686018427387904} {y}{n}}
253 46116860184273879040 ${if >{1}{46116860184273879040}{y}{n}}
254
255 # Conditions
256
257 2=2: ${if ={2}{2}{y}{n}}
258 2==2: ${if =={2}{2}{y}{n}}
259 3=2: ${if ={3}{2}{y}{n}}
260 2==3: ${if =={2}{3}{y}{n}}
261 !2=2: ${if !={2}{2}{y}{n}}
262 !2==2: ${if !=={2}{2}{y}{n}}
263 !3=2: ${if !={3}{2}{y}{n}}
264 !2==3: ${if !=={2}{3}{y}{n}}
265 2>3: ${if >{2}{3}{y}{n}}
266 3>3: ${if >{3}{3}{y}{n}}
267 4>3: ${if >{4}{3}{y}{n}}
268 1>-1: ${if >{1}{-1}{y}{n}}
269 2>=3: ${if >={2}{3}{y}{n}}
270 3>=3: ${if >={3}{3}{y}{n}}
271 4>=3: ${if >={4}{3}{y}{n}}
272 2<3: ${if <{2}{3}{y}{n}}
273 3<3: ${if <{3}{3}{y}{n}}
274 4<3: ${if <{4}{3}{y}{n}}
275 2<=3: ${if <={2}{3}{y}{n}}
276 3<=3: ${if <={3}{3}{y}{n}}
277 4<=3: ${if <={4}{3}{y}{n}}
278 5<=3: ${if <={ 5 } { 3 } {y}{n}}
279 -3<=1: ${if <={-3}{1}{y}{n}}
280
281 5>3k: ${if >{5 } {3k }{y}{n}}
282 5>3m: ${if >{5 } {3m }{y}{n}}
283 5>3z: ${if >{5 } {3z }{y}{n}}
284 5>a: ${if >{ 5 } {a}{y}{n}}
285
286 >0: ${if > {}{0}{y}{n}}
287 =: ${if = {}{}{y}{n}}
288 -2<: ${if < {-2}{}{y}{n}}
289 08>07: ${if > {08}{07}{y}{n}}
290 011=11: ${if = {011}{11}{y}{n}}
291
292 def:y ${if def:tod_log{y}{n}}
293 def:n ${if def:host{y}{n}}
294 def:f ${if def:post{y}{n}}
295 def:h_f ${if def:h_xxx {y}{n}}
296 def:h_f ${if def:h_xxx:{y}{n}}
297 def:d: ${if def:tod_log:{y}{n}}
298
299 exists: ${if exists{/etc/passwd}{y}{n}}
300 exists: ${if exists{/doesnt}{y}{n}}
301
302 eq: ${if eq{abc}{abc}{y}{n}}
303 eq: ${if eq{abc}{xyz}{y}{n}}
304 !eq: ${if !eq{abc}{abc}{y}{n}}
305 !eq: ${if !eq{abc}{xyz}{y}{n}}
306
307 eqi: ${if eqi{abc}{abc}{y}{n}}
308 eqi: ${if eqi{abc}{ABC}{y}{n}}
309 eqi: ${if eqi{abc}{xyz}{y}{n}}
310 !eqi: ${if !eqi{abc}{abc}{y}{n}}
311 !eqi: ${if !eqi{abc}{aBc}{y}{n}}
312 !eqi: ${if !eqi{abc}{xyz}{y}{n}}
313
314 lt: ${if lt{ABC}{abc}{y}{n}}
315 lti: ${if lti{ABC}{abc}{y}{n}}
316 le: ${if le{ABC}{abc}{y}{n}}
317 lei: ${if lei{ABC}{abc}{y}{n}}
318 gt: ${if gt{ABC}{abc}{y}{n}}
319 gti: ${if gti{ABC}{abc}{y}{n}}
320 ge: ${if ge{ABC}{abc}{y}{n}}
321 gei: ${if gei{ABC}{abc}{y}{n}}
322
323 isip: ${if isip {1.2.3.4}{y}{n}} 1.2.3.4
324 isip4: ${if isip4{1.2.3.4}{y}{n}} 1.2.3.4
325 isip6: ${if isip6{1.2.3.4}{y}{n}} 1.2.3.4
326 isip: ${if isip {1:2:3:4}{y}{n}} 1:2:3:4
327 isip4: ${if isip4{1:2:3:4}{y}{n}} 1:2:3:4
328 isip6: ${if isip6{1:2:3:4}{y}{n}} 1:2:3:4
329 isip: ${if isip {::1}{y}{n}} ::1
330 isip4: ${if isip4{::1}{y}{n}} ::1
331 isip6: ${if isip6{::1}{y}{n}} ::1
332 isip: ${if isip {fe80::a00:20ff:fe86:a061}{y}{n}} fe80::a00:20ff:fe86:a061
333 isip4: ${if isip4{fe80::a00:20ff:fe86:a061}{y}{n}} fe80::a00:20ff:fe86:a061
334 isip6: ${if isip6{fe80::a00:20ff:fe86:a061}{y}{n}} fe80::a00:20ff:fe86:a061
335 isip: ${if isip {rhubarb}{y}{n}} rhubarb
336 isip4: ${if isip4{rhubarb}{y}{n}} rhubarb
337 isip6: ${if isip6{rhubarb}{y}{n}} rhubarb
338
339 match: ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
340 match: ${if match{abcd}{^\N([ab]+)(\w+)$\N}{$2$1}fail}
341 match: ${if match{abcd}{^([ab]+)(\\w+)\$}{$2$1}fail}
342 match: ${if match{wxyz}{^([ab]+)(\\w+)\$}{$2$1}fail}
343 match: ${if match{abcd}{^([ab]+)(\\w+)\$}{$2[${if match{xyz}{(.*)}{$1}fail}]$1}fail}
344
345 match_domain: ${if match_domain{a.b.c}{x.y.z:a.b.c:p.q.r}{yes}{no}}
346 match_domain: ${if match_domain{a.b.c}{x.y.z:p.q.r}{yes}{no}}
347 match_domain: ${if match_domain{5.aa.bb}{+dlist}{yes}{no}}
348 match_domain: ${if match_domain{xxxyz}{+dlist}{yes}{no}}
349 match_domain: ${if match_domain{xyz}{+dlist}{yes}{no}}
350
351 ${if match{x@zz.aa.bb}{^(.*)} \
352 { \
353 >$1< \
354 ${if match_domain{${domain:$1}}{+dlist}{[$1]}} \
355 >$1< \
356 } \
357 { CAN'T HAPPEN}}
358
359 ${if match{x@xxxabc}{^(.*)} \
360 { \
361 >$1< \
362 ${if match_domain{${domain:$1}}{^\Nxxx(.*)\N}{[$1]}} \
363 >$1< \
364 } \
365 { CAN'T HAPPEN}}
366
367 match_address: ${if match_address{x@y.z}{p@q:*@y.z}{yes}{no}}
368 match_address: ${if match_address{x@y.z}{p@q:x@*.z}{yes}{no}}
369
370 match_local_part:${if match_local_part{jo}{jack:jill:jo:john}{yes}{no}}
371 match_local_part:${if match_local_part{jo}{\N^\w\N}{yes}{no}}
372
373 match_ip: 01 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.4}}
374 match_ip: 02 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6}}
375 match_ip: 03 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6/24}}
376 match_ip: 04 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6:*}}
377 match_ip: 05 ${if match_ip{1.2.3.4}{4.5.6.7:1.2.3.6:name}}
378 match_ip: 06 ${if match_ip{1.2.3.4}{:4.5.6.7}}
379 match_ip: 07 ${if match_ip{}{:4.5.6.7}}
380 match_ip: 08 ${if match_ip{V4NET.11.12.13}{+hlist}}
381 match_ip: 09 ${if match_ip{V4NET.11.12.14}{+hlist}}
382 match_ip: 10 ${if match_ip{192.168.3.4}{+hlist}}
383 match_ip: 11 ${if match_ip{somename}{+hlist}}
384 match_ip: 12 ${if match_ip{1.2.3.4}{lsearch;DIR/aux-fixed/0002.matchip}}
385 match_ip: 13 ${if match_ip{1.2.3.4}{net-lsearch;DIR/aux-fixed/0002.matchip}}
386 match_ip: 14 ${if match_ip{5.6.7.8}{net24-lsearch;DIR/aux-fixed/0002.matchip}}
387 match_ip: 15 ${if match_ip{abcd::dcba}{net-iplsearch;DIR/aux-fixed/0002.matchip}}
388
389 queue_running: ${if queue_running{y}{n}}
390 first_delivery: ${if first_delivery{y}{n}}
391
392 queue_running after or: ${if or{{eq {0}{0}}{queue_running}}{y}{n}}
393 first_delivery after or: ${if or{{eq {0}{0}}{first_delivery}}{y}{n}}
394
395 # Default values for both if strings
396
397 \${if eq{1}{1}} >${if eq{1}{1}}<
398 \${if eq{1}{2}} >${if eq{1}{2}}<
399
400 # Lookups: DIR is the testing directory. In this test we can only use the
401 # lookups that are required in all cases.
402
403 ${lookup{postmaster}lsearch{DIR/aux-fixed/0002.aliases}{$value}fail}
404
405 ${lookup{x@y}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
406 ${lookup{x@z}lsearch*{DIR/aux-fixed/0002.starat}{$value}fail}
407 ${lookup{x@z}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
408 ${lookup{x@w}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
409
410 ${lookup{a.b.c.d}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
411 ${lookup{x.y.z}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}{failed x.y.z}}
412 ${lookup{p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
413 ${lookup{o.p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
414 ${lookup{m.n.o.p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
415 ${lookup{x.y.z}partial1-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
416 ${lookup{x.y.z}partial0-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
417
418 q1: ${lookup{abc}lsearch{DIR/aux-fixed/0002.quoted}}
419 q2: ${lookup{xyz}lsearch{DIR/aux-fixed/0002.quoted}}
420 q3: ${lookup{pqr}lsearch{DIR/aux-fixed/0002.quoted}}
421 q4: ${lookup{a:b}lsearch{DIR/aux-fixed/0002.quoted}}
422 q5: ${lookup{"quoted"}lsearch{DIR/aux-fixed/0002.quoted}}
423 q6: ${lookup{white space}lsearch{DIR/aux-fixed/0002.quoted}}
424 q7: ${lookup{b\\s}lsearch{DIR/aux-fixed/0002.quoted}}
425
426 abc: ${lookup{abc}wildlsearch{DIR/aux-var/0002.wild}}
427 a.b.c: ${lookup{a.b.c}wildlsearch{DIR/aux-var/0002.wild}}
428 ab.c: ${lookup{ab.c}wildlsearch{DIR/aux-var/0002.wild}}
429 xyz: ${lookup{xyz}wildlsearch{DIR/aux-var/0002.wild}}
430 Xyz: ${lookup{Xyz}wildlsearch{DIR/aux-var/0002.wild}}
431 Zyz: ${lookup{Zyz}wildlsearch{DIR/aux-var/0002.wild}}
432 a b: ${lookup{a b}wildlsearch{DIR/aux-var/0002.wild}}
433 a b: ${lookup{a b}wildlsearch{DIR/aux-var/0002.wild}}
434 a:b: ${lookup{a:b}wildlsearch{DIR/aux-var/0002.wild}}
435 a.b: ${lookup{a.b}wildlsearch{DIR/aux-var/0002.wild}}
436 a..b: ${lookup{a..b}wildlsearch{DIR/aux-var/0002.wild}}
437 a9b: ${lookup{a9b}wildlsearch{DIR/aux-var/0002.wild}}
438 a99b: ${lookup{a99b}wildlsearch{DIR/aux-var/0002.wild}}
439
440 # Should give the same results as above because expansion does nothing
441
442 abc: ${lookup{abc}nwildlsearch{DIR/aux-var/0002.wild}}
443 a.b.c: ${lookup{a.b.c}nwildlsearch{DIR/aux-var/0002.wild}}
444 ab.c: ${lookup{ab.c}nwildlsearch{DIR/aux-var/0002.wild}}
445 xyz: ${lookup{xyz}nwildlsearch{DIR/aux-var/0002.wild}}
446 Xyz: ${lookup{Xyz}nwildlsearch{DIR/aux-var/0002.wild}}
447 Zyz: ${lookup{Zyz}nwildlsearch{DIR/aux-var/0002.wild}}
448 a b: ${lookup{a b}nwildlsearch{DIR/aux-var/0002.wild}}
449 a b: ${lookup{a b}nwildlsearch{DIR/aux-var/0002.wild}}
450 a:b: ${lookup{a:b}nwildlsearch{DIR/aux-var/0002.wild}}
451
452 # Should fail because of no expansion
453
454 a.b: ${lookup{a.b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
455 a..b: ${lookup{a..b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
456 a9b: ${lookup{a9b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
457 a99b: ${lookup{a99b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
458
459 # But these should succeed
460
461 a\\:b: ${lookup{a\\:b}nwildlsearch{DIR/aux-var/0002.wild}}
462 a\\:Xb: ${lookup{a\\:Xb}nwildlsearch{DIR/aux-var/0002.wild}}
463
464 # Some tests of case-(in)dependence
465
466 MiXeD-CD: ${lookup{MiXeD-CD}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
467 MixeD-CD: ${lookup{MixeD-CD}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
468 MiXeD-Ncd: ${lookup{MiXeD-Ncd}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
469 MixeD-Ncd: ${lookup{MixeD-Ncd}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
470
471 # IP address (CIDR) lookups
472
473 1.2.3.4: ${lookup{1.2.3.4}iplsearch{DIR/aux-fixed/0002.iplsearch}}
474 1.2.3.5: ${lookup{1.2.3.5}iplsearch{DIR/aux-fixed/0002.iplsearch}}
475 1.2.3.5: ${lookup{1.2.3.5}iplsearch*{DIR/aux-fixed/0002.iplsearch}}
476 abcd::cdab: ${lookup{abcd::cdab}iplsearch{DIR/aux-fixed/0002.iplsearch}}
477 192.168.1.2: ${lookup{192.168.1.2}iplsearch{DIR/aux-fixed/0002.iplsearch}}
478 192.168.5.6: ${lookup{192.168.5.6}iplsearch{DIR/aux-fixed/0002.iplsearch}}
479 abcd:abcd:: ${lookup{abcd:abcd::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
480 abcd:abcd:1:: ${lookup{abcd:abcd:1::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
481 abcd:abcd::3 ${lookup{abcd:abcd::3}iplsearch{DIR/aux-fixed/0002.iplsearch}}
482 rhubarb ${lookup{rhubarb}iplsearch{DIR/aux-fixed/0002.iplsearch}}
483
484
485 # Nested Lookups - style 1
486
487 ${lookup{${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
488 ${lookup{${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
489
490 # Nested Lookups - style 2
491
492 ${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
493 ${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
494
495 # Other nesting tests
496
497 ${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}}}
498 ${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}}}
499 ${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}}}
500 ${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}}}
501
502 # Lookup quotes for standardly expected lookups
503
504 lsearch ${quote_lsearch: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
505 xxx ${quote_xxx: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
506
507 # Extract
508
509 ${extract{B}{A=1 B=2 C=3}}
510 ${extract{ B }{A=1 B=2 C=3}{$value}{NOT FOUND}}
511 ${extract{2}{:}{1:2:3}}
512 ${extract{ 2 }{:}{1:2:3}{$value}{NOT FOUND}}
513 Empty:<${extract{D}{A=1 B=2 C=3}}>
514 Empty:<${extract{4}{:}{1:2:3}}>
515 ${extract{C}{A=1 B=2 C=3}{<$value>}}
516 ${extract{3}{:}{1:2:3}{<$value>}}
517 Empty:<${extract{Z}{A=1 B=2 C=3}{<$value>}}>
518 Empty:<${extract{4}{:}{1:2:3}{<$value>}}>
519 ${extract{Z}{A=1 B=2 C=3}{<$value>}{no Z}}
520 ${extract{4}{:}{1:2:3}{<$value>}{no 4}}
521 ${extract{Z}{A=1 B=2 C=3}{<$value>}fail}
522 ${extract{4}{:}{1:2:3}{<$value>}fail}
523 ${extract{K4}{${sg{1=A 4=D 3=C}{(\\d+)=}{K\$1=}}}}
524 ${extract{0}{:}{a:b:c:d:e}{$value}{FAIL}}
525 ${extract{1}{:}{a:b:c:d:e}{$value}{FAIL}}
526 ${extract{-1}{:}{a:b:c:d:e}{$value}{FAIL}}
527 ${extract{-5}{:}{a:b:c:d:e}{$value}{FAIL}}
528 ${extract{-6}{:}{a:b:c:d:e}{$value}{FAIL}}
529 ${extract{-3}{:,}{a,,b::c}}
530 ${extract{2}{:,}{a,,b::c}}
531 ${extract{3}{:,}{a,,b::c}}
532 ${extract{a-b}{X = "one two" a-b "three four" 5=99}}
533 ${extract{}{X=3}}
534 ${extract{ }{X=3}}
535 ${extract{ 2 }{ }{a b c}}
536
537 # Translation
538
539 abcdea aaa xyz ${tr{abcdea}{aaa}{xyz}}
540 abcdea a z ${tr{abcdea}{a}{z}}
541 abcdea a ${tr{abcdea}{a}{}}
542 abcdea abc z ${tr{abcdea}{abc}{z}}
543
544 # Boolean
545 "TrUe" ${if bool{TrUe}{true}{false}} EXPECT: true
546 "FALSE" ${if bool{FALSE}{true}{false}} EXPECT: false
547 " yes" ${if bool{ yes}{true}{false}} EXPECT: true
548 " no" ${if bool{ no}{true}{false}} EXPECT: false
549 "yes " ${if bool{yes }{true}{false}} EXPECT: true
550 "-1" ${if bool{-1}{true}{false}} EXPECT: error
551 "0" ${if bool{0}{true}{false}} EXPECT: false
552 "1" ${if bool{1}{true}{false}} EXPECT: true
553 " 0 " ${if bool{ 0 }{true}{false}} EXPECT: false
554 " 1 " ${if bool{ 1 }{true}{false}} EXPECT: true
555 "1111111111111111111" ${if bool{1111111111111111111}{true}{false}} EXPECT: true
556 "9" ${if bool{9}{true}{false}} EXPECT: true
557 " " ${if bool{ }{true}{false}} EXPECT: false
558 "text" ${if bool{text}{true}{false}} EXPECT: error
559 " text" ${if bool{ text}{true}{false}} EXPECT: error
560 "text " ${if bool{text }{true}{false}} EXPECT: error
561 " text " ${if bool{ text }{true}{false}} EXPECT: error
562 "00" ${if bool{00}{true}{false}} EXPECT: false
563 "!true" ${if !bool{true}{true}{false}} EXPECT: false
564 "!false" ${if !bool{false}{true}{false}} EXPECT: true
565
566 "TrUe" ${if bool_lax{TrUe}{true}{false}} EXPECT: true
567 "FALSE" ${if bool_lax{FALSE}{true}{false}} EXPECT: false
568 " yes" ${if bool_lax{ yes}{true}{false}} EXPECT: true
569 " no" ${if bool_lax{ no}{true}{false}} EXPECT: false
570 "yes " ${if bool_lax{yes }{true}{false}} EXPECT: true
571 "-1" ${if bool_lax{-1}{true}{false}} EXPECT: true
572 "0" ${if bool_lax{0}{true}{false}} EXPECT: false
573 "1" ${if bool_lax{1}{true}{false}} EXPECT: true
574 " 0 " ${if bool_lax{ 0 }{true}{false}} EXPECT: false
575 " 1 " ${if bool_lax{ 1 }{true}{false}} EXPECT: true
576 "1111111111111111111" ${if bool_lax{1111111111111111111}{true}{false}} EXPECT: true
577 "9" ${if bool_lax{9}{true}{false}} EXPECT: true
578 " " ${if bool_lax{ }{true}{false}} EXPECT: false
579 "text" ${if bool_lax{text}{true}{false}} EXPECT: true
580 " text" ${if bool_lax{ text}{true}{false}} EXPECT: true
581 "text " ${if bool_lax{text }{true}{false}} EXPECT: true
582 " text " ${if bool_lax{ text }{true}{false}} EXPECT: true
583 "00" ${if bool_lax{00}{true}{false}} EXPECT: true
584 "!true" ${if !bool_lax{true}{true}{false}} EXPECT: false
585 "!false" ${if !bool_lax{false}{true}{false}} EXPECT: true
586
587 # RFC 2047
588
589 abcd ${rfc2047:abcd}
590 <:abcd:> ${rfc2047:<:abcd:>}
591 <:ab cd:> ${rfc2047:<:ab cd:>}
592 Long: ${rfc2047: here we go: a string that is going to be encoded: it will go over the 75-char limit}
593 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}
594
595 # RFC 2047 decode
596
597 ${rfc2047d:abcd abcd}
598 ${rfc2047d:<:abcd:> =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=}
599 ${rfc2047d:<:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=}
600 ${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?=}
601 ${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?=}
602
603 # UTF-8
604
605 abcd ${from_utf8:abcd}
606 aÀÿd ${from_utf8:aÃ\80ÿd}
607 toobig ${from_utf8:aĀd}
608
609 # Substitution
610
611 \${sg{abcdefabcdef}{abc}{xyz}} =${sg{abcdefabcdef}{abc}{xyz}}
612 \${sg{ab:xy::z}{:}{::}} =${sg{ab:xy::z}{:}{::}}
613 \${sg{abcdefabcdef}{(..)[^c]}{>\$1<}} =${sg{abcdefabcdef}{(..)[^c]}{>$1<}}
614 \${sg{abcdefabcdef}{(..)[^c]}{>\\\$1<}} =${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}
615 \${sg{abcdefabcdef}{(..)[^c]}{>\\N\$1\\N<}}=${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}
616 \${sg{abbab}{a*}{+}} =${sg{abbab}{a*}{+}}
617
618 # File insertion
619
620 ${readfile}
621 ${readfile{DIR/aux-fixed/0002.readfile}}
622 ${readfile{DIR/aux-fixed/0002.readfile}{}}
623 ${readfile{DIR/aux-fixed/0002.readfile}{:}}
624 ${readfile{DIR/aux-fixed/0002.readfile}{ - }}
625 ${readfile{/non/exist/file}}
626 ${if exists{/non/exist/file}{${readfile{/non/exist/file}}}{non-exist}}
627 >${readfile{DIR/aux-fixed/0002.readfile}{!}}\
628 <
629
630 # Calling a command
631
632 ${run{DIR/aux-fixed/0002.runfile 0}}
633 RC=$runrc
634 ${run{DIR/aux-fixed/0002.runfile 0}{1}{2}}
635 RC=$runrc
636 ${run{DIR/aux-fixed/0002.runfile 0}{$value}{2}}
637 RC=$runrc
638 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{2}}
639 RC=$runrc
640 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{$value}}
641 RC=$runrc
642 ${run{DIR/test-nonexist}{Y}{N}}
643 RC=$runrc
644 >>${run{DIR/bin/iefbr14}}<<
645 RC=$runrc
646 ${if eq{1}{2}{${run{/non/exist}}}{1!=2}}
647 RC=$runrc
648
649 # PRVS
650
651 ${prvs{userx@test.ex}{secret}}
652 ${prvs{userx@test.ex}{secret}{1}}
653 ${prvs{userx@test.ex}{secret}{8}}
654
655 # Syntax errors
656
657 ${prvs{userx@test.ex}{secret}{12}}
658 ${prvs{userx@test.ex}{secret}{rhubarb}}
659 ${prvs{userx@test.ex}{secret}{}}
660
661 # Correct checks; can't put explicit addresses in the tests, because they
662 # will change over time.
663
664 ${prvscheck{${prvs{userx@test.ex}{secret}}}{secret}}
665 result=$prvscheck_result
666
667 ${prvscheck{${prvs{userx@test.ex}{secret}{1}}}{secret}\
668 {>$prvscheck_result< >$prvscheck_address< >$prvscheck_keynum<}}
669 result=$prvscheck_result
670
671 ${prvscheck{${prvs{userx@test.ex}{secret}{8}}}{secret}{}}
672 result=$prvscheck_result
673
674 # Incorrect secret
675
676 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}}
677 result=$prvscheck_result
678
679 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}{$prvscheck_keynum}}
680 result=$prvscheck_result
681
682 # Non-prvs address
683
684 >>${prvscheck{userx@test.ex}{secret}}<<
685 result=$prvscheck_result
686
687 # Syntax errors
688
689 ${tod_log
690 ${tod_log+6
691 ${expand:abcd
692 ${expand:abcd${tod_log}
693 ${hmac{xxx}{a}{b}}
694 ${if and {xyz}{a}{b}}
695 ${if and {{xya}}{a}{b}}
696 ${if and {{${lookup{x}lsearch{/a/b}}}}{a}{b}}
697 ${if eq {$h_xyz}{1}{y}{n}}
698 ${if eq {$h_xyz:}{1}{y}{n}
699 ${if def:h_xyz}{y}{n}}
700 ${if or {eq {}{}{yes}{no}}
701 ${if or {{eq {}{}{yes}{no}}
702 ${if or {{eq {}{}}{yes}{no}}
703 ${substr_1_:12345}
704 ${substr__3:12345}
705
706 # Iterations: forany and forall
707
708 ${if forany{a:b:c}{eq{$item}{a}}{yes}{no}}
709 ${if forany{a:b:c}{eq{$item}{b}}{yes}{no}}
710 ${if forany{a:b:c}{eq{$item}{c}}{yes}{no}}
711 ${if forany {a:b:c} {eq {$item} {z}} {yes} {no}}
712 ${if !forany{a:b:c}{eq{$item}{z}}{yes}{no}}
713 ${if !forany{a:b:c}{eq{$item}{a}}{yes}{no}}
714 ${if forany{}{eq{$item}{a}}{yes}{no}}
715 ${if !forany{}{eq{$item}{a}}{yes}{no}}
716 ${if forany{<, $primary_hostname,foo,bar}{eq{$item}{$primary_hostname}}{yes}{no}}
717
718 ${if forany{}{yes}{no}}
719 ${if forany{a:b:c}{gt{$item}{a}{yes}{no}}
720
721 ${if forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
722 ${if forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
723 ${if forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
724 ${if forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
725
726 ${if !forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
727 ${if !forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
728 ${if !forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
729 ${if !forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
730
731 # Expect yes
732 ${if forany{a:b:c}\
733 {\
734 eq\
735 {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
736 {$item: true}\
737 }\
738 {outer=yes}{outer=no}} item='$item' (unset)
739
740 # Expect no
741 ${if forany{a:b:c}\
742 {\
743 eq\
744 {$item: ${if !forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
745 {$item: true}\
746 }\
747 {outer=yes}{outer=no}}
748
749 # Error inside nest - check message is helpful
750 ${if forany{a:b:c}\
751 {\
752 eq\
753 {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}{true}{false}}}\
754 {$item: true}\
755 }\
756 {outer=yes}{outer=no}}
757
758
759 # Miscellaneous (for bug fixes, etc)
760
761 ${if ={1}{1} {true}{${if ={1}{1} {true}{${if ={1}{1}{true}fail}}}}}
762
763 ****
764 # Test "escape" with print_topbitchars
765 exim -be -DPTBC=print_topbitchars
766 escape: ${escape:B7·F2ò}
767 ****
768 # Checkout expansion debugging
769 exim -d-all+expand -be
770 primary_hostname: $primary_hostname
771 match: ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
772 match: ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
773 ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
774 match_address: ${if match_address{a.b.c}{a.b.c}{yes}{no}}
775 ****
776 # Sender host name and address etc, all unset
777 exim -be
778 -oMa sender_host_address = $sender_host_address
779 sender_host_port = $sender_host_port
780 -oMaa sender_host_authenticated = $sender_host_authenticated
781 -oMai authenticated_id = $authenticated_id
782 -oMas authenticated_sender = $authenticated_sender
783 -oMi interface_address = $interface_address
784 interface_port = $interface_port
785 -oMr received_protocol = $received_protocol
786 -oMs sender_host_name = $sender_host_name
787 -oMt sender_ident = $sender_ident
788 ****
789 # Sender host name and address etc, all set except host name.
790 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
791 -oMa sender_host_address = $sender_host_address
792 sender_host_port = $sender_host_port
793 -oMaa sender_host_authenticated = $sender_host_authenticated
794 -oMai authenticated_id = $authenticated_id
795 -oMas authenticated_sender = $authenticated_sender
796 -oMi interface_address = $interface_address
797 interface_port = $interface_port
798 -oMr received_protocol = $received_protocol
799 -oMt sender_ident = $sender_ident
800 ****
801 # Sender host name explicitly set
802 exim -be -oMa V4NET.0.0.1.1234 -oMs my.host.name
803 -oMa sender_host_address = $sender_host_address
804 sender_host_port = $sender_host_port
805 -oMs sender_host_name = $sender_host_name
806 ****
807 # Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
808 exim -be -oMa V4NET.11.12.13
809 -oMs sender_host_name = $sender_host_name
810 host_lookup_failed = $host_lookup_failed
811 ****
812 # Sender host name and protocol set by Sendmail-compatible option
813 exim -be -pspecial:host.name
814 -p received_protocol = $received_protocol
815 -p sender_host_name = $sender_host_name
816 ****
817 # Sender host name and address etc, all set except host name,
818 # which should therefore be looked up from the address, but not if
819 # we are skipping. The debug output for this test will show when
820 # the lookup occurs.
821 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
822 -oMa sender_host_address = $sender_host_address
823 sender_host_port = $sender_host_port
824 -oMaa sender_host_authenticated = $sender_host_authenticated
825 -oMai authenticated_id = $authenticated_id
826 -oMas authenticated_sender = $authenticated_sender
827 -oMi interface_address = $interface_address
828 interface_port = $interface_port
829 -oMr received_protocol = $received_protocol
830 ----> No lookup yet: ${if eq{black}{white}{$sender_host_name}{No}}
831 -oMs sender_host_name = $sender_host_name
832 -oMt sender_ident = $sender_ident
833 ****
834 # Test no auto host name lookup for query-style lookups
835 exim -d -bh V4NET.0.0.1
836 ****
837 exim -d -bh V4NET.0.0.2
838 ****
839 # Test $reply_address
840 exim -bh V4NET.0.0.0
841 mail from:<>
842 rcpt to:<some@body>
843 data
844 .
845 mail from:<>
846 rcpt to:<some@body>
847 data
848 From: a@b
849 .
850 mail from:<>
851 rcpt to:<some@body>
852 data
853 From: a@b
854 Reply-to: c@d
855 .
856 mail from:<>
857 rcpt to:<some@body>
858 data
859 Reply-to:
860 .
861 mail from:<>
862 rcpt to:<some@body>
863 data
864 Reply-to:
865 From: x@y
866 .
867 quit
868 ****
869 # Check RFC 2047 decoding with (default) length check
870 exim -bh V4NET.0.0.0
871 mail from:<>
872 rcpt to:<some@body>
873 data
874 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?=
875 .
876 quit
877 ****
878 # Check RFC 2047 decoding with length check disabled
879 exim -DLENCHECK=check_rfc2047_length=false -bh V4NET.0.0.0
880 mail from:<>
881 rcpt to:<some@body>
882 data
883 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?=
884 .
885 quit
886 ****
887 # Certain kind of error
888 exim -d -be
889 match_ip: 15 ${if match_ip{1.2.3.4}{1.2.3}}
890 match_ip: 16 ${if match_ip{1.2.3.4}{1.2.3.4/abc}}
891 ****