git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
0000-Basic
/
0136
1
# errors_to in user filters and bounce_return_body
2
exim -odi -bs
3
mail from:<abcd@x.y.z>
4
rcpt to:<forwarder@test.ex>
5
rcpt to:<forwarder2@test.ex>
6
data
7
Test message.
8
.
9
quit
10
****
11
exim -DBRB=false -odi -bs
12
mail from:<abcd@x.y.z>
13
rcpt to:<forwarder@test.ex>
14
rcpt to:<forwarder2@test.ex>
15
data
16
Test message.
17
Several lines.
18
Several lines.
19
.
20
quit
21
****