Weasel’s No HTTP Authors

Checks to see if the author name in your comments contains “HTTP:” to help filter out spam.

Author:Andy Moore (profile at wordpress.org)
WordPress version required:2.0.2
WordPress version tested:2.3.1
Plugin version:1.0
Added to WordPress repository:24-12-2007
Last updated:27-12-2007
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.thedailyblitz.org/weasels-no-http-...
Total downloads:1 362
Active installs:40+
plugin download
Click to start download

We've been running the anti-spam Akismet plugin for WordPress, but still we get spam comments of a particular breed. This breed is one where the username is a URL, and the message body is an inoffensive message. Something like, "Great news, thanks!", which looks innocent enough at first! Until you go to see who posted it and it's some Viagra site.

It appears other anti-spam plugins don't have the capability to really defend against a username attack, as they only scan the actual comment filler. This plugin attempts to fix this one specific spam attack.

This plugin will scan the username listed on each comment and scan it for the phrase "HTTP:", indicating that the username is actually an HTML link. (Version 0.4u also looks for the phrase "Goodwork", a common WP spambot response). The plugin doesn't actually delete the spam or send it to some central database; it instead activates Akismet and do it's thing automatically. So essentially, my plugin just flips a little flag and doesn't do any of the dirty work.

Planned updates are an admin screen where you can define custom strings to be banned from certain fields. For the time being, I have a very well documented source code and you can always edit it to combat your specific type of spam!