Hi,

I'm trying to use clamav for 2 days.

I've put it on my mx mail serveur, this serveur send mail to a Trend IMSS and them the mail come to my pop serveur.

IMSS has detected a virus (PE_DUMARU.A) that clamav hasn't see.

The raison it's perhaps that I'm using clamav in a particular way.
When Postfix on the MX get a mail, it send it to a shell script, the script does the folowing things (it's a simplification of my script).
-----------
cat > in.$$


clamscan in.$$ || {
   rm in.$$
   exit
}
bogofilter -p < in.$$ | sendmail "$@"

rm in.$$
exit
-----------

clamscan seem to do be alway able to get virus in that way.
What can I do ? (I want to use a script like this one).


Regards.





------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to