summaryrefslogtreecommitdiff
path: root/test/aux-fixed/0320.filter
blob: be51aa5fa5eab3f39f15acb17558c86f1eddfa30 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Exim filter

if error_message then finish endif

if $h_subject: contains "discard" then seen finish endif

if $h_subject: contains "file" then
  save /source/exim4/AutoTest/test-mail/saved
endif   

finish