DMARC: check for empty filename for TLD file. Patch testsuite to not break on missin...
[exim.git] / test / aux-var-src / 0173.filter
CommitLineData
afda344b
PH
1# Demo Exim filter for virus check
2
3if error_message then finish endif
4
5if $received_protocol is not scanned-ok then
6 pipe "DIR/aux-fixed/resubmit $sender_address $recipients DIR/ CALLER"
7endif