1 Sep
2017
1 Sep
'17
3:48 p.m.
For importing archives there is
django-admin hyperkitty_import [--settings=if.needed]
which works well using the MM 2.1 LISTNAME.mbox/LISTNAME.mbox file as input.
If you are using the docker containers provided at https://asynchronous.in/docker-mailman it might be easier to
docker exec -ti mailman-web /bin/bash --login cd /opt/mailman-web
and then call the manage.py script
./manage.py hyperkitty_import ..etc
--cro