Oui, j'ai besoin d'une solution
Hi Guys,
I have Custom Filtering in place on my closed environment and currently have the following Rule in place:
<?xml version="1.0"?><RULE_SET xmlns="x-schema:ruleset schema.xdr"><!--Example Rule 1: This rule will exclude any email from archivingif it originates from someone in the Employee Benefits distribution list.--><RULE NAME="Don't Archive Sally" ACTION="MARK_DO_NOT_ARCHIVE"><AUTHOR><EA>sally.clarke@evdemo.local</EA></AUTHOR></RULE></RULE_SET>
It currently works as required - emails from User (Sally Clarke) are not archived. However, I would like to add a condition that is based on folder as well.
I would like the rule to be:
If email from Sally Clarke AND in folder "Subfolder" - DO NOT ARCHIVE.
If email from Sally Clarke AND in folder "Subfolder" - DO NOT ARCHIVE.
Currently I can't find the ability to exclude a folder without using EVPM scripts, is it possible using custom filtering? Is my attempted rule possible in any way?
Cheers
Chay