You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2017/09/16 21:57:02 UTC

incubator-ponymail git commit: Restrictions on source accuracy

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 <se...@apache.org>
Authored: Sat Sep 16 22:56:58 2017 +0100
Committer: Sebb <se...@apache.org>
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