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
/
0555
1
# Long response lines for fakedefer/fakereject
2
exim -bs
3
helo test
4
mail from:<>
5
rcpt to:<userx@test.ex>
6
data
7
Message 1
8
.
9
quit
10
****
11
exim -bs -DFAKE='fakedefer/This is a rather long customised message that \
12
should get automatically split up into more than one \
13
response line.'
14
helo test
15
mail from:<>
16
rcpt to:<userx@test.ex>
17
data
18
Message 2
19
.
20
quit
21
****
22
no_msglog_check