On 10/31/2009 2:16 PM, Gene Heskett wrote:
Greetings;

Does anyone have a procmail recipe that incorporates clamav into the checks, and one that handles the clamav output to /dev/null the viri etc?

At least I assume clamav doesn't auto-delete, I've not yet studied all the docs, but do have freshclam running apparently ok.

this works for me:

:0cW
|clamdscan --no-summary --stdout -
CLAMAV_CODE=$?

:0
* CLAMAV_CODE ?? 1
/dev/null

Reply via email to