git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
aux-var-src
/
0319.filter
1
# Exim filter
2
3
if error_message then finish endif
4
5
if $h_subject: contains "discard" then seen finish endif
6
7
if $h_subject: contains "file" then
8
save DIR/test-mail/saved
9
endif
10
11
finish