git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: perl version oddity
[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
****