Name

filter

Recipient List Filter — Applies an action to an email based on if a recipient is found in a list or not

<filter class="xms.filter.recipient.RecipientListFilter" />

Table 21. Attributes for filter tag (for xms.filter.recipient.RecipientListFilter)

NameDescriptionTypeDefault ValueRequired
actionThe action to take when a recipient is matchedActionEnum One of the following values: accept,drop,reject,tempfail,errordropno
domainsDomains to use or * for anyString any character combination*no
fullAddressIf set, include the full email address when querying the user list.boolean true or falsenoneno
modeSet to inclusive to match if the person is on the list, exclusive to match anyone not on the listMode One of the following values: inclusive,exclusivenoneyes
userListThe name of the list to useStringList Name of a StringList as defined in StringListServicenoneyes

Service Dependencies

This tag depends on the following services (or a service that extends or implements these classes)

Example 26. Example configuration for Recipient List Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.RecipientListFilter"
      action="action"
      domains="domains"
      fullAddress="fullAddress"
      mode="mode"
      userList="userList" />