summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0136
blob: 61afd6df6489fe906527a1a6ab71cebbe74e21cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# errors_to in user filters and bounce_return_body
exim -odi -bs
mail from:<abcd@x.y.z>
rcpt to:<forwarder@test.ex>
rcpt to:<forwarder2@test.ex>
data
Test message.
.
quit
****
exim -DBRB=false -odi -bs
mail from:<abcd@x.y.z>
rcpt to:<forwarder@test.ex>
rcpt to:<forwarder2@test.ex>
data
Test message.
Several lines.
Several lines.
.
quit
****