Please stop your sending email to me.
Thank you.
----- Original Message -----
From: "Paul Querna" <[email protected]>
To: <[email protected]>
Sent: Thursday, May 07, 2009 11:14 PM
Subject: Re: [PATCH] mod_mbox id escaping
On Thu, May 7, 2009 at 4:22 AM, Rick van der Zwet
<[email protected]> wrote:
When a ampersand '&' is included into the message header, it is not
escaped properly causing an XML validation error.
It currently using URI_ESCAPE_OR_BLANK, but I Message-Id is not of URI
type, actually ESCAPE_OR_BLANK needs to be used.
Thanks, committed to trunk in r772700.