Hi all,
I just updated my local server to include the patch I proposed in JAMES-875.
This basically adds this code to MimeMessageWrapper:
-----
protected void updateMessageID() throws MessagingException {
if (getMessageID() == null) super.updateMessageID();
}
-------
This way my Message-IDs are presereved after Javamail's
mimeMessage.saveChanges calls.
Most of our mailets are otherwise altering the Message-ID and this can
lead to many issues (SpamAssassin score increased, Domain-Key
verification failing...).
I think this should be applied ASAP to trunk and also backported to 2.3
branch.
Opinions?
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]