summaryrefslogtreecommitdiff
path: root/test/aux-fixed/3400.filter
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/3400.filter')
-rw-r--r--test/aux-fixed/3400.filter19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/aux-fixed/3400.filter b/test/aux-fixed/3400.filter
new file mode 100644
index 000000000..329bb81aa
--- /dev/null
+++ b/test/aux-fixed/3400.filter
@@ -0,0 +1,19 @@
+# Exim filter
+
+if
+ $sender_host_authenticated is not ""
+then
+ headers add "X-Host-Authenticated: $sender_host_authenticated"
+endif
+
+if
+ $authenticated_sender is not ""
+then
+ headers add "X-Authenticated-Sender: $authenticated_sender"
+endif
+
+if
+ $authenticated_id is not ""
+then
+ headers add "X-Authenticated-ID: $authenticated_id"
+endif