Another small test tweak.
[exim.git] / test / aux-var-src / 0319.filter
CommitLineData
afda344b
PH
1# Exim filter
2
3if error_message then finish endif
4
5if $h_subject: contains "discard" then seen finish endif
6
7if $h_subject: contains "file" then
8 save DIR/test-mail/saved
9endif
10
11finish