String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807
[exim.git] / test / scripts / 0000-Basic / 0332
CommitLineData
59371ea7
PH
1# routing delay in message on existing connection (queue run)
2need_ipv4
3#
4exim -odi -odqs ok@no.delay
5Message 1
6****
7exim -odi -odqs delay@test.again.dns ok@no.delay
8Message 2
9****
10server PORT_S
11220 ESMTP
12EHLO
13250-OK
14250-HELP
15250 PIPELINING
16MAIL FROM:
17250 Sender OK
18RCPT TO:
19250 Recipient OK
20DATA
21354 Go ahead
22.
23250 OK
24MAIL FROM:
25250 Sender OK
26RCPT TO:
27250 Recipient OK
28DATA
29354 Go ahead
30.
31250 OK
32QUIT
33250 OK
34****
35exim -q -d-all+route
36****