filter
Verp Bounce Filter — Provides VERP services and bounce scanning for incoming and outgoing mail<filter class="xms.filter.bounce.VerpBounceFilter" … > child tags </filter>
Table 29. Attributes for filter tag (for xms.filter.bounce.VerpBounceFilter)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| action | The action to take if a bounce expression is matched | ActionEnum One of the following values: accept,drop,reject,tempfail,error | drop | no |
| definitions | The path to the bounce definitions file | String any character combination | lib/definitions.def | no |
| domainList | A StringList that contains the domains to process verp and bounces for | StringList Name of a StringList as defined in StringListService | none | yes |
| feedbackAddressList | A StringList that contains full addresses which receive spam complaint feedback messages | StringList Name of a StringList as defined in StringListService | none | yes |
| sizeLimit | Size Limit | int positive integer | 10000 | no |
| verpDomain | If specified, all bounces will be redirected to this domain | String any character combination | none | no |
| verpPrefix | The prefix for verp addresses | String any character combination | none | no |
| verpVariables | The variables to encode into the return path | String any character combination | none | no |
This tag depends on the following services (or a service that extends or implements these classes)
Example 35. Example configuration for Verp Bounce Filter
Required attributes are marked with a bold typeface
<filter class="xms.filter.bounce.VerpBounceFilter"
action="action"
definitions="definitions"
domainList="domainList"
feedbackAddressList="feedbackAddressList"
sizeLimit="sizeLimit"
verpDomain="verpDomain"
verpPrefix="verpPrefix"
verpVariables="verpVariables">
<action class="class" … />
</filter>