You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/09/26 21:35:01 UTC

[GitHub] incubator-ponymail issue #414: Bug: does not handle resent messages

GitHub user sebbASF opened an issue:

    https://github.com/apache/incubator-ponymail/issues/414

    Bug: does not handle resent messages

    As per RFC 2822, an original message can be resent to the same mailing list.
    
    This message must have the following headers prefixed to it:
    Resent-From:
    Resent-Date:
    It should also have the following:
    Resent-Message-ID:
    It may have other headers added (see the RFC)
    
    At present, these headers are not used.
    
    Since the rest of the resent message is the same, failure to take account of the headers may mean that the original and new message are given the same database id; i.e. only one of them will be stored.
    
    If the Resent-Message-ID: is present, that should perhaps be used instead of the original message-id when generating the database id. However the orginal M-Id needs to be kept for searches.
    
    There is at least one example in the ASF archives, see: INFRA-15174

----

----


---

[GitHub] incubator-ponymail issue #414: Bug: does not handle resent messages

Posted by sebbASF <gi...@git.apache.org>.
Github user sebbASF commented on the issue:

    https://github.com/apache/incubator-ponymail/issues/414
  
    More examples:
    http://mail-archives.apache.org/mod_mbox/perl-embperl/201709.mbox
    
    Also:
    tamaya.apache.org/dev/201709
    perl.apache.org/embperl/201709



---