<?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>WordDope &#187; spam</title>
	<atom:link href="http://worddope.com/tag/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://worddope.com</link>
	<description>(a freelance writer&#039;s guide to working with WordPress)</description>
	<lastBuildDate>Thu, 10 Nov 2011 00:20:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Block Spam On a WordPress Blog</title>
		<link>http://worddope.com/2010/07/03/block-spam-wordpress/</link>
		<comments>http://worddope.com/2010/07/03/block-spam-wordpress/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 16:02:28 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[WordPress Tips & Tricks]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://worddope.com/?p=475</guid>
		<description><![CDATA[My blogs are regularly spammed by the same bots and I wanted to know how to automatically block spam on a WordPress blog. I&#8217;ve already mentioned using Askimet as a spam blocking plugin but Askimet doesn&#8217;t block IP addresses of repeat spammers. Luckily, I found a spam blocking solution for WordPress among some of the [...]]]></description>
			<content:encoded><![CDATA[<p>My blogs are regularly spammed by the same bots and I wanted to know how to automatically block spam on a WordPress blog. I&#8217;ve already mentioned <a href="http://worddope.com/2010/05/18/starting-wordpress-blog-first-plugins/">using Askimet as a spam blocking plugin</a> but Askimet doesn&#8217;t block IP addresses of repeat spammers. Luckily, I found a spam blocking solution for WordPress among some of the excellent security tweaks in this <a href="http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/" target="_blank">article on Smashing Magazine</a>.  This snippet of code entered into your .htaccess file will ban persistent spam bots from your blog:</p>
<blockquote><p>Paste the following code in your <em>.htaccess</em> file, located at the root of your WordPress installation. As I said, <strong>always back up the <em>.htaccess</em> file</strong> before editing it. Also, don’t forget to change <code>123.456.789</code> to the IP address you want to ban.</p>
<pre>&lt;Limit GET POST PUT&gt;
order allow,deny
allow from all
deny from 123.456.789
&lt;/LIMIT&gt;</pre>
</blockquote>
<p>There&#8217;s almost nothing more annoying than having to clear out the same spam comments from the same IP address every day. Repeat line 4 on a new line with another address and you can block as many spam-happy bots as you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://worddope.com/2010/07/03/block-spam-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

