Uses of Class
org.apache.mailet.base.GenericRecipientMatcher

Packages that use GenericRecipientMatcher
org.apache.james.mailet.standard.matchers Core matchers for use with the Mailet API. 
 

Uses of GenericRecipientMatcher in org.apache.james.mailet.standard.matchers
 

Subclasses of GenericRecipientMatcher in org.apache.james.mailet.standard.matchers
 class CommandForListserv
          Returns positive if the recipient is a command for a listserv.
 class CommandListservMatcher
          CommandListservMatcher is the matcher that pairs with the CommandListservManager It checks to see if the request is intended for the ListservManager, but doesn't guarantee that it is a valid command.
 class HostIs
          Matches mail to given hosts.
 class HostIsLocal
          Matches mail to Domains which are local .
 class RecipientIs
          Matches mail where the recipent is one of a configurable list.
 class RecipientIsLocal
          Matches mail where the recipient is local.
 class RecipientIsRegex
          Matches recipients whose address matches a regular expression.
 class UserIs
          Matches mail where the user is contained in a configurable list.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.