summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0452.filter-1
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0452.filter-1')
-rw-r--r--test/aux-fixed/0452.filter-112
1 files changed, 12 insertions, 0 deletions
diff --git a/test/aux-fixed/0452.filter-1 b/test/aux-fixed/0452.filter-1
new file mode 100644
index 000000000..eecadff74
--- /dev/null
+++ b/test/aux-fixed/0452.filter-1
@@ -0,0 +1,12 @@
+# Exim filter
+
+mail
+ to $sender_address
+ subject "Auto generated"
+ text "This is some body text"
+ extra_headers "h1: the first added header\n\
+ h2: the second added header\n \
+ continued on another line\n\
+ h3: the third added header"
+
+# End