On Tue, 3 Aug 2004 09:44:28 -0500, Chris Moreland <[EMAIL PROTECTED]> wrote:
> I am trying to block some well know attachments with the rules below
> 
> B~name=.{1,64}\.exe:blocked
> B~name=.{1,64}\.scr:blocked
> B~name=.{1,64}\.vbs:blocked
> B~name=.{1,64}\.shs:blocked
> B~name=.{1,64}\.com:blocked
> B~name=.{1,64}\.pif:blocked
> 
> However-- these rules are not just blocking attachments they are
> blocking some legitimate emails (mainly html newsletters) any ideas---
> ?? Or do I just need to drop the .com ext rule --
> 
> Chris
> 
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
> 

The problem is this rule:
 B~name=.{1,64}\.com:blocked

The sourcecode of HTML mails contains many times links refering to
.com sites, images, etc. and this rule blocks them.

I am using a reduced version of these rules with great success. I use only:

B~begin 6.{1,64}\.pif:blocked
B~begin 6.{1,64}\.scr:blocked
B~begin 6.{1,64}\.vbs:blocked
B~begin 6.{1,64}\.shs:blocked
B~begin 6.{1,64}\.com:blocked
B~name=.{1,64}\.pif:blocked
B~name=.{1,64}\.scr:blocked
B~name=.{1,64}\.vbs:blocked
B~name=.{1,64}\.shs:blocked

-- 
Luis E. Norambuena
E-Mail: [EMAIL PROTECTED]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to