Uses of Class
org.apache.james.transport.matchers.AbstractNetworkMatcher

Packages that use AbstractNetworkMatcher
org.apache.james.transport.matchers Core matchers for use with the Mailet API. 
 

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

Subclasses of AbstractNetworkMatcher in org.apache.james.transport.matchers
 class RemoteAddrInNetwork
          Checks the IP address of the sending server against a comma- delimited list of IP addresses, domain names or sub-nets.
 class RemoteAddrNotInNetwork
          Checks the IP address of the sending server against a comma- delimited list of IP addresses, domain names or sub-nets.
 class SenderInFakeDomain
          Does a DNS lookup (MX and A/CNAME records) on the sender's domain.
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.