I've fixed a bug in org.apache.James.James.bounce()
when a mail was bounced no date header was put in the bounce mail (so my
mail client was listing it before all the dated mails), *until now*  :-D

diff below src attached.

(ps am I doing the right thing, sending diffs and src to the list?)

d.


===================================================================
RCS file:
/home/cvspublic/jakarta-james/src/java/org/apache/james/James.java,v
retrieving revision 1.8
diff -r1.8 James.java
33a34
> import org.apache.james.util.*;
430c431
<
---
>                       reply.setHeader("Date", RFC822DateFormat.toString(new Date()));

James.java

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

Reply via email to