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
/
0136
1
# errors_to in user filters and bounce_return_body
2
exim -odi -bs
3
helo test
4
mail from:<abcd@x.y.z>
5
rcpt to:<forwarder@test.ex>
6
rcpt to:<forwarder2@test.ex>
7
data
8
Test message.
9
.
10
quit
11
****
12
exim -DBRB=false -odi -bs
13
helo test
14
mail from:<abcd@x.y.z>
15
rcpt to:<forwarder@test.ex>
16
rcpt to:<forwarder2@test.ex>
17
data
18
Test message.
19
Several lines.
20
Several lines.
21
.
22
quit
23
****