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 2022/01/19 14:06:44 UTC

[incubator-ponymail-foal] branch master updated: Another limitation

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 57dfac7  Another limitation
57dfac7 is described below

commit 57dfac7acb8ecde0b111494c8e32c9af4f685421
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jan 19 14:06:32 2022 +0000

    Another limitation
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b1294b7..2195c2c 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,7 @@ been dropped in favor of collision-secure generators._
 * If an email is re-imported or archived, entries are currently replaced.
  This can result in loss of attributes such as alternate Permalinks and deleted status.
 * The migration tool drops Permalinks if two existing entries point to a sufficiently similar email
+* The migration tool does not fix up badly-parsed message-ids etc
 * There is no longer a 1-to-1 relationship between mbox and source entries.
   This can result in orphan source entries, with implications for privacy redaction.
 * emails are filed according to the Date: header, rather than arrival time.