See: Description
| Class | Description |
|---|---|
| AbstractNetworkMatcher |
AbstractNetworkMatcher makes writing IP Address matchers easier.
|
| AbstractSQLWhitelistMatcher | |
| AbstractStorageQuota |
Experimental: Abstract matcher checking whether a recipient has exceeded a
maximum allowed storage quota for messages standing in his inbox.
|
| InSpammerBlacklist |
Checks the network IP address of the sending server against a blacklist of
spammers.
|
| IsInWhiteList |
Matches recipients having the mail sender in the recipient's private
whitelist .
|
| MailboxQuotaFixed |
Matcher which can be used to set a quota for users Mailbox.
|
| NetworkIsInWhitelist |
Matcher which lookup whitelisted networks in a database.
|
| RemoteAddrInNetwork |
Checks the IP address of the sending server against a comma- delimited list
of IP addresses, domain names or sub-nets.
|
| RemoteAddrNotInNetwork |
Checks the IP address of the sending server against a comma- delimited list
of IP addresses, domain names or sub-nets.
|
| SenderInFakeDomain |
Does a DNS lookup (MX and A/CNAME records) on the sender's domain.
|
Core matchers for use with the Mailet API.
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.