Name

filter

Blacklist Filter — Blocks IP addresses listed in blacklists

<filter class="xms.filter.BlacklistFilter" />

Table 11. Attributes for filter tag (for xms.filter.BlacklistFilter)

NameDescriptionTypeDefault ValueRequired
actionThe action to perform if an IP is listed in a blacklistActionEnum One of the following values: accept,drop,reject,tempfail,errortempfailno
blacklistsA comma-delimited list of blacklists to check againstString any character combinationcbl.abuseat.orgno
timeoutTimeout in MS to wait for blacklist lookupint positive integer10000no

Service Dependencies

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

Example 12. Example configuration for Blacklist Filter

Required attributes are marked with a bold typeface

<filter class="xms.filter.BlacklistFilter"
      action="action"
      blacklists="blacklists"
      timeout="timeout" />