summaryrefslogtreecommitdiff
path: root/test/scripts/5700-events/5701
blob: 50e1c27c3e9b0403494c0c3f73c0d58bbd3d3c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Events for syntactically invalid generated recipient on autoreply
#
exim -odi userx-filter@domain1
Subject: Bad from
From: "something" x@y

This is a test with a syntactically bad From: line and we process it
with a filter and fire events.
****
#
#
#
#
exim -odi userx-filter@domain1
Subject: Good from
From: "User X" <userx@domain1>

This is a test we process with a filter and fire events.
****