mhonarc-dev

[bug #52469] Group-address headers corrupted in archive

2017-11-20 08:11:47
URL:
  <http://savannah.nongnu.org/bugs/?52469>

                 Summary: Group-address headers corrupted in archive
                 Project: MHonArc
            Submitted by: ralph
            Submitted on: 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
         Discussion Lock: Any
        Operating System: All
            Perl Version: N/A
       Component Version: N/A
           Fixed Release: 

    _______________________________________________________

Details:

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: ;, nmh-workers(_at_)nongnu(_dot_)org 
    $

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, nmh-workers(_at_)nongnu(_dot_)org
    $





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?52469>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV

<Prev in Thread] Current Thread [Next in Thread>
  • [bug #52469] Group-address headers corrupted in archive, Ralph Corderoy <=