Taintcheck transport-process arguments
[exim.git] / test / aux-var-src / 0383.F
index 78a5898a16062c9743a66ccdebdcddbbcef0eeb4..be69ca2c29f076d2eaaaa76ad19f72f901679752 100644 (file)
@@ -1,8 +1,13 @@
-# Exim filter (system filter for test 444)
+# Exim filter (system filter for test 0383)
 
 if error_message then finish endif
 
 if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
+  pipe "DIR/aux-fixed/showenv \"${if match_address {$thisaddress}{alice@test.ex}{$value}}\" $1"
+  finish
+endif   
+
+if foranyaddress $h_to: ($thisaddress matches "^(marny)") then
   pipe "DIR/aux-fixed/showenv $thisaddress $1"
   finish
 endif