If required, you can configure import jobs to exclude or only include e‑mails associated with CA Data Protection users who have specific account attributes. For example, if your CA Data Protection user accounts include a ‘Country’ attribute, you can configure import jobs to only import e‑mails sent by or to users in a specific country.
The import filter is defined in the machine policy of the Event Import host machine, where the User Filter policy setting defines a lookup expression containing one or more True or False tests that relate to a single CA Data Protection user attribute (for example, a user's team or country). Find this setting in the Email User Identification folder.
Event Import uses address mapping to associate each event participant, via an email address, with a CA Data Protection user. It then evaluates the lookup expression for that user.
Note: If the relevant user attribute is blank or not defined for any user, that user is deemed to have failed the test.
The expression syntax is:
<uservar><operator><text>
where:
Specifies the name of the user attribute you want to test against.
Determines whether the value specified by <text> must be present or absent.
Represents the attribute value whose presence or absence you want to test. Values are not case-sensitive; use double-quotes if the value includes spaces.
Filter expressions leverage the existing User Attribute data lookup functionality. For full details about <uservar>, <operator> and <text>, see the Administration console online help; search the index for ‘userattr commands, data lookup’.
For example, to exclude all emails associated with users based in your organization's UK office:
country is not uk
Copyright © 2015 CA Technologies.
All rights reserved.
|
|