summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0319.filter
blob: 1103ec47557dd9aab25e913409ff0289ce8df0dd (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 DIR/test-mail/saved
endif   

finish