MHonArc - Bugs: bug #52469, Group-address headers corrupted in...
You are not allowed to post comments on this tracker with your current authentication level.
bug #52469: Group-address headers corrupted in archive
Submitter: | Ralph Corderoy <ralph> | ||
Submitted: | Mon 20 Nov 2017 02:11:35 PM UTC | ||
Category: | Mail Parsing | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Incorrect Behavior |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Operating System: | All | Perl Version: | N/A |
Component Version: | N/A | Fixed Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Here's an archive of an email with two addresses in its To: header, a group address, and a single address.
$ curl -sS ftp://lists.gnu.org/nmh-workers/2017-11 |
> sed -n '/Sat Nov 18 19:42:55 2017/,/^To:/p' |
> sed -n '$p'
To: nmh-announce: ;, -email is unavailable-
$
Here it is in the mhonarc.org archive, corrupted.
$ curl -sS 'https://www.mhonarc.org/archive/cgi-bin/extract-mesg.cgi?a=nmh-workers&m=2017-11&i=20171119004244.DA4E6A19F9%40pb-smtp2.pobox.com' |
> grep '^To:'
To: nmh-announce: ;@zimbra.mallorn.com, -email is unavailable-
$