Please enter search query.
Search <book_title>...
Enterprise Vault™ Setting up Domino Server Archiving
Last Published:
2021-12-06
Product(s):
Enterprise Vault (14.2)
- About this guide
- Setting up Domino mailbox archiving
- Preparation for Domino mailbox archiving
- Configuring Domino targets, tasks and policies in Enterprise Vault
- Adding Domino Server archiving targets
- Configuring mailbox policies for Domino mailbox archiving
- Using customized shortcuts for Domino mailbox archiving
- Configuring desktop policies for Domino mailbox archiving
- Adding a Provisioning Group when setting up Domino mailbox archiving
- Installing Enterprise Vault extensions for Notes and DWA clients
- About Enterprise Vault clients for Notes and DWA clients
- Granting Execution Control List permissions when setting up Notes and DWA clients
- Changes made by EVInstall.nsf when setting up Domino mailbox archiving
- How to edit automatic messages after installing Domino mailbox archiving
- Setting up a Vault Cache for offline users
- Setting up Domino Journaling archiving
- How to configure clients when setting up Domino Journal archiving
- Configuring filtering
- Configuring custom filtering
- Configuring registry settings for Domino custom filtering
- About custom filtering ruleset files
- About controlling default custom filtering behavior
- About the general format of ruleset files for custom filtering
- About rule actions for custom filtering
- About message attribute filters for custom filtering
- About the general format of Custom Properties.xml
- About content categories
- Defining how custom properties are presented in third party applications
About assigning content categories in rules when configuring custom properties
When using custom properties, the preferred way to specify the actions to be taken for messages that match a filter rule is to assign a content category in the rule, in the ruleset file. You define the default settings included in a content category in the content categories section of Custom Properties.xml
.
In the ruleset file, you assign a content category as follows:
<RULE NAME="Example rule" ACTION="ARCHIVE_ITEM" CONTENTCATEGORY="content_category_name"> <message attribute filters> </RULE>
The value of "content_category_name" is the name of the required content category as specified in Custom Properties.xml
.
In the ruleset file, content categories can only be assigned when ACTION="ARCHIVE_ITEM".