Blog posts tagged: capthca

News and other things I find interesting


RSS Feed


Sep
4
2010

Stopping spam without CAPTCHA

Last modified: Friday, April 22, 2011

I decided to try to stop spam without CAPTCHA. I'm using a service called Akismet. It is free for personal blog use.

Akismet was originally developed for integration with WordPress. You can now use it's public API anywhere though. I'm using it via the Django comment framework.

For commercial use it's anywhere from $50 / month up to $1,000 / month depending on the frequency of usage.

I also setup email notifications for myself so I get emailed whenever a new comment gets posted.

For the news item I also set rel="nofollow" so any link posted won't count for search engine optimization (SEO).

Tags:

Add a new comment | 1 comment(s)

Gravatar image Joshua Kehn on Thursday, October 14, 2010 (04:10:41) says:

I wonder if reCAPTCHA has a WP plugin? I don't use WordPress though, so I jumped straight to that for simplicity. RustyLime has some very interesting image CAPTCHA's as well.