Further notes on spamming

This morning I logged in to find 79 brand spanking new spam comments in the moderation queue, so it looks like I’m going to have to buckle down and figure out how to handle this problem. It’s going to be nasty: dealing with .htaccess files, and anti-spamming plugins; unfortunately, most methods I’ve found can in specific, reproducible circumstances, block actual people from the site, or from commenting. This bothers me more than if it randomly blocked people— probably because it seems like if you know what the problem is, you should be able to solve it. Unfortunately, Internet programming is never that tidy; you could plug as many holes as popped up one day, and the next day you’d discover some strange pathological situation in which the code blocked the wrong people. I wouldn’t bother if it wasn’t such a pain, trying to delete spam by hand.

The best looking anti-spam method I’ve found so far is based on .htacess files, awstat, and the Referrer-Karma script, and can be used in other applications than WP.

Hmmm… it seems WP doesn’t delete the comments that you mark as spam from the moderation queue; it simply marks them in the database and doesn’t display them, maybe as a precursor for using them to generate anti-spam software or dbs. Now I know that, seems like I have some db cleaning to do. There’s even a plug-in for this.

Possibly relevant posts:

Jun 16th, 2005 | Posted in Meta
Tags:
  1. Jun 16th, 2005 at 12:44 | #1

    I use spam karma (http://unknowngenius.com/blog/wordpress/spam-karma/dev/) and it’s the best I’ve seen. I do get false positives (I got one from your last comment, Spam Karma doesn’t like proxy servers), but I’ve gotten only 2 so far from hundreds of spam deleted.

  2. Jun 16th, 2005 at 15:00 | #2

    Ok, I’ll try that. It seems like it’ll be easier to set up. I thought I saw somewhere that it may slow things down; did you notice anything like that?

  3. Jun 16th, 2005 at 16:10 | #3

    not really, but i might be used to it by now.

  4. Jun 17th, 2005 at 08:08 | #4

    Hi Alex,

    thanks for the link. I tried Spam karma for a while but I was annoyed by the level of false positives, that’s why I chose the strategy you linked to. It is a less processor intensive method and (so far) the most effective method I have come across.

    Good luck with whichever method you go with,

    Cheers,

    Tom.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">
CommentLuv Enabled