You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by Norman Maurer <nm...@byteaction.de> on 2006/03/05 20:58:21 UTC

[PATCH] HeloCmdHandler to support check for helo resolving

Here is a patch for the current trunk to resolv the wish of this report
JAMES-451...

It add support to HeloCmdHandler to only accept helo if its a resolvable
domainname.

It can be configured like:

<handler command="HELO"
class="org.apache.james.smtpserver.HeloCheckCmdHandler">
    <checkValidHelo> true </checkValidHelo>
</handler>


if no <checkValidHelo> parameter is passed it will act as it is set to
false.. Like it work now.

Would be great if someone can have a look.

bye