org.apache.james.transport.matchers
Class HostIs

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

public class HostIs
extends GenericRecipientMatcher

Matches mail from given hosts.

Version:
1.0.0, 24/04/1999

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

HostIs

public HostIs()
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.