summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0383.f
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:34:24 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-02-07 10:34:24 +0000
commitafda344b580b54a4513569720aec3260cd5ba546 (patch)
tree6318744c7d3f502ee72bcd20bab0f612c5dceacf /test/aux-var-src/0383.f
parent9ba4af2b76958e076a0c002e53ead87ed7a47a68 (diff)
More new test committing.
Diffstat (limited to 'test/aux-var-src/0383.f')
-rw-r--r--test/aux-var-src/0383.f8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/aux-var-src/0383.f b/test/aux-var-src/0383.f
new file mode 100644
index 000000000..f51156ea7
--- /dev/null
+++ b/test/aux-var-src/0383.f
@@ -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
+