--- Rosario Pingaro wrote:

> If it is not aveilable what is in your opinion the
> best av filter for linux?

Hi.
I use ClamAV and the post-data filter:

   #! /bin/bash
   # Parametros: @@FILE

   if ! OUT=`/usr/local/bin/clamdscan --no-summary $1`
   then
      echo "554 Message rejected by antivirus
filter:"\
         "${OUT/*: /}" > $1.rej
      exit 3
   fi

   exit 0

But it has some flaws:
http://www.mail-archive.com/xmail@xmailserver.org/msg13575.html
http://www.mail-archive.com/xmail@xmailserver.org/msg13576.html

Regards.


        



        
                
_______________________________________________________ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to