> As for rules.ima, the suggested >> B~name=.*\.exe:NUL >> B~name=.*\.com:NUL >> B~name=.*\.bat:NUL >> F~name=.*\.pif:NUL >> B~name=.*\.scr:NUL
> These rules (esp. the .com rule) will trigger quite a few non-attachment > situations as well. Agreed. The match zero or more pattern is a dangerous one to use in this context since it can span many lines. If you insist on doing it this way you should length limit the number of characters between name= and the extension. -- [EMAIL PROTECTED] "The avalanche has already started, it is too Rod Dorman late for the pebbles to vote." � Ambassador Kosh 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/
