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 22:43:29 UTC

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

Author: noel
Date: Fri Jun  3 13:43:29 2005
New Revision: 179881

URL: http://svn.apache.org/viewcvs?rev=179881&view=rev
Log:
remove obsolete and long-commented out code

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=179881&r1=179880&r2=179881&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 13:43:29 2005
@@ -516,23 +516,6 @@
             if (isDebug) log("Recipients: " + recipients);
 
             /*
-            if (sfe.getValidSentAddresses() != null) {
-                Address[] validSent = sfe.getValidSentAddresses();
-                Collection recipients = mail.getRecipients();
-                //Remove these addresses for the recipients
-                for (int i = 0; i < validSent.length; i++) {
-                    try {
-                        MailAddress addr = new MailAddress(validSent[i].toString());
-                        recipients.remove(addr);
-                    } catch (ParseException pe) {
-                        //ignore once debugging done
-                        pe.printStackTrace();
-                    }
-                }
-            }
-            */
-
-            /*
              * The rest of the recipients failed for one reason or
              * another.
              *



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