--- /home/noel/src2/src/java/org/apache/james/transport/LinearProcessor.java	Sun Apr 21 14:12:42 2002
+++ LinearProcessor.java	Wed May 22 22:50:29 2002
@@ -172,6 +172,9 @@
                 //  and store it in the next spot
                 MailImpl notMail = (MailImpl)mail.duplicate(newName(mail));
                 notMail.setRecipients(notRecipients);
+				notMail.setRemoteHost(mail.getRemoteHost());
+				notMail.setRemoteAddr(mail.getRemoteAddr());
+
                 unprocessed[i + 1].add(notMail);
                 //We have to set the reduce possible recipients on the old message
                 mail.setRecipients(recipients);

