Hi All
I'm trying to import a large mbox file from a MM2 list into a new list on MM3.
The new MM3 list has 3 test emails in its archive.
# cd /usr/share/mailman3-web/
# python3 manage.py hyperkitty_import -l LISTNAME@DOMAIN /home/mark/tmp/LISTNAME.mbox Importing from mbox file /home/mark/tmp/LISTNAME.mbox to LISTNAME@DOMAIN Computing thread structure Synchronizing properties with Mailman Warming up cache The full-text search index is not updated for this list. It will not be updated by the 'minutely' incremental update job. To update the index for this list, run the Django admin command with arguments 'update_index_one_list LISTNAME@DOMAIN'.
That all seems pretty good. Then I attempt to rebuild the archive.
# python3 manage.py update_index_one_list LISTNAME@DOMAIN Indexing 3 emails
The import or rebuild has failed as it's just rebuilding the existing archive of the 3 test messages.
What am I doing wrong?
Thanks Mark