cancel
Showing results for 
Search instead for 
Did you mean: 

Strip attachments in EV archiving

Spencer_Wallis
Level 4
Is there a way to "strip" attachments off of emails in a filtered way?  What the customer wants is a way to archive all messages out of a mailbox but strip/ignore all email with a *.wav file.  Their goal is to not keep voicemail messages in terminated users' mailboxes (which have a different policy through provisioning group). 


Message Edited by Spencer Wallis on 10-04-2007 01:16 PM
1 REPLY 1

John_Chisari
Level 6
Partner Accredited
There is a way, you will need to do Custom Filtering.  Please check out the Install and Configuring guide on how to set this up - under the Chapter: Custom Filtering and Properties.  There are some registry edits that need to be made as well as the creation of an XML file which contains the rules for archiving.
 
For eg. the xml below will strip all WAV files before archiving:-
 
<RULE NAME="DeleteWAVs" ATTACHMENT_ACTION="REMOVE">

<FILES>

<FILE FILENAME="*.WAV"/>

</FILES>

</RULE>