
June 5, 2025
5:43 p.m.
- On 6/5/25 19:22, Sam Darwin via Mailman-users wrote:
After running hyperkitty_import to import thousands of emails from mailman2 (the years 2013-2025) I then ran another import for years 2004-2013 from another mbox file. It was an entirely earlier timeframe, which may be relevant.
It probably is. Hyperkitty doesn't import earlier messages by default if the archive includes newer messages. For that, you'd need to call hyperkitty_import with the --since parameter, for instance, hyperkitty_import '--since=2004-01-01 00:00Z' in your case.
Otherwise, messages older than what is the latest in the archive will be skipped
- which essentially means everything was skipped.
Mihai