On Mon, Nov 27, 2023 at 01:26:03PM -0800, Mark Sapiro wrote:
On 11/27/23 13:01, Lars Bjørndal wrote:
I imported an archive from a list created in September 2013 with the following command:
mailman-web hyperkitty_import -l annonsering@hodr.no --since 2013-09-01 <mbox file>
If it's a new list with no current archive, I typically don't use --since. If there might be messages in the archive, I normally use something like
--since 1970-01-01
just to be sure I get everything.
There was some new messages in the archive prior to the import.
No errors reported.
And this should have imported all messages with Date: header dates >= 2013-09-01 plus any without Date: headers.
I then did
mailman-web update_index_one_list annonsering@hodr.no
No, when I go to https://hodr.no/archives/list/annonsering@hodr.no/, I cannot choose mails earlier than January 2023.
What's the problem, do you think?
The messages are there. I went to https://hodr.no/archives/list/annonsering@hodr.no/ and only saw messages from 2023, but then I went to https://hodr.no/archives/list/annonsering@hodr.no/latest?count=200&page=2 and started seeing all the messages even at https://hodr.no/archives/list/annonsering@hodr.no/.
What do you see now?
Now, all messages are visible.
I also note your pages seem to be missing the styling as the references to the styles, etc at https://hodr.no/static/* all return 404.
Thank you. I had Alias /mailman3/static /opt/mailman3/web/static
instead of Alias /static /opt/mailman3/web/static
. As I'm blind, I didn't notice that missed icons/styling.
Is the issue fixed for you now? I don't understand what caused the issue.
Tyank you, the issue is fixed.
Lars