summaryrefslogtreecommitdiff
path: root/test/aux-var-src/0173.filter
blob: e58120d8a9c80e550cfb8d4424e91cbc8521184e (plain)
1
2
3
4
5
6
7
# Demo Exim filter for virus check

if error_message then finish endif

if $received_protocol is not scanned-ok then
  pipe "DIR/aux-fixed/resubmit $sender_address $recipients DIR/ CALLER"
endif