Someone might want to remove the stray (blank) comment:
@@ -542,8 +543,8 @@
reply.setHeader(RFC2822Headers.DATE,
rfc822DateFormat.format(new Date()));
}
- reply.setRecipients(Message.RecipientType.TO, apparentlyTo);
-
+ // <<--- remove this? :-)
+
if(replyTo != null) {
InternetAddress[] iart = new InternetAddress[1];
iart[0] = replyTo.toInternetAddress();
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
