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 2016/11/05 12:56:47 UTC

incubator-ponymail git commit: Typo and clarification re digest stability

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 926e732e5 -> 3de20d919


Typo and clarification re digest stability


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/3de20d91
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/3de20d91
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/3de20d91

Branch: refs/heads/master
Commit: 3de20d919e40580efb562f174c005708510711f1
Parents: 926e732
Author: Sebb <se...@apache.org>
Authored: Sat Nov 5 12:41:17 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sat Nov 5 12:53:29 2016 +0000

----------------------------------------------------------------------
 docs/IMPORTING.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/3de20d91/docs/IMPORTING.md
----------------------------------------------------------------------
diff --git a/docs/IMPORTING.md b/docs/IMPORTING.md
index 9e215f3..a193fd2 100644
--- a/docs/IMPORTING.md
+++ b/docs/IMPORTING.md
@@ -3,7 +3,7 @@ Pony Mail supports many ways of importing your old mail archives via the
 `import-mbox.py` script. For command line argument tips, run `python3
 import-mbox.py --help`.
 
-Imports are digested equally every time, so you can
+Imports are digested equally every time (*), so you can
 import from the same source multiple times without creating duplicate emails in
 the archive. Both the archiver and the importer use the same digest method, so
 they can overlap. Usually, you'll want to set up the archiver first, and when
@@ -34,7 +34,7 @@ To import an entire site, use the same command as above, but omit the `--project
 ### Setting the domain or list id properly in case of variance
 If your old archive varies in terms of list IDs across time, you can force harmonization by using the `--lid` or `--domain` flags:
 
-`python3 import-mbox.py --source https://your.tld/mod_mbox/ --mod-mbox --project listid-yourdomain --lid "<listid.youdomain.tld>"`
+`python3 import-mbox.py --source https://your.tld/mod_mbox/ --mod-mbox --project listid-yourdomain --lid "<listid.yourdomain.tld>"`
 
 This should only be done one list at a time.
 
@@ -62,3 +62,6 @@ If you have a mix of mbox and non-mbox files in the specific dir, you may wish t
 ## Test archives
 We have a few test archives for those that wish to test large imports.
 They can be found in gzip format at [http://ponymail.info/mboxes/](http://ponymail.info/mboxes/)
+
+(*) The digest depends on the [archiver] generator setting in ponymail.cfg
+If that varies between imports, then duplicates will occur