Click here to Skip to main content
15,887,683 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: Weekly newsletter / Articles added / updated Pin
Wendelius3-Oct-16 8:12
mentorWendelius3-Oct-16 8:12 
GeneralRe: Weekly newsletter / Articles added / updated Pin
Sean Ewington3-Oct-16 8:29
staffSean Ewington3-Oct-16 8:29 
GeneralRe: Weekly newsletter / Articles added / updated Pin
Wendelius3-Oct-16 8:37
mentorWendelius3-Oct-16 8:37 
QuestionWhere does VS2013 tag come from? Pin
Wendelius2-Oct-16 20:56
mentorWendelius2-Oct-16 20:56 
BugPending new blog posts, not able to leave a message Pin
Wendelius30-Sep-16 2:40
mentorWendelius30-Sep-16 2:40 
SuggestionIt's better to add a "Date" filters in under "View unanswered questions" Pin
vani suresh29-Sep-16 22:08
vani suresh29-Sep-16 22:08 
GeneralRe: It's better to add a "Date" filters in under "View unanswered questions" Pin
Chris Maunder30-Sep-16 1:23
cofounderChris Maunder30-Sep-16 1:23 
SuggestionA different take on spam Pin
Jörgen Andersson28-Sep-16 10:34
professionalJörgen Andersson28-Sep-16 10:34 
As we all have noticed (With we, I'm referring to those that's frequenting the spam and abuse forum as well as the moderation queue) the russian spambot is back.
And something needs to be done to get the work load and the response time down.

I don't have very much to say about the moderation queue, it works really well. It catches almost everything with very few false positives and is easy enough to work on.
If I should complain about anything, it's a bit slow loading, so if you could tune the priority a teensy bit I'd be happy.
Anyhow, hats off to Dennis and the rest of the crew for a good job. Thumbs Up | :thumbsup:

So what's the problem then?
Well, the moderation queue can actually be handled fairly easy as far as I'm concerned

The bottleneck is what happens afterwards. Cleaning up the offending accounts.
The procedure goes basically like this:

First check if they have been reported before or not.
If not, post about them in the spam forum.
Check posts from other members if other spammer accounts need to be removed.
Double check if it's a probable spammer or not. If there is no obvious reason for why not (as the proof is already gone), trust the poster.
Report.
If it's the tenth report, add a note to the OP that it's been removed so that other member knows they don't need to check this post.

I know that all this work was put into order to minimize mistakes, and I'm not simply suggesting a change in number of reports necessary as it doesn't really do anything about the underlying problem.
I believe we need a different approach to the problem.


This is how I see it: Someone is a spammer if they post spam. So the check on whether someone is a spammer or not, should be done when a message is reported or rejected from the moderation queue.
This should be automatic, we should not need to report the user as a spammer.


But there obviously needs to be some safety catches in the system. And actually, with the current system we simply trust the person that cleaned up the moderation queue, so that safety catch isn't there.

Anyway,
First we need some kind of throttling in the system. A lot of it is already in place, but bear with me.
  • I don't like captchas and similar and I'm having some doubts on how efficient it would be, but your account is something you register only once if you're a normal user, and then it has to be considered OK.
  • A user should be blocked from posting whenever they have more than a certain number of messages in the moderation queue.
    Whenever the messages have been approved the account is unblocked.


However, any user that gets a message rejected should automatically get their account disabled.
There's an obvious drawback with this approach, if I click the wrong button, the user would get blocked and I wouldn't even know I did something wrong.
So we need at least two accepts or rejects on a message. This is twice as much work in the moderation queue, but it is already safer than the system we have now, and it almost completely removes the messy disorganized work in the spam forum.

Note that this suggestion refers to spam in the moderation queue, spam that gets through to the forums is a whole different problem. If regular Joe realizes they can kill an account with two spam reports it will get heavily misused.

Discuss.
Wrong is evil and must be defeated. - Jeff Ello

GeneralRe: A different take on spam Pin
Chris Maunder28-Sep-16 11:52
cofounderChris Maunder28-Sep-16 11:52 
GeneralRe: A different take on spam Pin
Jörgen Andersson28-Sep-16 12:14
professionalJörgen Andersson28-Sep-16 12:14 
GeneralRe: A different take on spam Pin
Chris Maunder28-Sep-16 15:50
cofounderChris Maunder28-Sep-16 15:50 
GeneralRe: A different take on spam Pin
Jörgen Andersson29-Sep-16 2:44
professionalJörgen Andersson29-Sep-16 2:44 
GeneralRe: A different take on spam Pin
Chris Maunder29-Sep-16 5:02
cofounderChris Maunder29-Sep-16 5:02 
GeneralRe: A different take on spam Pin
OriginalGriff29-Sep-16 5:51
mveOriginalGriff29-Sep-16 5:51 
GeneralRe: A different take on spam Pin
Jörgen Andersson29-Sep-16 8:27
professionalJörgen Andersson29-Sep-16 8:27 
GeneralRe: A different take on spam Pin
Chris Maunder29-Sep-16 14:56
cofounderChris Maunder29-Sep-16 14:56 
GeneralRe: A different take on spam Pin
Tom Deketelaere29-Sep-16 0:45
professionalTom Deketelaere29-Sep-16 0:45 
GeneralRe: A different take on spam Pin
#realJSOP29-Sep-16 2:17
mve#realJSOP29-Sep-16 2:17 
GeneralRe: A different take on spam Pin
Tom Deketelaere29-Sep-16 3:06
professionalTom Deketelaere29-Sep-16 3:06 
GeneralRe: A different take on spam Pin
#realJSOP29-Sep-16 4:55
mve#realJSOP29-Sep-16 4:55 
GeneralRe: A different take on spam Pin
Chris Maunder29-Sep-16 5:05
cofounderChris Maunder29-Sep-16 5:05 
JokeRe: A different take on spam Pin
Tom Deketelaere29-Sep-16 5:11
professionalTom Deketelaere29-Sep-16 5:11 
JokeRe: A different take on spam Pin
Wendelius29-Sep-16 5:22
mentorWendelius29-Sep-16 5:22 
GeneralRe: A different take on spam Pin
#realJSOP29-Sep-16 7:49
mve#realJSOP29-Sep-16 7:49 
GeneralRe: A different take on spam Pin
Maciej Los5-Oct-16 6:19
mveMaciej Los5-Oct-16 6:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Flags: RejectedAnswered

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.