Bug 197537 - Add a tool to block spammer accounts
Summary: Add a tool to block spammer accounts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-02 17:41 PDT by Alexey Proskuryakov
Modified: 2019-05-03 18:37 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (11.68 KB, patch)
2019-05-02 17:46 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2019-05-02 17:41:58 PDT
Add a command line tool to block accounts and hide their bugs and comments.
Comment 1 Alexey Proskuryakov 2019-05-02 17:46:16 PDT
Created attachment 368853 [details]
proposed patch

I'm not much of a Python programmer, but trying.
Comment 2 Simon Fraser (smfr) 2019-05-03 09:12:08 PDT
Can't this just be a button in the Bugzlla user account editing UI?
Comment 3 Lucas Forschler 2019-05-03 09:48:28 PDT
It could possible be a Bugzilla extension.
https://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/Extension.html
Comment 4 Alexey Proskuryakov 2019-05-03 09:50:10 PDT
It can if someone else writes the Perl code to do that. But that would be per account, and not in bulk like the tool supports.

I personally wouldn't be using such a button, as getting all the way to the user edit page is more effort than pasting a list of e-mails into command line.
Comment 5 Darin Adler 2019-05-03 15:57:37 PDT
(In reply to Alexey Proskuryakov from comment #4)
> getting all the way to the
> user edit page is more effort than pasting a list of e-mails into command
> line.

My thought exactly.
Comment 6 Alexey Proskuryakov 2019-05-03 18:34:55 PDT
Committed revision 244943.
Comment 7 Alexey Proskuryakov 2019-05-03 18:37:39 PDT
To be fair, there are potential benefits to a server side implementation:

- Can use it from devices that don't have command line.

- Can be restricted to a custom group, so we could make more people spam fighters.