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

[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to