vincenzo    2003/09/03 08:44:43

  Modified:    src/java/org/apache/james/transport/mailets Forward.java
  Log:
  Resynchronized allowed values of getRecipients() with AbstractRedirect
  
  Revision  Changes    Path
  1.20      +2 -2      
james-server/src/java/org/apache/james/transport/mailets/Forward.java
  
  Index: Forward.java
  ===================================================================
  RCS file: 
/home/cvs/james-server/src/java/org/apache/james/transport/mailets/Forward.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Forward.java      7 Jul 2003 06:16:21 -0000       1.19
  +++ Forward.java      3 Sep 2003 15:44:43 -0000       1.20
  @@ -167,7 +167,7 @@
               for (int i = 0; i < iaarray.length; i++) {
                   String addressString = iaarray[i].getAddress();
                   MailAddress specialAddress = getSpecialAddress(addressString,
  -                new String[] {"postmaster", "sender", "reversePath", "unaltered", 
"recipients"});
  +                new String[] {"postmaster", "sender", "from", "replyTo", 
"reversePath", "unaltered", "recipients", "to", "null"});
                   if (specialAddress != null) {
                       newRecipients.add(specialAddress);
                   } else {
  
  
  

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

Reply via email to