Hi,
On Fri, 2021-04-16 at 16:43 +0200, Mark Wielaard wrote:
On Fri, 2021-04-16 at 16:23 +0200, Ricardo Wurmus wrote:
> the “Sign Up” thing in the menu at
https://lists.gnu.tools leads
> to
>
https://lists.gnu.tools/accounts/signup/?next=/hyperkitty/list/assembly%4...,
> which returns “Page not found”.
Sorry, that is my fault. The Sign Up page is used to create an (django)
"account" on the site. Which you can then connect to your email address
with which you are subscribed to a list. It was constantly abused and
caused a constant stream of "sign up" emails to random addresses.
And again apologies, someone contacted me directly about it too and I
now understand why disabling that Sign Up page was a mistake. If you
are looking at the archives it looks like the only way to subscribe and
on the contribute page we point to the archive, not the list info page
(where there is a very clear subscription form). So I have pushed this:
commit e4d4d906b9c7454afcd1a70987429547c2eaf04f
Author: Mark Wielaard <mark(a)klomp.org>
Date: Fri Apr 16 18:46:48 2021 +0200
contribute.md: Change subscribe link from hyperkitty to postorius
diff --git a/contribute.md b/contribute.md
index 92821f7..dc8d7f7 100644
--- a/contribute.md
+++ b/contribute.md
@@ -14,7 +14,7 @@ the Assembly are as follows:
Endorsement allows us to make sure we’re all on the same page,
following the same goals and sharing the same values.
2. Subscribe to [the Assembly mailing
- list](https://lists.gnu.tools/hyperkitty/list/assembly@lists.gnu.tools/)
+ list](https://lists.gnu.tools/postorius/lists/assembly.lists.gnu.tools/)
and check out the [code of conduct](/en/documents/code-of-conduct)
that applies.
3. Introduce yourself on the list and propose changes adding you to
I'll look this weekend into re-enabling the Sign Up page. Hopefully in a way that
spammers cannot abuse so easily. This is indeed confusing and makes it too hard for people
to subscribe to the list.
Apologies,
Mark