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 vi...@apache.org on 2003/09/03 17:18:25 UTC

cvs commit: james-server/src/java/org/apache/james/transport/mailets Forward.java

vincenzo    2003/09/03 08:18:25

  Modified:    src/java/org/apache/james/transport/mailets Tag:
                        branch_2_1_fcs Forward.java
  Log:
  Resynchronized allowed values of getRecipients() with AbstractRedirect
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.4.13  +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.6.4.12
  retrieving revision 1.6.4.13
  diff -u -r1.6.4.12 -r1.6.4.13
  --- Forward.java	7 Jul 2003 06:17:42 -0000	1.6.4.12
  +++ Forward.java	3 Sep 2003 15:18:25 -0000	1.6.4.13
  @@ -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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org