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)
| Name | Description | Type | Default Value | Required |
|---|---|---|---|---|
| addressList | Name of the list to use | StringList Name of a StringList as defined in StringListService | none | yes |
| addressPart | Part of the address to match | AddressPart One of the following values: full,user,domain | full | no |
| mode | Set to inclusive to block if the address is on the list, exclusive to block anyone not on the list | Mode One of the following values: inclusive,exclusive | inclusive | no |
This tag depends on the following services (or a service that extends or implements these classes)