Summary | MDN disposition-notification - invalid Original-Message-ID field |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jerryblaine (at) napismi (dot) cz |
Created | 08/27/2014 (3962 days ago) |
Due | |
Updated | 08/27/2014 (3962 days ago) |
Assigned | |
Resolved | 08/27/2014 (3962 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 820bd7047c0252c7c394a27e81dffe806af24aba
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Aug 27 14:07:22 2014 -0600
[mms] Fix generation of Original-Message-ID header in MDN
notification (
Bug #13526).framework/Mime/lib/Horde/Mime/Mdn.php | 44 ++++++++-------
framework/Mime/package.xml | 4 +
framework/Mime/test/Horde/Mime/MdnTest.php | 85
++++++++++++++++++++++++++++
3 files changed, 112 insertions(+), 21 deletions(-)
http://github.com/horde/horde/commit/820bd7047c0252c7c394a27e81dffe806af24aba
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ MDN disposition-notification - invalid Original-Message-ID field
Type ⇒ Bug
State ⇒ Unconfirmed
parsable attachment contains Original-Message-ID field, which does not
conform to RFC3798, section 3.2.5. Horde inserts 'rfc822;' in front of
the message ID, probably due to a copy-paste bug.
Currently, the field looks like this:
Original-Message-ID: rfc822;<message_id>
but should look like this:
Original-Message-ID: <message_id>
File to fix: horde/framework/Mime/lib/Horde/Mime/Mdn.php
Regards,
Martin D