GitHub user sebbASF opened an issue:
https://github.com/apache/incubator-ponymail/issues/229
Bug: import-mbox.py --project qualifier regex errors
The help for --project says:
```Optional project to look for ($project-* will be imported as well)```
However the regex is coded as ```<a href='($project[-a-z0-9]+/)'```
If project == commons, then this will only match commonsrdf-*.
Similarly for lucene and lucenenet.
It does not match $project because the trailing class is required.
Furthermore, the RE also assumes that the href will be enclosed in single
quotes but double-quotes are also commonly used.
Note: this only seems to apply to http(s) import.
----
----
---
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.
---