Uses of Interface
org.apache.mailet.MatcherConfig

Packages that use MatcherConfig
org.apache.james.core Implementations of core James services and concepts. 
org.apache.james.transport.matchers Core matchers for use with the Mailet API. 
org.apache.mailet The classes that constitute the Mailet API. 
 

Uses of MatcherConfig in org.apache.james.core
 

Classes in org.apache.james.core that implement MatcherConfig
 class MatcherConfigImpl
          Implements the configuration object for a Matcher.
 

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

Classes in org.apache.james.transport.matchers that implement MatcherConfig
 class All
           
 class CommandForListserv
          Returns positive if the recipient is a command for a listserv.
 class FetchedFrom
          Matches mail with a header set by Fetchpop X-fetched-from
fetchpop sets X-fetched-by to the "name" of the fetchpop fetch task.
 class HasAttachment
          Checks whether this message has an attachment
 class HasHabeasWarrantMark
           
 class HasHeader
          use: This matcher simply checks to see if the header named is present.
 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 or domain names.
 class RemoteAddrNotInNetwork
          Checks the IP address of the sending server against a comma- delimited list of IP addresses or domain names.
 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 MatcherConfig in org.apache.mailet
 

Classes in org.apache.mailet that implement MatcherConfig
 class GenericMatcher
          GenericMatcher implements the Matcher and MatcherConfig interfaces.
 class GenericRecipientMatcher
          GenericMatcher makes writing recipient based matchers easier.
 

Methods in org.apache.mailet that return MatcherConfig
 MatcherConfig GenericMatcher.getMatcherConfig()
          Returns this matcher's MatcherConfig object.
 MatcherConfig Matcher.getMatcherConfig()
          Returns a MatcherConfig object, which contains initialization and startup parameters for this matcher.
 

Methods in org.apache.mailet with parameters of type MatcherConfig
 void GenericMatcher.init(MatcherConfig newConfig)
          Called by the matcher container to indicate to a matcher that the matcher is being placed into service.
 void Matcher.init(MatcherConfig config)
          Called by the mailet container to indicate to a matcher that the matcher is being placed into service.
 



"Copyright © 1999-2002 Apache Jakarta Project. All Rights Reserved."