MD wrote:
> But as I see now, if I add:
> $banned_filename_re = new_RE(
> ...
>  [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type
> archives
>  [ qr'^\.(gz)$'=> 0],   # allow gzipped
>  [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within such
> archives
>  [ qr'^\.(smp)$'=> 0 ], # allow Supermailer file

> not only forbidden exefiles (within banned_filename_re) are passed, but
> also complete virus check is being passed?!

Banning (or allowing certain files to pass through banned checks) does not
affect virus scanning.

http://www.ijs.si/software/amavisd/amavisd-new-docs.html#actions

Gary V



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to