GnuTLS: full-chain OCSP stapling. Bug 1466
[exim.git] / test / aux-var-src / 0079.filter
CommitLineData
afda344b
PH
1# Exim filter
2
3if error_message then finish
4
5elif $h_x-warning: contains "blacklist"
6then
7unseen save DIR/test-mail/rbl
8endif
9
10if $h_sysmail: contains yes
11then
12mail to userx@exim.test.ex text "testing testing"
13endif