<?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>Linux, MySQL, PhP, Perl... &#187; spam protection</title>
	<atom:link href="http://linux.bgsnow.com/tag/spam-protection/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.bgsnow.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 16:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>The Toughest Spam Protection</title>
		<link>http://linux.bgsnow.com/the-toughest-spam-protection.php</link>
		<comments>http://linux.bgsnow.com/the-toughest-spam-protection.php#comments</comments>
		<pubDate>Sun, 11 Oct 2009 08:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Others]]></category>
		<category><![CDATA[akismet]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[project honeypot]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam protection]]></category>

		<guid isPermaLink="false">http://linux.bgsnow.com/?p=165</guid>
		<description><![CDATA[A month ago I remembered about an old blog we have had and checked it out... After months of negligence it had 9999 spam comments It was outdated and had no spam protection at all... It was quite unpopular (no PR at all) but it has still been of interest to spammers... Still spam is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="background-color: #ffffff;">A month ago I remembered about an old blog we have had and checked it out... After months of negligence it had 9999 spam comments <img src='http://linux.bgsnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It was outdated and had no spam protection at all... It was quite unpopular (no PR at all) but it has still been of interest to spammers... </span></p>
<p><span style="background-color: #ffffff;">Still spam is more than most people think - it is not only about bots and there is much more than just posts about popular medical products. My experience with Spam fighting comes from a popular hosting forum with Google PR 8 and a few popular blogs (WordPress).</span></p>
<p><span style="background-color: #ffffff;">So when I really want to protect a site from spammers I follow a scenario of 3 steps:</span></p>
<p><span style="background-color: #ffffff;">1. Implement <a href="http://www.projecthoneypot.org/" target="_blank">Project HoneyPot</a>. This is the first trap for spammers - both bots and humans. Time has shown that there are many humans posting spam comments and posts. Project HoneyPot detects them all through a large distributed network of honeypots and adds them to a blocklist. </span></p>
<p><span style="background-color: #ffffff;">The project offers integration about almost any application. It has even a beta version of an Apache module so its implementation should not be hard.</span></p>
<p>2. The next thing to do is to enable <a href="http://recaptcha.net/" target="_blank">reCaptcha</a>. This way we address all threats from bots because most spam does come from bots. These bots often reside on zombie computers and might not have been spotted by Project Honeypot yet.</p>
<p>Of course reCaptcha is not perfect and some advanced bots can pass it. Its biggest drawback is that human spammers bypass it easily.</p>
<p>3. The last step is to set <a href="http://akismet.com/" target="_blank">Akismet</a>. This is the final trap, the boss of the Spam defense. It filters posts by hundreds of tests about known spam patterns. It is much advanced than the previous methods and ensures very high level of defense.</p>
<p>If you implement the above solution with all of its parts you can feel pretty safe about your site or blog. It's biggest benefit is that it saves you a lot of work and does not require you to update manually anything.</p>
<p>Still, it is a 99.99% protection. A popular site is targeted by more than 1000 spam attempts a day which means that more than 1 spam post / comment will go through.</p>
<p>That's why it is a good idea to monitor and even pre-approve each post / comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.bgsnow.com/the-toughest-spam-protection.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
