From 8cafcb065d739147ee8ea1d43d7923e5929ff33f Mon Sep 17 00:00:00 2001 From: anarcat Date: Thu, 25 Nov 2021 10:25:53 -0400 Subject: [PATCH] +1 --- doc/todo/allow_banning_a_user_when_moderating_a_comment.mdwn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/todo/allow_banning_a_user_when_moderating_a_comment.mdwn b/doc/todo/allow_banning_a_user_when_moderating_a_comment.mdwn index c0b85ec85..4c5483127 100644 --- a/doc/todo/allow_banning_a_user_when_moderating_a_comment.mdwn +++ b/doc/todo/allow_banning_a_user_when_moderating_a_comment.mdwn @@ -1 +1,3 @@ If a logged-in user is both a comment moderator and an admin, it would be nice if you could tick a box to ban the poster of a comment (or their IP if not signed in. Or their IP, AND their login if signed in, I suppose.) via the comment moderation interface. Presently, you must view the back-end files to establish who posted the comment (the IP is not exposed in the moderation interface yet.) — [[Jon]] + +> +1, FWIW. in my experience, banning a bunch of IPs did help with the spambots for some time. In [[todo/anti-spam_protection]] i implemented some measures to implement this banning "out of band" but i have mostly given up on that now. all comments are moderated a priori and i just get a nightly email warning me when new spam comes in. the advantage of that approach is the spam never reaches the production site (1) and (2) i can ignore spammers until real content comes in at which point i can just flush it all out. -- [[anarcat]] -- 2.39.2