Name

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)

NameDescriptionTypeDefault ValueRequired
actionThe action to take if a bounce expression is matchedActionEnum One of the following values: accept,drop,reject,tempfail,errordropno
definitionsThe path to the bounce definitions fileString any character combinationlib/definitions.defno
domainListA StringList that contains the domains to process verp and bounces forStringList Name of a StringList as defined in StringListServicenoneyes
feedbackAddressListA StringList that contains full addresses which receive spam complaint feedback messagesStringList Name of a StringList as defined in StringListServicenoneyes
sizeLimitSize Limitint positive integer10000no
verpDomainIf specified, all bounces will be redirected to this domainString any character combinationnoneno
verpPrefixThe prefix for verp addressesString any character combinationnoneno
verpVariablesThe variables to encode into the return pathString any character combinationnoneno

Service Dependencies

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

Child Tags

Action

<action class="class" />

Classes Implementing xms.action.Action

The following classes can be used in the class attribute for this tag:

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>