9e427ddb1e0ef3854f1cc8344b07784f22cd92f7
[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 match_ip:        15 ${if match_ip{abcd::dcba}{net-iplsearch;DIR/aux-fixed/0002.matchip}}
379
380 queue_running:  ${if queue_running{y}{n}}
381 first_delivery: ${if first_delivery{y}{n}}
382
383 queue_running after or: ${if or{{eq {0}{0}}{queue_running}}{y}{n}}
384 first_delivery after or: ${if or{{eq {0}{0}}{first_delivery}}{y}{n}}
385
386 # Default values for both if strings
387
388 \${if eq{1}{1}}  >${if eq{1}{1}}<
389 \${if eq{1}{2}}  >${if eq{1}{2}}<
390
391 # Lookups: DIR is the testing directory. In this test we can only use the
392 # lookups that are required in all cases.
393
394 ${lookup{postmaster}lsearch{DIR/aux-fixed/0002.aliases}{$value}fail}
395
396 ${lookup{x@y}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
397 ${lookup{x@z}lsearch*{DIR/aux-fixed/0002.starat}{$value}fail}
398 ${lookup{x@z}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
399 ${lookup{x@w}lsearch*@{DIR/aux-fixed/0002.starat}{$value}fail}
400
401 ${lookup{a.b.c.d}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
402 ${lookup{x.y.z}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}{failed x.y.z}}
403 ${lookup{p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
404 ${lookup{o.p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
405 ${lookup{m.n.o.p.q}partial-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
406 ${lookup{x.y.z}partial1-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
407 ${lookup{x.y.z}partial0-lsearch{DIR/aux-fixed/0002.domains}{$value}fail}
408
409 q1:  ${lookup{abc}lsearch{DIR/aux-fixed/0002.quoted}}
410 q2:  ${lookup{xyz}lsearch{DIR/aux-fixed/0002.quoted}}
411 q3:  ${lookup{pqr}lsearch{DIR/aux-fixed/0002.quoted}}
412 q4:  ${lookup{a:b}lsearch{DIR/aux-fixed/0002.quoted}}
413 q5:  ${lookup{"quoted"}lsearch{DIR/aux-fixed/0002.quoted}}
414 q6:  ${lookup{white space}lsearch{DIR/aux-fixed/0002.quoted}}
415 q7:  ${lookup{b\\s}lsearch{DIR/aux-fixed/0002.quoted}}
416
417 abc:   ${lookup{abc}wildlsearch{DIR/aux-var/0002.wild}}
418 a.b.c: ${lookup{a.b.c}wildlsearch{DIR/aux-var/0002.wild}}
419 ab.c:  ${lookup{ab.c}wildlsearch{DIR/aux-var/0002.wild}}
420 xyz:   ${lookup{xyz}wildlsearch{DIR/aux-var/0002.wild}}
421 Xyz:   ${lookup{Xyz}wildlsearch{DIR/aux-var/0002.wild}}
422 Zyz:   ${lookup{Zyz}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 a..b:  ${lookup{a..b}wildlsearch{DIR/aux-var/0002.wild}}
428 a9b:   ${lookup{a9b}wildlsearch{DIR/aux-var/0002.wild}}
429 a99b:  ${lookup{a99b}wildlsearch{DIR/aux-var/0002.wild}}
430
431 # Should give the same results as above because expansion does nothing
432
433 abc:   ${lookup{abc}nwildlsearch{DIR/aux-var/0002.wild}}
434 a.b.c: ${lookup{a.b.c}nwildlsearch{DIR/aux-var/0002.wild}}
435 ab.c:  ${lookup{ab.c}nwildlsearch{DIR/aux-var/0002.wild}}
436 xyz:   ${lookup{xyz}nwildlsearch{DIR/aux-var/0002.wild}}
437 Xyz:   ${lookup{Xyz}nwildlsearch{DIR/aux-var/0002.wild}}
438 Zyz:   ${lookup{Zyz}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 a:b:   ${lookup{a:b}nwildlsearch{DIR/aux-var/0002.wild}}
442
443 # Should fail because of no expansion
444
445 a.b:   ${lookup{a.b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
446 a..b:  ${lookup{a..b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
447 a9b:   ${lookup{a9b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
448 a99b:  ${lookup{a99b}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NO}}
449
450 # But these should succeed
451
452 a\\:b:  ${lookup{a\\:b}nwildlsearch{DIR/aux-var/0002.wild}}
453 a\\:Xb: ${lookup{a\\:Xb}nwildlsearch{DIR/aux-var/0002.wild}}
454
455 # Some tests of case-(in)dependence
456
457 MiXeD-CD:  ${lookup{MiXeD-CD}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
458 MixeD-CD:  ${lookup{MixeD-CD}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 MixeD-Ncd: ${lookup{MixeD-Ncd}nwildlsearch{DIR/aux-var/0002.wild}{$value}{NOT FOUND}}
461
462 # IP address (CIDR) lookups
463
464 1.2.3.4:      ${lookup{1.2.3.4}iplsearch{DIR/aux-fixed/0002.iplsearch}}
465 1.2.3.5:      ${lookup{1.2.3.5}iplsearch{DIR/aux-fixed/0002.iplsearch}}
466 1.2.3.5:      ${lookup{1.2.3.5}iplsearch*{DIR/aux-fixed/0002.iplsearch}}
467 abcd::cdab:   ${lookup{abcd::cdab}iplsearch{DIR/aux-fixed/0002.iplsearch}}
468 192.168.1.2:  ${lookup{192.168.1.2}iplsearch{DIR/aux-fixed/0002.iplsearch}}
469 192.168.5.6:  ${lookup{192.168.5.6}iplsearch{DIR/aux-fixed/0002.iplsearch}}
470 abcd:abcd::   ${lookup{abcd:abcd::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
471 abcd:abcd:1:: ${lookup{abcd:abcd:1::}iplsearch{DIR/aux-fixed/0002.iplsearch}}
472 abcd:abcd::3  ${lookup{abcd:abcd::3}iplsearch{DIR/aux-fixed/0002.iplsearch}}
473 rhubarb       ${lookup{rhubarb}iplsearch{DIR/aux-fixed/0002.iplsearch}}
474
475
476 # Nested Lookups - style 1
477
478 ${lookup{${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
479 ${lookup{${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{$value}{key1f}}}lsearch{DIR/aux-fixed/0002.rec}{$value}fail}
480
481 # Nested Lookups - style 2
482
483 ${lookup{key1}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
484 ${lookup{key3}lsearch{DIR/aux-fixed/0002.rec}{${lookup{$value}lsearch{DIR/aux-fixed/0002.rec}{$value}{failed for $value}}}{failed for key1}}
485
486 # Other nesting tests
487
488 ${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}}}
489 ${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}}}
490 ${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}}}
491 ${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}}}
492
493 # Lookup quotes for standardly expected lookups
494
495 lsearch ${quote_lsearch: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
496 xxx     ${quote_xxx: !@#\$%^&*()_-+=|\\~`1234567890\{[\}]qwertyuiop:;"'asdfghjkl<,>.?/zxcvbnm}
497
498 # Extract
499
500 ${extract{B}{A=1 B=2 C=3}}
501 ${extract{ B }{A=1 B=2 C=3}{$value}{NOT FOUND}}
502 ${extract{2}{:}{1:2:3}}
503 ${extract{ 2 }{:}{1:2:3}{$value}{NOT FOUND}}
504 Empty:<${extract{D}{A=1 B=2 C=3}}>
505 Empty:<${extract{4}{:}{1:2:3}}>
506 ${extract{C}{A=1 B=2 C=3}{<$value>}}
507 ${extract{3}{:}{1:2:3}{<$value>}}
508 Empty:<${extract{Z}{A=1 B=2 C=3}{<$value>}}>
509 Empty:<${extract{4}{:}{1:2:3}{<$value>}}>
510 ${extract{Z}{A=1 B=2 C=3}{<$value>}{no Z}}
511 ${extract{4}{:}{1:2:3}{<$value>}{no 4}}
512 ${extract{Z}{A=1 B=2 C=3}{<$value>}fail}
513 ${extract{4}{:}{1:2:3}{<$value>}fail}
514 ${extract{K4}{${sg{1=A 4=D 3=C}{(\\d+)=}{K\$1=}}}}
515 ${extract{0}{:}{a:b:c:d:e}{$value}{FAIL}}
516 ${extract{1}{:}{a:b:c:d:e}{$value}{FAIL}}
517 ${extract{-1}{:}{a:b:c:d:e}{$value}{FAIL}}
518 ${extract{-5}{:}{a:b:c:d:e}{$value}{FAIL}}
519 ${extract{-6}{:}{a:b:c:d:e}{$value}{FAIL}}
520 ${extract{-3}{:,}{a,,b::c}}
521 ${extract{2}{:,}{a,,b::c}}
522 ${extract{3}{:,}{a,,b::c}}
523 ${extract{a-b}{X = "one two" a-b "three four" 5=99}}
524 ${extract{}{X=3}}
525 ${extract{ }{X=3}}
526 ${extract{ 2 }{ }{a b c}}
527
528 # Translation
529
530 abcdea aaa xyz ${tr{abcdea}{aaa}{xyz}}
531 abcdea a   z   ${tr{abcdea}{a}{z}}
532 abcdea a       ${tr{abcdea}{a}{}}
533 abcdea abc z   ${tr{abcdea}{abc}{z}}
534
535 # Boolean
536 "TrUe"                ${if bool{TrUe}{true}{false}}      EXPECT: true
537 "FALSE"               ${if bool{FALSE}{true}{false}}     EXPECT: false
538 " yes"                ${if bool{ yes}{true}{false}}      EXPECT: true
539 " no"                 ${if bool{ no}{true}{false}}     EXPECT: false
540 "yes "                ${if bool{yes }{true}{false}}      EXPECT: true
541 "-1"                  ${if bool{-1}{true}{false}}     EXPECT: error
542 "0"                   ${if bool{0}{true}{false}}     EXPECT: false
543 "1"                   ${if bool{1}{true}{false}}      EXPECT: true
544 " 0 "                 ${if bool{ 0 }{true}{false}}     EXPECT: false
545 " 1 "                 ${if bool{ 1 }{true}{false}}      EXPECT: true
546 "1111111111111111111" ${if bool{1111111111111111111}{true}{false}}      EXPECT: true
547 "9"                   ${if bool{9}{true}{false}}      EXPECT: true
548 " "                   ${if bool{ }{true}{false}}     EXPECT: false
549 "text"                ${if bool{text}{true}{false}}     EXPECT: error
550 " text"               ${if bool{ text}{true}{false}}     EXPECT: error
551 "text "               ${if bool{text }{true}{false}}     EXPECT: error
552 " text "              ${if bool{ text }{true}{false}}     EXPECT: error
553 "00"                  ${if bool{00}{true}{false}}     EXPECT: false
554
555 "TrUe"                ${if bool_lax{TrUe}{true}{false}}      EXPECT: true
556 "FALSE"               ${if bool_lax{FALSE}{true}{false}}     EXPECT: false
557 " yes"                ${if bool_lax{ yes}{true}{false}}      EXPECT: true
558 " no"                 ${if bool_lax{ no}{true}{false}}     EXPECT: false
559 "yes "                ${if bool_lax{yes }{true}{false}}      EXPECT: true
560 "-1"                  ${if bool_lax{-1}{true}{false}}      EXPECT: true
561 "0"                   ${if bool_lax{0}{true}{false}}     EXPECT: false
562 "1"                   ${if bool_lax{1}{true}{false}}      EXPECT: true
563 " 0 "                 ${if bool_lax{ 0 }{true}{false}}     EXPECT: false
564 " 1 "                 ${if bool_lax{ 1 }{true}{false}}      EXPECT: true
565 "1111111111111111111" ${if bool_lax{1111111111111111111}{true}{false}}      EXPECT: true
566 "9"                   ${if bool_lax{9}{true}{false}}      EXPECT: true
567 " "                   ${if bool_lax{ }{true}{false}}     EXPECT: false
568 "text"                ${if bool_lax{text}{true}{false}}      EXPECT: true
569 " text"               ${if bool_lax{ text}{true}{false}}      EXPECT: true
570 "text "               ${if bool_lax{text }{true}{false}}      EXPECT: true
571 " text "              ${if bool_lax{ text }{true}{false}}      EXPECT: true
572 "00"                  ${if bool_lax{00}{true}{false}}      EXPECT: true
573
574 # RFC 2047
575
576 abcd      ${rfc2047:abcd}
577 <:abcd:>  ${rfc2047:<:abcd:>}
578 <:ab cd:> ${rfc2047:<:ab cd:>}
579 Long:     ${rfc2047: here we go: a string that is going to be encoded: it will go over the 75-char limit}
580 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}
581
582 # RFC 2047 decode
583
584 ${rfc2047d:abcd      abcd}
585 ${rfc2047d:<:abcd:>  =?iso-8859-8?Q?=3C=3Aabcd=3A=3E?=}
586 ${rfc2047d:<:ab cd:> =?iso-8859-8?Q?=3C=3Aab_cd=3A=3E?=}
587 ${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?=}
588 ${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?=}
589
590 # UTF-8
591
592 abcd      ${from_utf8:abcd}
593 aÀÿd      ${from_utf8:aÃ\80ÿd}
594 toobig    ${from_utf8:aĀd}
595
596 # Substitution
597
598 \${sg{abcdefabcdef}{abc}{xyz}}          =${sg{abcdefabcdef}{abc}{xyz}}
599 \${sg{ab:xy::z}{:}{::}}                 =${sg{ab:xy::z}{:}{::}}
600 \${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}    =${sg{abcdefabcdef}{(..)[^c]}{>$1<}}
601 \${sg{abcdefabcdef}{(..)[^c]}{>\\\$1<}}   =${sg{abcdefabcdef}{(..)[^c]}{>\$1<}}
602 \${sg{abcdefabcdef}{(..)[^c]}{>\\N\$1\\N<}}=${sg{abcdefabcdef}{(..)[^c]}{>\N$1\N<}}
603 \${sg{abbab}{a*}{+}}                    =${sg{abbab}{a*}{+}}
604
605 # File insertion
606
607 ${readfile}
608 ${readfile{DIR/aux-fixed/0002.readfile}}
609 ${readfile{DIR/aux-fixed/0002.readfile}{}}
610 ${readfile{DIR/aux-fixed/0002.readfile}{:}}
611 ${readfile{DIR/aux-fixed/0002.readfile}{ - }}
612 ${readfile{/non/exist/file}}
613 ${if exists{/non/exist/file}{${readfile{/non/exist/file}}}{non-exist}}
614 >${readfile{DIR/aux-fixed/0002.readfile}{!}}\
615     <
616
617 # Calling a command
618
619 ${run{DIR/aux-fixed/0002.runfile 0}}
620 RC=$runrc
621 ${run{DIR/aux-fixed/0002.runfile 0}{1}{2}}
622 RC=$runrc
623 ${run{DIR/aux-fixed/0002.runfile 0}{$value}{2}}
624 RC=$runrc
625 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{2}}
626 RC=$runrc
627 ${run{DIR/aux-fixed/0002.runfile 1}{$value}{$value}}
628 RC=$runrc
629 ${run{DIR/test-nonexist}{Y}{N}}
630 RC=$runrc
631 >>${run{DIR/bin/iefbr14}}<<
632 RC=$runrc
633 ${if eq{1}{2}{${run{/non/exist}}}{1!=2}}
634 RC=$runrc
635
636 # PRVS
637
638 ${prvs{userx@test.ex}{secret}}
639 ${prvs{userx@test.ex}{secret}{1}}
640 ${prvs{userx@test.ex}{secret}{8}}
641
642 # Syntax errors
643
644 ${prvs{userx@test.ex}{secret}{12}}
645 ${prvs{userx@test.ex}{secret}{rhubarb}}
646 ${prvs{userx@test.ex}{secret}{}}
647
648 # Correct checks; can't put explicit addresses in the tests, because they
649 # will change over time.
650
651 ${prvscheck{${prvs{userx@test.ex}{secret}}}{secret}}
652 result=$prvscheck_result
653
654 ${prvscheck{${prvs{userx@test.ex}{secret}{1}}}{secret}\
655 {>$prvscheck_result< >$prvscheck_address< >$prvscheck_keynum<}}
656 result=$prvscheck_result
657
658 ${prvscheck{${prvs{userx@test.ex}{secret}{8}}}{secret}{}}
659 result=$prvscheck_result
660
661 # Incorrect secret
662
663 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}}
664 result=$prvscheck_result
665
666 ${prvscheck{${prvs{userx@test.ex}{secret}}}{socrot}{$prvscheck_keynum}}
667 result=$prvscheck_result
668
669 # Non-prvs address
670
671 >>${prvscheck{userx@test.ex}{secret}}<<
672 result=$prvscheck_result
673
674 # Syntax errors
675
676 ${tod_log
677 ${tod_log+6
678 ${expand:abcd
679 ${expand:abcd${tod_log}
680 ${hmac{xxx}{a}{b}}
681 ${if and {xyz}{a}{b}}
682 ${if and {{xya}}{a}{b}}
683 ${if and {{${lookup{x}lsearch{/a/b}}}}{a}{b}}
684 ${if eq {$h_xyz}{1}{y}{n}}
685 ${if eq {$h_xyz:}{1}{y}{n}
686 ${if def:h_xyz}{y}{n}}
687 ${if or {eq {}{}{yes}{no}}
688 ${if or {{eq {}{}{yes}{no}}
689 ${if or {{eq {}{}}{yes}{no}}
690 ${substr_1_:12345}
691 ${substr__3:12345}
692
693 # Iterations: forany and forall
694
695 ${if forany{a:b:c}{eq{$item}{a}}{yes}{no}}
696 ${if forany{a:b:c}{eq{$item}{b}}{yes}{no}}
697 ${if forany{a:b:c}{eq{$item}{c}}{yes}{no}}
698 ${if forany {a:b:c} {eq {$item} {z}} {yes} {no}}
699 ${if !forany{a:b:c}{eq{$item}{z}}{yes}{no}}
700 ${if !forany{a:b:c}{eq{$item}{a}}{yes}{no}}
701 ${if forany{}{eq{$item}{a}}{yes}{no}}
702 ${if !forany{}{eq{$item}{a}}{yes}{no}}
703 ${if forany{<, $primary_hostname,foo,bar}{eq{$item}{$primary_hostname}}{yes}{no}}
704
705 ${if forany{}{yes}{no}}
706 ${if forany{a:b:c}{gt{$item}{a}{yes}{no}}
707
708 ${if forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
709 ${if forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
710 ${if forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
711 ${if forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
712
713 ${if !forall{a:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
714 ${if !forall{q:b:c}{match{$item}{^[a-c]\$}}{yes}{no}}
715 ${if !forall{a:b:z}{match{$item}{^[a-c]\$}}{yes}{no}}
716 ${if !forall{}{match{$item}{^[a-c]\$}}{yes}{no}}
717
718 # Expect yes
719 ${if forany{a:b:c}\
720   {\
721   eq\
722     {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
723     {$item: true}\
724   }\
725 {outer=yes}{outer=no}} item='$item' (unset)
726
727 # Expect no
728 ${if forany{a:b:c}\
729   {\
730   eq\
731     {$item: ${if !forall{x:y:z}{match{$item}{^[x-z]\$}}{true}{false}}}\
732     {$item: true}\
733   }\
734 {outer=yes}{outer=no}}
735
736 # Error inside nest - check message is helpful
737 ${if forany{a:b:c}\
738   {\
739   eq\
740     {$item: ${if forall{x:y:z}{match{$item}{^[x-z]\$}{true}{false}}}\
741     {$item: true}\
742   }\
743 {outer=yes}{outer=no}}
744
745
746 # Miscellaneous (for bug fixes, etc)
747
748 ${if ={1}{1} {true}{${if ={1}{1} {true}{${if ={1}{1}{true}fail}}}}}
749
750 ****
751 # Test "escape" with print_topbitchars
752 exim -be -DPTBC=print_topbitchars
753 escape: ${escape:B7·F2ò}
754 ****
755 # Checkout expansion debugging
756 exim -d-all+expand -be
757 primary_hostname: $primary_hostname
758 match:  ${if match{abcd}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
759 match:  ${if match{wxyz}{\N^([ab]+)(\w+)$\N}{$2$1}fail}
760 ${if eq {1}{1}{yes}{${lookup{xx}lsearch{/non/exist}}}}
761 match_address:   ${if match_address{a.b.c}{a.b.c}{yes}{no}}
762 ****
763 # Sender host name and address etc, all unset
764 exim -be
765 -oMa  sender_host_address = $sender_host_address
766       sender_host_port = $sender_host_port
767 -oMaa sender_host_authenticated = $sender_host_authenticated
768 -oMai authenticated_id = $authenticated_id
769 -oMas authenticated_sender = $authenticated_sender
770 -oMi  interface_address = $interface_address
771       interface_port = $interface_port
772 -oMr  received_protocol = $received_protocol
773 -oMs  sender_host_name = $sender_host_name
774 -oMt  sender_ident = $sender_ident
775 ****
776 # Sender host name and address etc, all set except host name.
777 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
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 -oMt  sender_ident = $sender_ident
787 ****
788 # Sender host name explicitly set
789 exim -be -oMa V4NET.0.0.1.1234 -oMs my.host.name
790 -oMa  sender_host_address = $sender_host_address
791       sender_host_port = $sender_host_port
792 -oMs  sender_host_name = $sender_host_name
793 ****
794 # Sender host name lookup fails (V4NET.11.12.13 is not reverse registered)
795 exim -be -oMa V4NET.11.12.13
796 -oMs  sender_host_name = $sender_host_name
797       host_lookup_failed = $host_lookup_failed
798 ****
799 # Sender host name and protocol set by Sendmail-compatible option
800 exim -be -pspecial:host.name
801 -p  received_protocol = $received_protocol
802 -p  sender_host_name = $sender_host_name
803 ****
804 # Sender host name and address etc, all set except host name,
805 # which should therefore be looked up from the address, but not if
806 # we are skipping. The debug output for this test will show when
807 # the lookup occurs.
808 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
809 -oMa  sender_host_address = $sender_host_address
810       sender_host_port = $sender_host_port
811 -oMaa sender_host_authenticated = $sender_host_authenticated
812 -oMai authenticated_id = $authenticated_id
813 -oMas authenticated_sender = $authenticated_sender
814 -oMi  interface_address = $interface_address
815       interface_port = $interface_port
816 -oMr  received_protocol = $received_protocol
817 ----> No lookup yet: ${if eq{black}{white}{$sender_host_name}{No}}
818 -oMs  sender_host_name = $sender_host_name
819 -oMt  sender_ident = $sender_ident
820 ****
821 # Test no auto host name lookup for query-style lookups
822 exim -d -bh V4NET.0.0.1
823 ****
824 exim -d -bh V4NET.0.0.2
825 ****
826 # Test $reply_address
827 exim -bh V4NET.0.0.0
828 mail from:<>
829 rcpt to:<some@body>
830 data
831 .
832 mail from:<>
833 rcpt to:<some@body>
834 data
835 From: a@b
836 .
837 mail from:<>
838 rcpt to:<some@body>
839 data
840 From: a@b
841 Reply-to: c@d
842 .
843 mail from:<>
844 rcpt to:<some@body>
845 data
846 Reply-to:
847 .
848 mail from:<>
849 rcpt to:<some@body>
850 data
851 Reply-to:
852 From: x@y
853 .
854 quit
855 ****
856 # Check RFC 2047 decoding with (default) length check
857 exim -bh V4NET.0.0.0
858 mail from:<>
859 rcpt to:<some@body>
860 data
861 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?=
862 .
863 quit
864 ****
865 # Check RFC 2047 decoding with length check disabled
866 exim -DLENCHECK=check_rfc2047_length=false -bh V4NET.0.0.0
867 mail from:<>
868 rcpt to:<some@body>
869 data
870 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?=
871 .
872 quit
873 ****
874 # Certain kind of error
875 exim -d -be
876 match_ip:        15 ${if match_ip{1.2.3.4}{1.2.3}}
877 match_ip:        16 ${if match_ip{1.2.3.4}{1.2.3.4/abc}}
878 ****