<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 100,000 Blog Spam Comments</title>
	<atom:link href="http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/</link>
	<description>Instant Usability &#38; Web Standards</description>
	<lastBuildDate>Sat, 28 Jan 2012 13:44:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: justaddwater.dk &#124; Blog Usability: Spam Comments Irritate Subscribers</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-376129</link>
		<dc:creator>justaddwater.dk &#124; Blog Usability: Spam Comments Irritate Subscribers</dc:creator>
		<pubDate>Tue, 27 Nov 2007 10:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-376129</guid>
		<description>[...] 100,000 Blog Spam Comments, February 6, [...]</description>
		<content:encoded><![CDATA[<p>[...] 100,000 Blog Spam Comments, February 6, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justaddwater.dk &#124; Announcement: Spam Filter Free Day</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-376127</link>
		<dc:creator>justaddwater.dk &#124; Announcement: Spam Filter Free Day</dc:creator>
		<pubDate>Tue, 27 Nov 2007 10:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-376127</guid>
		<description>[...] 100,000 Blog Spam Comments (Feb 26th) [...]</description>
		<content:encoded><![CDATA[<p>[...] 100,000 Blog Spam Comments (Feb 26th) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justaddwater.dk &#124; Spam Blog Posted 182 Articles in One Day</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-119319</link>
		<dc:creator>justaddwater.dk &#124; Spam Blog Posted 182 Articles in One Day</dc:creator>
		<pubDate>Mon, 02 Apr 2007 00:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-119319</guid>
		<description>[...] in &#8220;how to avoid spam comments&#8221; (part 1, part 2), and the last 2 months since we passed 100,000 spam comments, we have had another 57,000 spam [...]</description>
		<content:encoded><![CDATA[<p>[...] in &#8220;how to avoid spam comments&#8221; (part 1, part 2), and the last 2 months since we passed 100,000 spam comments, we have had another 57,000 spam [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-78602</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Tue, 06 Feb 2007 19:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-78602</guid>
		<description>Interesting article. I&#039;m using Spam Karma 2 instead but lately a few comments with just random letters in have gotten through. I think I&#039;ll try some of your ideas. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Interesting article. I&#8217;m using Spam Karma 2 instead but lately a few comments with just random letters in have gotten through. I think I&#8217;ll try some of your ideas. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Watson Steen</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-78378</link>
		<dc:creator>Thomas Watson Steen</dc:creator>
		<pubDate>Tue, 06 Feb 2007 12:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-78378</guid>
		<description>Hi Håvard

Yes you are right.... and thanks for letting us know :)

Though, now that I look closer at the htaccess filter, I see that I thought of this when I created it and also allowed refer fields that are empty:
&lt;code style=&quot;text-align: left; font-size: 0.9em&quot;&gt;
&lt;IfModule mod_rewrite.c&gt;
RewriteEngine on
&lt;span style=&quot;color: #F00&quot;&gt;RewriteCond %{HTTP_REFERER} !^$&lt;/span&gt;
RewriteCond %{HTTP_REFERER} !^http://(www\.)?justaddwater.dk/.*$ [NC]
RewriteRule jaw-comments-post.php$ - [F]
&lt;/IfModule&gt;
&lt;/code&gt;

And as you can see, your comment got though correctly.</description>
		<content:encoded><![CDATA[<p>Hi Håvard</p>
<p>Yes you are right&#8230;. and thanks for letting us know :)</p>
<p>Though, now that I look closer at the htaccess filter, I see that I thought of this when I created it and also allowed refer fields that are empty:<br />
<code style="text-align: left; font-size: 0.9em"><br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine on<br />
<span style="color: #F00">RewriteCond %{HTTP_REFERER} !^$</span><br />
RewriteCond %{HTTP_REFERER} !^http://(www\.)?justaddwater.dk/.*$ [NC]<br />
RewriteRule jaw-comments-post.php$ - [F]<br />
&lt;/IfModule&gt;<br />
</code></p>
<p>And as you can see, your comment got though correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håvard Pedersen</title>
		<link>http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/comment-page-1/#comment-78349</link>
		<dc:creator>Håvard Pedersen</dc:creator>
		<pubDate>Tue, 06 Feb 2007 12:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://justaddwater.dk/2007/02/06/100000-blog-spam-comments/#comment-78349</guid>
		<description>I hope you are aware that the referrer field is optional and some privacy filters blocks it, so comments sent with no referrer field should be let through. I&#039;m posting this without one, so I guess this serves as a test as well. :)</description>
		<content:encoded><![CDATA[<p>I hope you are aware that the referrer field is optional and some privacy filters blocks it, so comments sent with no referrer field should be let through. I&#8217;m posting this without one, so I guess this serves as a test as well. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

