Possible Duplicate:
How can I prevent spam on sites which I control?
Are there any recommended admin tools or interfaces for reviewing and moderating spam on a community-driven UGC site?
Are there any recommended admin tools or interfaces for reviewing and moderating spam on a community-driven UGC site? |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
There aren't "best practices" for that. To stop spam you need to be creative. Don't use the traditional type of captchas which ask the user to enter some text from an image into a text box. As an owner of a big forum hosting company I can guarantee these Captchas do not stop spambots, not even the hyped ReCaptcha. Think of some security question anyone would know how to answer. For example: "Which number is larger: 1 or 328?". For a number of reasons this is a fairly effective way. Akismet is also nice but that is if you don't depend too much on user input because it often flags legit comments as spam comments. So it's not useful for forums, only for blogs and similar websites where you can afford to lose an user or 10. |
|||||||||||||||||||
|
|
I've always had luck with SpamAssassin. http://spamassassin.apache.org/ |
|||
|
|
|
While perhaps a little dated, this is a good starting point if you're trying to think about developing something: A Plan for Spam |
|||
|
|
|
Usually moderation tools are built into the application/CMS you're using. If you're talking about automated spam-detection tools, then Akismet has a pretty good reputation for blocking spam on blog comments (you can use their API for any type of content though). And then there're also CAPTCHAs and bot-traps, which can also be very effective when employed strategically. User policies are another good way of preventing spam. For instance, peer moderation works quite well on large sites. StackExchange's policy of requiring a certain amount of reputation before allowing links/comments is also very effective. When all else fails, hire some paid moderators to patrol the site and delete spam posts and ban spammers. Edit: |
||||
|
|