we have a standard rules.ima file for our customers with filtering rules for viruses and attachements, worms, etc.
we copy them to all domain subdirectories (dos batchfile) problem: if somebody has its own domain rules defined, they will be overwritten.
Since you are using a batch file, what you could do is instead of:
copy rules.ima [whatever]\rules.ima
you could use:
type rules.ima >> [whatever]\rules.ima
The ">>" will append to the existing file (just do not use ">", as that will overwrite it).
Of course, this can only be done once, or else you will end up with duplicate information in the rules.ima file.
-Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers.
Declude Virus: Catches known viruses and is the leader in mailserver vulnerability detection.
Find out what you have been missing: Ask for a free 30-day evaluation.
--- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
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/
