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/07/11 22:02:05 UTC

Re: svn commit: r420926 - /james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java

Yeah that should be a failure of mine ..just remove it ;-)

thx
Norman

Am Dienstag, den 11.07.2006, 19:11 +0200 schrieb Bernd Fondermann:
> Norman (original contributor), Stefano (original committer) could you 
> please check that I did not get something wrong here. I think the line 
> slipped in unintendedly.
> 
> Thank you!
> 
>    Bernd
> 
> berndf@apache.org wrote:
> > Author: berndf
> > Date: Tue Jul 11 10:06:50 2006
> > New Revision: 420926
> > 
> > URL: http://svn.apache.org/viewvc?rev=420926&view=rev
> > Log:
> > - remove repeated configuration, since it is redundant, see line #155 (origin of this now reverted change: see JAMES-477, compare revisions 392227 and 394291 of this class)
> > 
> > Modified:
> >     james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java
> > 
> > Modified: james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java
> > URL: http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java?rev=420926&r1=420925&r2=420926&view=diff
> > ==============================================================================
> > --- james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java (original)
> > +++ james/server/trunk/src/java/org/apache/james/smtpserver/SMTPServer.java Tue Jul 11 10:06:50 2006
> > @@ -218,8 +218,6 @@
> >              
> >              heloEhloEnforcement = handlerConfiguration.getChild("heloEhloEnforcement").getValueAsBoolean(true);
> >              
> > -            if (authRequiredString.equals("true")) authRequired = AUTH_REQUIRED;
> > -            
> >              // get the smtpGreeting
> >              smtpGreeting = handlerConfiguration.getChild("smtpGreeting").getValue(null);
> >  
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-dev-help@james.apache.org
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
> 
> !EXCUBATOR:1,44b3db9743762240618380!