String expansions: fix ${extract }, for the numeric/3-string case. Bug 1807
[exim.git] / test / scripts / 0000-Basic / 0468
CommitLineData
59371ea7
PH
1# $message_body in multiple SMTP messages
2exim -bs
3mail from:<>
4rcpt to:<x@y>
5data
6This is the FIRST message body.
7.
8mail from:<>
9rcpt to:<x@y>
10data
11This is the SECOND message body.
12.
13quit
14****