org.apache.james.transport.matchers
Class UserIs

java.lang.Object
  extended by org.apache.mailet.base.GenericMatcher
      extended by org.apache.mailet.base.GenericRecipientMatcher
          extended by org.apache.james.transport.matchers.UserIs
All Implemented Interfaces:
Matcher, MatcherConfig

public class UserIs
extends GenericRecipientMatcher

Matches mail where the user is contained in a configurable list.

Version:
1.0.0, 24/04/1999

Constructor Summary
UserIs()
           
 
Method Summary
 void init()
           
 boolean matchRecipient(MailAddress recipient)
           
 
Methods inherited from class org.apache.mailet.base.GenericRecipientMatcher
match
 
Methods inherited from class org.apache.mailet.base.GenericMatcher
destroy, getCondition, getMailetContext, getMatcherConfig, getMatcherInfo, getMatcherName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserIs

public UserIs()
Method Detail

init

public void init()
Overrides:
init in class GenericMatcher

matchRecipient

public boolean matchRecipient(MailAddress recipient)
Specified by:
matchRecipient in class GenericRecipientMatcher


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