vincenzo 2003/07/02 04:15:50
Modified: src/java/org/apache/james James.java
Log:
bounce was sending the reply with not null reverse-path.
Revision Changes Path
1.61 +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.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- James.java 24 Jun 2003 21:09:15 -0000 1.60
+++ James.java 2 Jul 2003 11:15:50 -0000 1.61
@@ -712,8 +712,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);
}
/**
* Returns whether that account has a local inbox on this server
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]