Re: how to SKIP BROKEN ANTIVIRUS?
Tom Kistner <[email protected]> Tue, 12 Oct 2004 13:24:55 +0200
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
Nick K. Kozubsky wrote:
> Is the method to skip broken checkers and follow to next checker or
> delive message without check at all?
You can use /defer_ok on the malware condition:
Like with the "spam" condition, you can append '/defer_ok' to
the malware condition to accept messages even if there is a
problem with the virus scanner, like this:
/* ----------------------
deny message = This message contains malware ($malware_name)
demime = *
malware = */defer_ok
---------------------- */
/tom