Name

filter

From List Filter — Applies an action to an email based on whether the source address is present in a list

<filter class="xms.filter.data.FromListFilter" />

Table 17. Attributes for filter tag (for xms.filter.data.FromListFilter)

NameDescriptionTypeDefault ValueRequired
actionThe action to take when a recipient is matchedActionEnum One of the following values: accept,drop,reject,tempfail,errordropno
domainsDomains to use or * for anyString any character combinationnoneyes
modeModeMode One of the following values: inclusive,exclusiveinclusiveno
userListName of the list to useStringList Name of a StringList as defined in StringListServicenoneyes

Service Dependencies

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

Example 20. Example configuration for From List Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.data.FromListFilter"
      action="action"
      domains="domains"
      mode="mode"
      userList="userList" />