String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807
[exim.git] / test / scripts / 0000-Basic / 0089
1 # host and domain list caseless matching and HELO checking
2 #
3 exim -bt userx@test.ex userx@myhost.test.ex
4 ****
5 exim -bh V4NET.0.0.0
6 helo @#$%^&*()
7 helo abc_xyz
8 mail from:<userx@cus.cam.ac.uk>
9 rcpt to:<userx@test.ex>
10 rcpt to:<userx@else.where>
11 rset
12 quit
13 ****
14 exim -bh V4NET.0.0.99
15 helo @#$%^&*()
16 mail from:<root>
17 rcpt to:<xx@reLAY.ONE.ex>
18 rcpt to:<yy@relay.two.ex>
19 rset
20 helorhubarb
21 mailfrom:<>
22 rsettling
23 quit
24 ****
25 2
26 exim -bt abcd@test.ex ABCD@test.ex XYZ@ten-1.test.ex xyz@ten-1.test.ex
27 ****