Uses of Class
org.apache.mailet.GenericMatcher

Packages that use GenericMatcher
org.apache.james.transport.matchers   
org.apache.mailet   
 

Uses of GenericMatcher in org.apache.james.transport.matchers
 

Subclasses of GenericMatcher in org.apache.james.transport.matchers
 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 GenericMatcher in org.apache.mailet
 

Subclasses of GenericMatcher in org.apache.mailet
 class GenericRecipientMatcher
          GenericMatcher makes writing recipient based matchers easier.
 



"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."