summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0383.F2
diff options
context:
space:
mode:
Diffstat (limited to 'test/aux-var-src/0383.F2')
-rw-r--r--test/aux-var-src/0383.F28
1 files changed, 8 insertions, 0 deletions
diff --git a/test/aux-var-src/0383.F2 b/test/aux-var-src/0383.F2
new file mode 100644
index 000000000..f51156ea7
--- /dev/null
+++ b/test/aux-var-src/0383.F2
@@ -0,0 +1,8 @@
+# Exim filter (user filter for test 444)
+
+if error_message then finish endif
+
+if foranyaddress $h_to: ($thisaddress matches "^(...)") then
+ pipe "DIR/aux-fixed/showenv $thisaddress $1"
+endif
+