git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Another go at the overlong-addrs versus rewrites problem
[exim.git]
/
test
/
aux-var-src
/
0079.filter
1
# Exim filter
2
3
if error_message then finish
4
5
elif $h_x-warning: contains "blacklist"
6
then
7
unseen save DIR/test-mail/rbl
8
endif
9
10
if $h_sysmail: contains yes
11
then
12
mail to userx@exim.test.ex text "testing testing"
13
endif