Alan Edwardes

A Different Approach to Comment Spam

Typically, I deal with comment spam the way I was trained to because of CMS software such as WordPress:

But, this leaves you with a database full of spam comments, along with a load of junk to sift through when trying to find false positives. It also means that some people get too reliant on the intelligence of the spam software and assume it has correctly identified the comment correctly as spam, so simply purge the spam queue. False positives just get lost.

How is my system different? I got fed up of the moderation queue side of things, so figured it would be much easier to provide the commenter with feedback if their comment is marked as spam and allow them to reduce the number of links they've used.

It's not such a crazy notion:

  • The spam bot can't read the feedback; it would just assume it has been submitted successfully
  • The spammer could interface directly with Akismet API and find a comment structure that gets through the system
  • The user gets immediate feedback; if they've spent a long time on a comment that is put in moderation it could fall victim to a spam queue purge
  • No moderation queue

I added an IP address check as an extra prevention against any kind of trial-and-error approach at spamming; the comment form can only be submitted 5 times every 2 minutes (excluding for validation).

Not a lot different, much simpler from the administrative perspective, and more transparent from an end-user's perspective.

13th of May 2010 at 9:50 PM

2 years ago

written by Alan Edwardes.

259 words

rand: How Much Time Do You ...

next: Postnatal: Kinect

prev: The Passing

share:FacebookTwitterRedditdiggStumbleUpondeliciousHacker NewsLinkedIn

Add a Comment

© 2006 – 2012 Alan Edwardes / code on github
Top