vincenzo    2003/07/02 04:16:42

  Modified:    src/java/org/apache/james Tag: branch_2_1_fcs James.java
  Log:
  bounce was sending the reply with not null reverse-path.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.35.4.10 +3 -3      james-server/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/james-server/src/java/org/apache/james/James.java,v
  retrieving revision 1.35.4.9
  retrieving revision 1.35.4.10
  diff -u -r1.35.4.9 -r1.35.4.10
  --- James.java        24 Jun 2003 21:10:13 -0000      1.35.4.9
  +++ James.java        2 Jul 2003 11:16:42 -0000       1.35.4.10
  @@ -749,8 +749,8 @@
               throw new MessagingException("Unable to create multipart body", ioe);
           }
           reply.saveChanges();
  -        //Send it off...
  -        sendMail(bouncer, recipients, reply);
  +        //Send it off ... with null reverse-path
  +        sendMail(null, recipients, reply);
       }
   
       /**
  
  
  

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

Reply via email to