Name

filter

Recipient Reject Filter — Rejects mail to a given recipient

<filter/>

Name:filter
Required by Parent Tag:No
Multiple Tag Instances supported:Yes

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

NameFriendly NameDescriptionTypeDefault ValueRequired
classClassThe class name the service manager loads. To load: Recipient Reject Filter use: class xms.filter.recipient.SimpleRecipientRejectFilterClass Name A fully qualified class name for a class that is part of the java classpath.xms.filter.recipient.SimpleRecipientRejectFilterYes
addressReject AddressIf the recipient matches this address mail is blockedString Any character combination is valid.noneYes

Example 34. Example configuration for Recipient Reject Filter

Required attributes are marked with a bold typeface

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