]> git.netwichtig.de Git - user/henk/code/exim.git/blob - test/aux-var-src/0173.filter
VRFY: Permit an ACL to override the default 252 response, to support
[user/henk/code/exim.git] / test / aux-var-src / 0173.filter
1 # Demo Exim filter for virus check
2
3 if error_message then finish endif
4
5 if $received_protocol is not scanned-ok then
6   pipe "DIR/aux-fixed/resubmit $sender_address $recipients DIR/ CALLER"
7 endif