summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0079.filter
blob: 09f48b0db129bbbe22bb9222c1bf64413e57da28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Exim filter

if error_message then finish

elif $h_x-warning: contains "blacklist"
then
unseen save DIR/test-mail/rbl
endif

if $h_sysmail: contains yes
then
mail to userx@exim.test.ex text "testing testing"
endif