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)
| Name | Description | Type | Default Value | Required |
|---|
| address | If the recipient matches this address mail is blocked | String any character combination | none | yes |
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" />