Change to allow test 0383 to work on HFS+ (non-case-sensitive FS)
[exim.git] / test / aux-var-src / 0383.F2
CommitLineData
afda344b
PH
1# Exim filter (user filter for test 444)
2
3if error_message then finish endif
4
5if foranyaddress $h_to: ($thisaddress matches "^(...)") then
6 pipe "DIR/aux-fixed/showenv $thisaddress $1"
7endif
8