Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 46028200CE7 for ; Sat, 16 Sep 2017 23:57:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 39D011609D5; Sat, 16 Sep 2017 21:57:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F6541609CC for ; Sat, 16 Sep 2017 23:57:06 +0200 (CEST) Received: (qmail 17012 invoked by uid 500); 16 Sep 2017 21:57:05 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 17003 invoked by uid 99); 16 Sep 2017 21:57:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Sep 2017 21:57:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 3E273183C9A for ; Sat, 16 Sep 2017 21:57:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id q0GQJcVoCCTC for ; Sat, 16 Sep 2017 21:57:04 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 194825F642 for ; Sat, 16 Sep 2017 21:57:04 +0000 (UTC) Received: (qmail 17000 invoked by uid 99); 16 Sep 2017 21:57:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Sep 2017 21:57:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5B99E02F3; Sat, 16 Sep 2017 21:57:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@ponymail.incubator.apache.org Message-Id: <39b3b60ea17f4d34a17f9f60412e54e3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ponymail git commit: Restrictions on source accuracy Date: Sat, 16 Sep 2017 21:57:02 +0000 (UTC) archived-at: Sat, 16 Sep 2017 21:57:07 -0000 Repository: incubator-ponymail Updated Branches: refs/heads/master 75e3dd18c -> f12bb825e Restrictions on source accuracy See #399, #402, #410 Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/f12bb825 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/f12bb825 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/f12bb825 Branch: refs/heads/master Commit: f12bb825e4a82d4cd0fbbaeca7966858917ac991 Parents: 75e3dd1 Author: Sebb Authored: Sat Sep 16 22:56:58 2017 +0100 Committer: Sebb Committed: Sat Sep 16 22:56:58 2017 +0100 ---------------------------------------------------------------------- RELEASE-NOTES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/f12bb825/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0800383..572a190 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -100,4 +100,9 @@ that Permalinks are unique or permanent. ------ - HTML-only mails are not archived unless the Python `html2text` package (GPLv3) is installed and the `--html2text` command line arg is used - \ No newline at end of file + - The email source as stored in the database is not guaranteed the same as the input. + - The source is derived from the parsed mail, which drops the leading From_ line and may change header spacing or line wrapping + - The archiver may add headers to the source + - The archiver changes the List-Id if the --lid parameter is used + - Since the From_ line is not preserved it has to be regenerated for the mbox download. + The regenerated line will not always be the same as the original \ No newline at end of file