summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0452.filter-2
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0452.filter-2')
-rw-r--r--test/aux-fixed/0452.filter-212
1 files changed, 12 insertions, 0 deletions
diff --git a/test/aux-fixed/0452.filter-2 b/test/aux-fixed/0452.filter-2
new file mode 100644
index 000000000..bb45ea834
--- /dev/null
+++ b/test/aux-fixed/0452.filter-2
@@ -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 is missing a colon"
+
+# End