Package org.apache.james.transport.matchers

Core matchers for use with the Mailet API.

See:
          Description

Class Summary
All  
CommandForListserv Returns positive if the recipient is a command for a listserv.
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.
HasAttachment Checks whether this message has an attachment
HasHabeasWarrantMark  
HasHeader use: This matcher simply checks to see if the header named is present.
HostIs  
HostIsLocal  
InSpammerBlacklist Checks the network IP address of the sending server against a blacklist of spammers.
IsSingleRecipient  
NESSpamCheck This is based on a sample filter.cfg for a Netscape Mail Server to stop spam.
RecipientIs  
RecipientIsLocal  
RelayLimit  
RemoteAddrInNetwork Checks the IP address of the sending server against a comma- delimited list of IP addresses or domain names.
RemoteAddrNotInNetwork Checks the IP address of the sending server against a comma- delimited list of IP addresses or domain names.
SenderInFakeDomain Does a DNS lookup (MX and A/CNAME records) on the sender's domain.
SenderIs  
SizeGreaterThan Checks whether the message (entire message, not just content) is greater than a certain number of bytes.
SubjectIs  
SubjectStartsWith  
UserIs  
 

Package org.apache.james.transport.matchers Description

Core matchers for use with the Mailet API.



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