summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0016.filter.userx
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-fixed/0016.filter.userx')
-rw-r--r--test/aux-fixed/0016.filter.userx11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/aux-fixed/0016.filter.userx b/test/aux-fixed/0016.filter.userx
new file mode 100644
index 000000000..a89551d03
--- /dev/null
+++ b/test/aux-fixed/0016.filter.userx
@@ -0,0 +1,11 @@
+# Exim filter
+
+if error_message then finish endif
+
+if
+ $local_part_suffix contains "page"
+then
+ unseen mail to userx text "callpager -r 108 PAGE:${l_50:$message_body}"
+endif
+
+# End