+++ james/server/trunk/src/java/org/apache/james/transport/LinearProcessor.java
// and store it in the next spot
Mail notMail = new MailImpl(mail,newName(mail));
notMail.setRecipients(notRecipients);
+ notMail.setState(mail.getState());
Should that go into the MailImpl(Mail, String) constructor, instead?
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
