When creating your own local white list and black list for spam filtering, you can filter against domain names, e-mail addresses, and/or IP addresses. Pattern matching works a bit differently depending upon the type of matching in question. For example, pattern matching for domain names uses a longest suffix match algorithm. If the sender e-mail address has a domain name of aaa.bbb.ccc, the device tries to match "aaa.bbb.ccc" in the list. If no match is found, it tries to match "bbb.ccc", and then "ccc". IP address matching, however, does not allow for partial matches.
Spam filtering uses local lists for matching in the following manner:
By default, the device first checks incoming e-mail against local white and black lists. If the sender is not found on either list, the device proceeds to query the SBL server over the Internet. When both server-based spam filtering and local list spam filtering are enabled, checks are done in the following order:
![]() |
Note: Local black and white list matching continues after the antispam license key is expired. |