You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2018/02/22 09:19:49 UTC

[GitHub] sebbASF closed pull request #435: import-mbox: Clarify List-ID format

sebbASF closed pull request #435: import-mbox: Clarify List-ID format
URL: https://github.com/apache/incubator-ponymail/pull/435
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/tools/import-mbox.py b/tools/import-mbox.py
index 834a8f4..7cbbbf5 100755
--- a/tools/import-mbox.py
+++ b/tools/import-mbox.py
@@ -399,7 +399,7 @@ def mailgen(list):
 parser.add_argument('--pipermail', dest='pipermail', action='store_true',
                    help='This is pipermail, derive files from it (list ID has to be set!)')
 parser.add_argument('--lid', dest='listid', type=str, nargs=1,
-                   help='Optional List-ID to override source with.')
+                   help='Optional List-ID to override source with. Format: <list-name>@<domain>')
 parser.add_argument('--project', dest='project', type=str, nargs=1,
                    help='Optional project to look for ($project-* will be imported as well)')
 parser.add_argument('--ext', dest='ext', type=str, nargs=1,


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services