For example, I would like to download my advanced_bootmenu SeaBIOS patch that is attached to this message:
https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/thread/CKWLNTZ...
Here is a direct link to the attachment that is provided by Hyperkitty web interface:
https://mail.coreboot.org/hyperkitty/list/seabios@seabios.org/message/CKWLNT...
However, when I try to download it (tried both Firefox and wget) - instead of 13KB file it always gets 26 bytes. This is an ASCII error message: "<memory at 0x7f696b2a54c8>", "<memory at 0x7f696b2a51c8>" and so on. Maybe a segmentation fault somewhere?
P.S. I miss the old Pipermail: with its' convenient old school web UI, short clear links and working attachments... :P
Best regards, Mike Banon
Am Do., 11. Apr. 2019 um 17:21 Uhr schrieb Mike Banon mikebdp2@gmail.com:
message: "<memory at 0x7f696b2a54c8>", "<memory at 0x7f696b2a51c8>" and so on.
Maybe a segmentation fault somewhere?
No, it's just python being python. That thing doesn't say "it's crashing at that position", but "the object I'm printing is at that address" because apparently the data type doesn't support anything better. The issue is discussed over at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/6... and I applied that patch locally which fixes it, so for now we should be good.
Thank you for the report!
P.S. I miss the old Pipermail: with its' convenient old school web UI,
short clear links and working attachments... :P
The short clear links had one very distinct disadvantage: they are unstable. We have a couple of URLs pointing into the pipermail subtree in our source trees that point to the wrong email. The scheme that is now used is stable because it uses a (URL-friendly) hash of the message ID. It's also more verbose because it encodes the entire email address, but that's because mailman3 supports serving different domains (whereas before, seabios@coreboot.org or coreboot@seabios.org would work as well).
As for the UI not being old school, well... Apparently nobody on the entire internet cares enough to add server side rendering to hyperkitty.
Patrick