Closed
Bug 1003950
Opened 11 years ago
Closed 11 years ago
automatically disable accounts based on the number of comments tagged as "abusive"
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Dolske, Assigned: glob)
References
Details
Attachments
(1 file)
5.85 KB,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
Comment tagging is fantastic. Loveitloveitloveit.
One tricky case right now is abusive comments, which are technically not spam / off-topic / etc.
I'd like to propose adding an "abusive" tag that works basically the same way as "spam". Disables the account, but also with a link to Bugzilla's etiquette.html.
![]() |
||
Updated•11 years ago
|
Assignee: create-and-change → nobody
Component: Creating/Changing Bugs → Administration
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
Comment 1•11 years ago
|
||
We could just reuse 'spam' for the same thing and word the disabled message as such:
This account has been automatically disabled as a result of a high number of spam or abusive comments.
Please contact the address at the end of this message if you believe this to be an error.
Please read the <a href="https://bugzilla.mozilla.org/page.cgi?id=etiquette.html">Bugzilla Etiquette Guide</a>.
Thoughts?
dkl
Reporter | ||
Comment 2•11 years ago
|
||
I think it needs to be a separate word (even if the underlying implementation is the same), as they're usually quite distinct things (a certain australis spammer aside ;).
I want to make it clear that abusive comments are not tolerated, as well as head off any criticism that we're censoring comments we don't just don't like as spam.
I'd be ok with the disabled message being some shared thing (like comment 1). I might want to make it unique in the future (to tailor it more specifically to abuse), but don't need it right away.
i would prefer to have separate settings for this function, as we may want to also have a different cutoff for abuse vs spam comments.
Assignee: nobody → glob
Component: Administration → Extensions: AntiSpam
Summary: Add "abusive" comment tag → automatically disable accounts based on the number of comments tagged as "abusive"
it took me much longer to write the disabled message than to do the code.
here's what i have right now:
This account has been automatically disabled as a result of a high number of comments tagged as abusive.<br>
<br>
All interactions on Bugzilla should follow our <a href="https://bugzilla.mozilla.org/page.cgi?id=etiquette.html">etiquette guidelines</a>.<br>
<br>
Please contact the address at the end of this message if you believe this to be an error, or if you would like your account reactivated in order to interact within our etiquette guidelines.
Attachment #8415771 -
Flags: review?(dkl)
Comment 5•11 years ago
|
||
Comment on attachment 8415771 [details] [diff] [review]
1003950_1.patch
Review of attachment 8415771 [details] [diff] [review]:
-----------------------------------------------------------------
r=dkl
Attachment #8415771 -
Flags: review?(dkl) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
e1aea96..54cc754 master -> master
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 7•11 years ago
|
||
Is it expected that "abusive" comments are not being hidden (eg bug 1016605 comment 2)?
Flags: needinfo?(glob)
(In reply to Justin Dolske [:Dolske] from comment #7)
> Is it expected that "abusive" comments are not being hidden (eg bug 1016605
> comment 2)?
opps, that's a simple configuration fix. sorted.
Flags: needinfo?(glob)
Updated•5 years ago
|
Component: Extensions: AntiSpam → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•