You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by sebbASF <gi...@git.apache.org> on 2017/01/30 15:39:57 UTC

[GitHub] incubator-ponymail issue #358: Bug: crash in import-mbox when list-id is mis...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-ponymail issue #358: Bug: crash in import-mbox when list-id is mis...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the issue at:

    https://github.com/apache/incubator-ponymail/issues/358


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---