org.apache.james.transport.matchers
Class CommandForListserv

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

public class CommandForListserv
extends GenericRecipientMatcher

Returns positive if the recipient is a command for a listserv. For example, if my listserv is james@list.working-dogs.com, this matcher will return true for james-on@list.working-dogs.com and james-off@list.working-dogs.com.


Constructor Summary
CommandForListserv()
           
 
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

CommandForListserv

public CommandForListserv()
Method Detail

init

public void init()
          throws javax.mail.MessagingException
Overrides:
init in class GenericMatcher
Throws:
javax.mail.MessagingException
See Also:
GenericRecipientMatcher

matchRecipient

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


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