Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: "spam?" notice. #10

Open
rgajrawala opened this issue Apr 23, 2015 · 6 comments
Open

Feature: "spam?" notice. #10

rgajrawala opened this issue Apr 23, 2015 · 6 comments

Comments

@rgajrawala
Copy link
Member

This is probably a feature that will get marked as wontfix, but I'll just leave it here if anyone wants to take a crack at it for fun.

Similar to the "new!" notice (new), the "spam?" notice (red background) is appended to a post when the contents are found to be spammy.

Ideas for finding spam posts:

  1. Dictionary: Create a dictionary with coding-related words and check the body of the post for any words that match. If we find a match, ignore. Else, append "spam?" notice.

That's about the only idea I have right now...

Note: For now, we shouldn't touch the Lounge (maybe even Jobs) subpages as content may be unrelated to coding and not spam.

@jaredready
Copy link

How is this different than Report + "Spam" ?

@rgajrawala
Copy link
Member Author

I just realized my mistake: I shouldn't have called this a button, it's a notice. The "spam?" notice is just a nicety: It doesn't do anything other than tell you if a post looks spammy. The "spam?" notice should make it easier for you to find spammy posts fast. If the post is truly spam, you would then click on it and report it. I'll update the original post right now.

@rgajrawala rgajrawala changed the title Feature: "spam?" button. Feature: "spam?" notice. Apr 23, 2015
@LB--
Copy link
Member

LB-- commented Apr 24, 2015

Considering how slow cplusplus.com is already, I don't think it's a good idea to try and query for every post on the page to see if its contents are spammy.

@rgajrawala
Copy link
Member Author

Makes sense, I agree.

@jaredready
Copy link

Maybe something like this could be implemented when we get control of the website :)

@LB--
Copy link
Member

LB-- commented Apr 24, 2015

In that case we would make a captcha appear on the post submission form if the post contents look spammy :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants