Name

filter

From List Blocker — Blocks an email if its from address is found in the given list

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

Table 16. Attributes for filter tag (for xms.filter.data.FromListBlocker)

NameDescriptionTypeDefault ValueRequired
addressListName of the list to useStringList Name of a StringList as defined in StringListServicenoneyes
addressPartPart of the address to matchAddressPart One of the following values: full,user,domainfullno
modeSet to inclusive to block if the address is on the list, exclusive to block anyone not on the listMode One of the following values: inclusive,exclusiveinclusiveno

Service Dependencies

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

Example 19. Example configuration for From List Blocker

Required attributes are marked with a bold typeface

<filter class="xms.filter.data.FromListBlocker"
      addressList="addressList"
      addressPart="addressPart"
      mode="mode" />