> I'm new to this list. I was wondering if someone here can help me with a 
> little problem. I'm (unfortunately) still receiving to many email messages 
> with *.pif files (with the Sobig.F virus/worm inside). My local antivirus 
> (norton) makes the trick and stop them, but I want clamav to do that for 
> me. I ran clamscan to see if it can recognize the virus inside the .pif 
> file, but it couldn't. I've the latest virus definition.
> 
> What am I doing wrong?

I'm using amavisd-new to solve this problem ... for example from the
amavisd-new configuration file:

$banned_filename_re = new_RE(
        qr'\.pif$'i,
);

would solve the problem for you.

I'm not sure if clamav is the right place for this functionality.

Scott :-)


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to