Hello all ClamAv users,

first time on the list so please excuse any dumb questions ;-)

I'm running Exim with a call to a script that runs all emails through 2 AV
scanners, the ClamAv part of the script is:

/usr/bin/clamdscan --stdout $1 > /tmp/antivir$$.log
ERR=$?

if [ $ERR > 0 ] ; then
.
.

I have been using clamdscan v0.60 for a while without any problems, but
based on recent problems decided to upgrade to 0.67-1

With v0.60 the error level returned is always 0 when no virus is found, as
soon as I put in v0.67 clamdscan always returns a 1 even though no virus is
present

I have added debugging to the script and reset ERR=0 before calling
clamdscan, but always when v0.67 version is called it returns a 1

Has there been a change in the return code from clamdscan, or does anyone
have any suggestion

Appreciate any help

thanks

Graham


~~~~~~~~~~~~~~~~~~~~~
Graham K. Dodd
Director of Operation
Falk & Ross GmbH
Tel. +49(6301)717-0
Fax. +49(6301)717-270



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to