1 # Exim filter (system filter for test 0383)
3 if error_message then finish endif
5 if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
6 pipe "DIR/aux-fixed/showenv \"${if match_address {$thisaddress}{alice@test.ex}{$value}}\" \"${if inlist {$1}{alice} {$value}}\""
10 if foranyaddress $h_to: ($thisaddress matches "^(marny)") then
11 pipe "DIR/aux-fixed/showenv $thisaddress $1"
15 if $h_to: matches "^(j..)" then
16 pipe "DIR/aux-fixed/showenv \"${if inlist {$1}{jab} {$value}}\""