Kenny Smith wrote:
I decided simply to block any message with dangerous attachments:
<mailet match="AttachmentFileNameIs=*.scr,*.pif,message.zip,*.exe,*.vbs,*.bat" class="ToProcessor">
<processor> spam </processor>
</mailet>
.scr .pif .exe .vbs and .bat files (in my overly strict and yet still humble opinion) have no business being attachments. If you need to send those, then they can be zipped and the recepient protected. As for message.zip, I threw that in there for SoBig. It might catch a legit email, but for my uses the simplicity of it outweighs the potential loss.
Totally agree with the pattern and the rationale.
Steve.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
