OS-dependent locations for CHMOD_COMMAND, required by exicyclog (bug#602)
[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