|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mailet.base.GenericMatcher
org.apache.mailet.base.GenericRecipientMatcher
org.apache.james.transport.matchers.CommandForListserv
public class CommandForListserv
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 |
|---|
public CommandForListserv()
| Method Detail |
|---|
public void init()
throws javax.mail.MessagingException
init in class GenericMatcherjavax.mail.MessagingExceptionGenericRecipientMatcherpublic boolean matchRecipient(MailAddress recipient)
matchRecipient in class GenericRecipientMatcherGenericRecipientMatcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||