GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/358
Bug: crash in import-mbox when list-id is missing and --lid is not provided
Traceback (most recent call last):
File
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/threading.py",
line 920, in _bootstrap_inner
self.run()
File "./tools/import-mbox.py", line 264, in run
json, contents = archie.compute_updates(list_override, private, message)
File "/Users/sebb/git/ponymail/tools/archiver.py", line 265, in
compute_updates
lid = normalize_lid(msg.get('list-id'))
File "/Users/sebb/git/ponymail/tools/archiver.py", line 117, in
normalize_lid
m = re.search(r"<(.+)>", lid)
File
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/re.py", line
166, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or buffer
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---