<?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: Restricting comments by IP</title>
	<atom:link href="http://www.simonbuckle.com/2006/04/23/restricting-comments-by-ip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbuckle.com/2006/04/23/restricting-comments-by-ip/</link>
	<description>Random thoughts for random people</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Miles Barr</title>
		<link>http://www.simonbuckle.com/2006/04/23/restricting-comments-by-ip/comment-page-1/#comment-77</link>
		<dc:creator>Miles Barr</dc:creator>
		<pubDate>Mon, 24 Apr 2006 14:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonbuckle.com/2006/04/23/restricting-comments-by-ip/#comment-77</guid>
		<description>
A quick and dirty way would be to just block them with .htaccess, i.e.:


&lt;Limit POST&gt;
Order Allow,Deny
Allow from All
Deny from 64.62.228.
&lt;/Limit&gt;



Have you tried &lt;a href=&quot;http://farook.org/WPBlacklist.htm&quot; rel=&quot;nofollow&quot;&gt;this plugin&lt;/a&gt;? (from &lt;a href=&quot;http://codex.wordpress.org/Plugins/Spam_Tools&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Plugins/Spam_Tools&lt;/a&gt; no less).



I use &lt;a href=&quot;http://unknowngenius.com/blog/wordpress/spam-karma/&quot; rel=&quot;nofollow&quot;&gt;Spam Karma 2&lt;/a&gt;, and haven&#039;t had any spam problems in a while.
</description>
		<content:encoded><![CDATA[<p>A quick and dirty way would be to just block them with .htaccess, i.e.:</p>
<p>&lt;Limit POST&gt;<br />
Order Allow,Deny<br />
Allow from All<br />
Deny from 64.62.228.<br />
&lt;/Limit&gt;</p>
<p>Have you tried <a href="http://farook.org/WPBlacklist.htm" rel="nofollow">this plugin</a>? (from <a href="http://codex.wordpress.org/Plugins/Spam_Tools" rel="nofollow">http://codex.wordpress.org/Plugins/Spam_Tools</a> no less).</p>
<p>I use <a href="http://unknowngenius.com/blog/wordpress/spam-karma/" rel="nofollow">Spam Karma 2</a>, and haven&#8217;t had any spam problems in a while.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

