Name

filter

Simple Recipient Reject Filter — Rejects mail to a given recipient

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

Table 26. Attributes for filter tag (for xms.filter.recipient.SimpleRecipientRejectFilter)

NameDescriptionTypeDefault ValueRequired
addressIf the recipient matches this address mail is blockedString any character combinationnoneyes

Example 31. Example configuration for Simple Recipient Reject Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.recipient.SimpleRecipientRejectFilter"
      address="address" />