+1

I think now its time for a 2.3.2 release. Maybe before ApacheCon US ?


Cheers,
Norman

2008/10/5 Stefano Bagnara <[EMAIL PROTECTED]>

> 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]
>
>

Reply via email to