Excpetion in Acrhiving messages from Specific user in EV9.0
Hi, - Is there a way to add a exception to not archive messages received from specific user or subject in EV 9.0 ? We are currently implementing a solution where Cisco unity is dropping voice messages in users inbox via email with (.wav file) so users can listen to their voice messages in outlook. Cisco has it's own retention settings for these messages & we dont want Exchange applyting any retention policies or users moving to a different folder so these messages are archived. Currently we have mailbox archiving with messages archived after 90 days & shortcuts removed after 2 yrs.
Thanks,
-Stanley
Are the voicemails a specific messageclass? If yes you can exclude that message class from archiving.
If no, you can use custom filtering. I covered this here:
https://www-secure.symantec.com/connect/forums/custom-rule-remove-jpgs-archiving
Rob did a pretty guide write up about the process so between his article and documentation you shouldn't have too much of a problem setting it up.
https://www-secure.symantec.com/connect/articles/c...
Your ruleset will look like this:
<RULE NAME="DeleteVMs" ACTION="MARK_DO_NOT_ARCHIVE" >
<AUTHOR INCLUDES="ANY">
<EA>ciscovm@company.com</EA>
</AUTHOR>
<FILES>
<FILE FILENAME="*.WAV"/>
</FILES>
</RULE>See also:
Article URL http://www.symantec.com/docs/HOWTO58121
Article URL http://www.symantec.com/docs/HOWTO37055