<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xaprb &#187; comment spam</title>
	<atom:link href="http://www.xaprb.com/blog/tag/comment-spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:58:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Three steps to stopping blog comment spam</title>
		<link>http://www.xaprb.com/blog/2008/10/11/three-steps-to-stopping-blog-comment-spam/</link>
		<comments>http://www.xaprb.com/blog/2008/10/11/three-steps-to-stopping-blog-comment-spam/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 16:23:38 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[World Wide Web]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=610</guid>
		<description><![CDATA[This is part knowledge share, part appeal: fellow bloggers, I&#8217;d comment a lot more on your blogs (and I want to!) if I could. Please, make it easy for me to comment &#8212; don&#8217;t make me log in (I won&#8217;t do it) or moderate me. I&#8217;ve found a solution that works really well for me; [...]


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/09/13/stopping-spam-on-google-groups/' rel='bookmark' title='Permanent Link: Stopping spam on Google Groups'>Stopping spam on Google Groups</a></li>
<li><a href='http://www.xaprb.com/blog/2007/05/28/my-unorthodox-captcha-blocked-thousands-of-spam-comments-every-week/' rel='bookmark' title='Permanent Link: My unorthodox CAPTCHA blocked thousands of spam comments every week'>My unorthodox CAPTCHA blocked thousands of spam comments every week</a></li>
<li><a href='http://www.xaprb.com/blog/2008/12/16/a-comment-on-very-large-shared_buffers-benchmarks/' rel='bookmark' title='Permanent Link: A comment on very large shared_buffers benchmarks'>A comment on very large shared_buffers benchmarks</a></li>
<li><a href='http://www.xaprb.com/blog/2005/09/28/a-comment-on-comments/' rel='bookmark' title='Permanent Link: A comment on comments'>A comment on comments</a></li>
<li><a href='http://www.xaprb.com/blog/2005/12/01/about-xaprb/' rel='bookmark' title='Permanent Link: Why you need to read this blog'>Why you need to read this blog</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>This is part knowledge share, part appeal: fellow bloggers, I&#8217;d comment a lot more on your blogs (and I want to!) if I could.  Please, make it easy for me to comment &#8212; don&#8217;t make me log in (I won&#8217;t do it) or moderate me.  I&#8217;ve found a solution that works really well for me; maybe it&#8217;ll help you too.</p>

<span id="more-610"></span>

<p>I get a <strong>lot</strong> of comment attempts on this blog.  Even years ago, when it wasn&#8217;t getting much traffic, I would get hundreds or thousands of spam comments every time I logged in to check my moderation queue.  It became a ritual I&#8217;d do several times a day, like checking email, and I&#8217;d have pages and pages of comments to delete.</p>

<p>Today I get just a few spam comments a month.  I have a three-part recipe that has proven to virtually eliminate spam comments.  None of the three works in isolation, but together they are very good.</p>

<p>Here it is:</p>

<ol>
<li><a href="http://akismet.com/">Akismet</a>.  Akismet is very, very good at detecting spam and putting it into the moderation queue.  It rarely has a false positive or false negative.  All you have to do is sign up for a WordPress account (takes 15 seconds) so you get an Akismet API key.</li>
<li><a href="http://www.meyerweb.com/eric/tools/wordpress/wp-gatekeeper.html">WP-Gatekeeper</a>.  This lets you add a simple question-answer, like a CAPTCHA but without obnoxious accessibility problems or unreadable images.  Even the biggest sites on the web use unreadable CAPTCHAs, and it drives me nuts.  See <a href="http://www.rimmkaufman.com/rkgblog/2008/09/15/illegible-captchas/">Yes, Iâ€™m Human. No, I Canâ€™t Decode YouTube Captchas.</a></li>
<li><a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> is the keystone in the arch.  It actually denies access to the site, based on the request&#8217;s HTTP headers and other metadata.</li>
</ol>

<p>This trio of plugins, all of which are very simple to install and configure, mean that very few spam-bot requests ever reach the site.  The remaining requests are easily quarantined into the moderation queue if they are spam.</p>

<p>This also makes it really easy for humans to comment on my blog.  You just answer the goofy question and that&#8217;s it.  Your comments don&#8217;t get moderated unless Akismet thinks they are spam.</p>

<p>On a related note, the <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments</a> is the other feature I appreciate the most on other people&#8217;s blogs.  I don&#8217;t want to subscribe via RSS, and I don&#8217;t want to check back; subscribing to get email when there&#8217;s a response is great for me.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2009/09/13/stopping-spam-on-google-groups/' rel='bookmark' title='Permanent Link: Stopping spam on Google Groups'>Stopping spam on Google Groups</a></li>
<li><a href='http://www.xaprb.com/blog/2007/05/28/my-unorthodox-captcha-blocked-thousands-of-spam-comments-every-week/' rel='bookmark' title='Permanent Link: My unorthodox CAPTCHA blocked thousands of spam comments every week'>My unorthodox CAPTCHA blocked thousands of spam comments every week</a></li>
<li><a href='http://www.xaprb.com/blog/2008/12/16/a-comment-on-very-large-shared_buffers-benchmarks/' rel='bookmark' title='Permanent Link: A comment on very large shared_buffers benchmarks'>A comment on very large shared_buffers benchmarks</a></li>
<li><a href='http://www.xaprb.com/blog/2005/09/28/a-comment-on-comments/' rel='bookmark' title='Permanent Link: A comment on comments'>A comment on comments</a></li>
<li><a href='http://www.xaprb.com/blog/2005/12/01/about-xaprb/' rel='bookmark' title='Permanent Link: Why you need to read this blog'>Why you need to read this blog</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2008/10/11/three-steps-to-stopping-blog-comment-spam/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>My apologies if Bad Behavior blocked you</title>
		<link>http://www.xaprb.com/blog/2007/12/10/my-apologies-if-bad-behavior-blocked-you/</link>
		<comments>http://www.xaprb.com/blog/2007/12/10/my-apologies-if-bad-behavior-blocked-you/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 12:02:23 +0000</pubDate>
		<dc:creator>Xaprb</dc:creator>
				<category><![CDATA[Bad Behavior]]></category>
		<category><![CDATA[comment spam]]></category>

		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/12/10/my-apologies-if-bad-behavior-blocked-you/</guid>
		<description><![CDATA[<p>To cut down on comment spam, I have <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> enabled on this blog, and <a href="http://www.bad-behavior.ioerror.us/2007/12/06/bad-behavior-2011/">there was an issue with the version I had</a>.  My apologies if it blocked you.  I didn't get any email from folks saying they were blocked, but it blocked me!  Apparently a fairly common complaint.  I've upgraded now and I'm not seeing any more issues.</p>

<p>There's a lot of hate mail towards Bad Behavior's author because of this, so I want to try to cancel some of that out: this plugin has saved me many gray hairs.  Thanks.</p>


<strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2007/05/28/my-unorthodox-captcha-blocked-thousands-of-spam-comments-every-week/' rel='bookmark' title='Permanent Link: My unorthodox CAPTCHA blocked thousands of spam comments every week'>My unorthodox CAPTCHA blocked thousands of spam comments every week</a></li>
<li><a href='http://www.xaprb.com/blog/2011/12/01/automatically-detecting-abnormal-behavior-in-mysql/' rel='bookmark' title='Permanent Link: Automatically detecting abnormal behavior in MySQL'>Automatically detecting abnormal behavior in MySQL</a></li>
<li><a href='http://www.xaprb.com/blog/2010/11/11/two-examples-of-sphinx-search-at-work/' rel='bookmark' title='Permanent Link: Two examples of Sphinx search at work'>Two examples of Sphinx search at work</a></li>
<li><a href='http://www.xaprb.com/blog/2006/04/03/thunderbird-junk-mail-howto/' rel='bookmark' title='Permanent Link: How to train Thunderbird to detect junk mail'>How to train Thunderbird to detect junk mail</a></li>
</ul>]]></description>
			<content:encoded><![CDATA[<p>To cut down on comment spam, I have <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> enabled on this blog, and <a href="http://www.bad-behavior.ioerror.us/2007/12/06/bad-behavior-2011/">there was a minor issue with the version I had, though in general it has been wonderful</a>.  My apologies if it blocked you.  I didn&#8217;t get any email from folks saying they were blocked, but it blocked me!  Apparently a fairly common complaint.  I&#8217;ve upgraded now and I&#8217;m not seeing any more issues.</p>

<p>There&#8217;s a lot of hate mail towards Bad Behavior&#8217;s author because of this, so I want to try to cancel some of that out: this plugin has saved me many gray hairs.  Thanks.</p>

<p><strong>Further Reading:</strong><ul><li><a href='http://www.xaprb.com/blog/2007/05/28/my-unorthodox-captcha-blocked-thousands-of-spam-comments-every-week/' rel='bookmark' title='Permanent Link: My unorthodox CAPTCHA blocked thousands of spam comments every week'>My unorthodox CAPTCHA blocked thousands of spam comments every week</a></li>
<li><a href='http://www.xaprb.com/blog/2011/12/01/automatically-detecting-abnormal-behavior-in-mysql/' rel='bookmark' title='Permanent Link: Automatically detecting abnormal behavior in MySQL'>Automatically detecting abnormal behavior in MySQL</a></li>
<li><a href='http://www.xaprb.com/blog/2010/11/11/two-examples-of-sphinx-search-at-work/' rel='bookmark' title='Permanent Link: Two examples of Sphinx search at work'>Two examples of Sphinx search at work</a></li>
<li><a href='http://www.xaprb.com/blog/2006/04/03/thunderbird-junk-mail-howto/' rel='bookmark' title='Permanent Link: How to train Thunderbird to detect junk mail'>How to train Thunderbird to detect junk mail</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.xaprb.com/blog/2007/12/10/my-apologies-if-bad-behavior-blocked-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

