Testsuite: fix munge for mailq
[exim.git] / test / scripts / 0000-Basic / 0468
1 # $message_body in multiple SMTP messages
2 exim -bs
3 helo test
4 mail from:<>
5 rcpt to:<x@y>
6 data
7 This is the FIRST message body.
8 .
9 mail from:<>
10 rcpt to:<x@y>
11 data
12 This is the SECOND message body.
13 .
14 quit
15 ****