On 21-06-2020 20:29, Maciej Delmanowski wrote:
It's time for a new DebOps release, this time with a sliiight
delay due
to various factors. But it's here!
Woooo! This is a good start of the work week :)
Congratz everyone!
- Refresh of the Mailman role - done! You probably are reading this
on
the new Mailman 3 instance that manages DebOps mailing lists.
Unfortunately, changes in the application broke some of the mailing
list URLs referenced in older e-mail messages, but hopefully the new
search functionality can mitigate this.
We solved that by copying the old list archive to our new Mailman 3
webroot and putting a notice in the archive index with a link to the new
archive. See
https://lists.ciphermail.com/pipermail/users/
Also redirects like these might be useful:
location /mailman/listinfo {
return 301 /postorius/lists/;
}
location ~* ^\/mailman\/listinfo\/([a-z]*) {
return 301 /postorius/lists/$1.lists.ciphermail.com/;
}
Cheers,
Imre