> From: Morris Jones [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 12, 2004 3:57 PM
> 
> I've been eagerly following along on this procmail recipe for virus
> scanning.  And I kindly appreciate the indulgence of the list ...
> 
> Based on the messages so far, I reduced the clamav scan to this:
> 
> -----------------------------------cut here---------------------------
> # Scan for viruses
> 
> :0 w
> VIRUS=|/usr/local/bin/clamscan --mbox --disable-summary --stdout  -
>

Sooner or later, we'll get it right. That needs to be a capital 'W' up
there to tell procmail to ignore non-zero exit codes.

:0 W
VIRUS=|/usr/local/bin/clamscan --mbox --disable-summary --stdout  -


Reply via email to