Testsuite: fix 0173 + 2100+, take 2
[exim.git] / test / aux-var-src / 0383.F
CommitLineData
afda344b
PH
1# Exim filter (system filter for test 444)
2
3if error_message then finish endif
4
5if foranyaddress $h_to: ($thisaddress matches "^(alice)") then
6 pipe "DIR/aux-fixed/showenv $thisaddress $1"
7 finish
8endif
9
10if $h_to: matches "^(j..)" then
11 pipe "DIR/aux-fixed/showenv $1"
12endif
13