
On Mar 18, 2021, at 10:53 PM, Prashant Pandey <prashantpandey94551@gmail.com> wrote:
I want to solve Issue #347 <https://gitlab.com/mailman/hyperkitty/-/issues/347> in the hyperkitty. How can I test the thread if I needed some data to test? Is there any way that I can follow and create my local thread for testing new features?
When I want something to show up in my local Hyperkitty, what I do is just go and download archives from some other Hyperkitty and import it locally.
For example, you can go to archives of this very list at1 and click the “Download” button on the bottom left. That will download an mbox file that is compressed, make sure you decompress it to a .mbox file.
Then, you locally import the archive using
$ python manage.py hyperkitty_import -l mailman-developers@python.org /path/to/file.mbox
Then, you should have some threads and emails to look at and work on the issues.
-- thanks, Abhilash Raj (maxking)