String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807
[exim.git] / test / scripts / 0000-Basic / 0413
1 # callout hosts taken from transport
2 need_ipv4
3 #
4 server PORT_S 3
5 220 Server ready
6 EHLO
7 250 OK
8 MAIL FROM
9 250 OK
10 RCPT TO
11 450 Temporary error
12 QUIT
13 250 OK
14 *eof
15 220 Server ready
16 EHLO
17 250 OK
18 MAIL FROM
19 250 OK
20 RCPT TO
21 450 Temporary error
22 QUIT
23 250 OK
24 *eof
25 220 Server ready
26 EHLO
27 250 OK
28 MAIL FROM
29 250 OK
30 RCPT TO
31 450 Temporary error
32 QUIT
33 250 OK
34 ****
35 exim -odi -bs
36 mail from:<r1@domain1>
37 rset
38 mail from:<r2@domain2>
39 rset
40 mail from:<r3@domain3>
41 quit
42 ****