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 no...@apache.org on 2005/06/03 23:46:54 UTC

svn commit: r179896 - /james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java

Author: noel
Date: Fri Jun  3 14:46:52 2005
New Revision: 179896

URL: http://svn.apache.org/viewcvs?rev=179896&view=rev
Log:
fix typo and correct tab spacing

Modified:
    james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java

Modified: james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
URL: http://svn.apache.org/viewcvs/james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java?rev=179896&r1=179895&r2=179896&view=diff
==============================================================================
--- james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java (original)
+++ james/server/trunk/src/java/org/apache/james/transport/mailets/RemoteDelivery.java Fri Jun  3 14:46:52 2005
@@ -465,7 +465,7 @@
                 } catch (SendFailedException sfe) {
                     if (sfe.getValidUnsentAddresses() != null
                         && sfe.getValidUnsentAddresses().length > 0) {
-                        if (isDebug) log("Send failed, " + sfe.getValidUnsentAddresses().length() + " valid addresses remain, continuing with any other servers");
+                        if (isDebug) log("Send failed, " + sfe.getValidUnsentAddresses().length + " valid addresses remain, continuing with any other servers");
                         lastError = sfe;
                         continue;
                     } else {
@@ -903,7 +903,7 @@
                     } catch (Exception e) {
                         // Prevent unexpected exceptions from causing looping by removing
                         // message from outgoing.
-			// DO NOT CHNANGE THIS to catch Error!  For example, if there were an OutOfMemory condition
+                        // DO NOT CHNANGE THIS to catch Error!  For example, if there were an OutOfMemory condition
                         // caused because something else in the server was abusing memory, we would not want to
                         // start purging the outgoing spool!
                         outgoing.remove(key);



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org