org.nhind.james.matcher
Class RecipientIsLocalAndSMTPAuthUserIs
java.lang.Object
org.apache.mailet.base.GenericMatcher
org.nhind.james.matcher.RecipientIsLocalAndSMTPAuthUserIs
- All Implemented Interfaces:
- Matcher, MatcherConfig
public class RecipientIsLocalAndSMTPAuthUserIs
- extends GenericMatcher
Matcher for local recipients when the auth user matches a given user.
- Author:
- beau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecipientIsLocalAndSMTPAuthUserIs
public RecipientIsLocalAndSMTPAuthUserIs()
init
public void init()
throws javax.mail.MessagingException
-
- Overrides:
init in class GenericMatcher
- Throws:
javax.mail.MessagingException
match
public Collection<MailAddress> match(Mail mail)
throws javax.mail.MessagingException
-
- Specified by:
match in interface Matcher- Specified by:
match in class GenericMatcher
- Throws:
javax.mail.MessagingException
Copyright © 2012. All Rights Reserved.