|
I have attached
Ipswitch Knowledgebase document number IM-19990609-DM06. I am trying to
keep all .vbs and js files from being delivered to my users. I implemented
this rule into my rules.ima file under the Imail directory. I am using
IMail 6.06. At first, it seemed to work fine until I realized ALL messages
with attachments of any kind were being delivered to NUL. This was
obviously not the desired result. Can anybody offer any help? It's
definitely not a syntax error as I copied and pasted the text into the rules.ima
file.
Thanks,
Scot A. Rager
Network Manager
Earth Sciences Consultants, Inc.
|
| |||||||||||||||||||||||
|
IMail - Rule that will delete junk messages without routing them to a mailbox | |||||||||||||||||||||||
| Product: | Version: | Platform: | |||||||||||||||||||||
| IMail | 5.0+ | NT,Win2000 | |||||||||||||||||||||
|
| |||||||||||||||||||||||
|
Question/Problem: How can I set up a rule that will simply delete any specified junk messages without routing them to a mailbox? Answer/Solution: Put rules in your
rules.ima like this: As .vbs and script viruses are turning up, a customer suggests these rules: B~(name=".*\.vbs"|name=".*\.shs"|name=".*\.scr"):NUL For IMail versions before 6.04 use:
B~(name=".*\pvbs"|name=".*\pshs"|name=".*\pscr"):NUL The first rule filters MIME attachments, characterized by
the string Note that only the first 32K of a message is checked. Please refer to page 78 in the IMail 6 User's Guide under Limits. It is necessary to stop and restart the SMTP service after
modifications to | |||||||||||||||||||||||
| Document #: | Revision Date: | ||||||||||||||||||||||
| IM-19990609-DM06 | 03/07/01 | ||||||||||||||||||||||
|
| |||||||||||||||||||||||
