org.apache.james.protocols.smtp.core.fastfail
Class ReverseEqualsEhloHeloHandler
java.lang.Object
org.apache.james.protocols.smtp.core.fastfail.ResolvableEhloHeloHandler
org.apache.james.protocols.smtp.core.fastfail.ReverseEqualsEhloHeloHandler
- All Implemented Interfaces:
- ProtocolHandler, HeloHook, Hook, RcptHook
public class ReverseEqualsEhloHeloHandler
- extends ResolvableEhloHeloHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReverseEqualsEhloHeloHandler
public ReverseEqualsEhloHeloHandler()
isBadHelo
protected boolean isBadHelo(SMTPSession session,
String argument)
- Overrides:
isBadHelo in class ResolvableEhloHeloHandler
- Parameters:
session - the SMTPSessionargument - the argument
- Returns:
- true if the helo is bad.
- See Also:
ResolvableEhloHeloHandler.isBadHelo(org.apache.james.protocols.smtp.SMTPSession, java.lang.String)
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.