|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
org.apache.james.transport | |
org.apache.james.transport.matchers | |
org.apache.mailet |
Uses of Matcher in org.apache.james.transport |
Methods in org.apache.james.transport that return Matcher | |
Matcher |
MatchLoader.getMatcher(java.lang.String matchName,
MailetContext context)
|
Methods in org.apache.james.transport with parameters of type Matcher | |
void |
LinearProcessor.add(Matcher matcher,
Mailet mailet)
|
Uses of Matcher in org.apache.james.transport.matchers |
Classes in org.apache.james.transport.matchers that implement Matcher | |
class |
All
|
class |
CommandForListserv
Returns positive if the recipient is a command for a listserv. |
class |
HasAttachment
Checks whether this message has an attachment |
class |
HostIs
|
class |
HostIsLocal
|
class |
InSpammerBlacklist
Checks the network IP address of the sending server against a blacklist of spammers. |
class |
IsSingleRecipient
|
class |
NESSpamCheck
This is based on a sample filter.cfg for a Netscape Mail Server to stop spam. |
class |
RecipientIs
|
class |
RecipientIsLocal
|
class |
RelayLimit
|
class |
RemoteAddrInNetwork
Checks the IP address of the sending server against a comma- delimited list of IP addresses. |
class |
RemoteAddrNotInNetwork
Checks the IP address of the sending server against a comma- delimited list of IP addresses. |
class |
SenderInFakeDomain
Does a DNS lookup (MX and A/CNAME records) on the sender's domain. |
class |
SenderIs
|
class |
SizeGreaterThan
Checks whether the message (entire message, not just content) is greater than a certain number of bytes. |
class |
SubjectIs
|
class |
SubjectStartsWith
|
class |
UserIs
|
Uses of Matcher in org.apache.mailet |
Classes in org.apache.mailet that implement Matcher | |
class |
GenericMatcher
GenericMatcher implements the Matcher and MatcherConfig interfaces. |
class |
GenericRecipientMatcher
GenericMatcher makes writing recipient based matchers easier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |