<?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: Dealing with Automated Form Submission (Spam)</title>
	<atom:link href="http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:46:01 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Day 7: Don&#8217;t rely on client side validation - The Ramblings of Ryan Lahay</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20887</link>
		<dc:creator>Day 7: Don&#8217;t rely on client side validation - The Ramblings of Ryan Lahay</dc:creator>
		<pubDate>Thu, 16 Jul 2009 19:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20887</guid>
		<description>[...] of methods to detect if an entry is not human (ie: how long it took to fill out the form, the honey-pot method, etc) that we could do away with forcing users to fill in a Captcha.  If the entry fails all the [...]</description>
		<content:encoded><![CDATA[<p>[...] of methods to detect if an entry is not human (ie: how long it took to fill out the form, the honey-pot method, etc) that we could do away with forcing users to fill in a Captcha.  If the entry fails all the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy H</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20315</link>
		<dc:creator>Andy H</dc:creator>
		<pubDate>Tue, 23 Sep 2008 05:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20315</guid>
		<description>Genius! This is a perfect way to separate yourself from the easy, &quot;low hanging fruit&quot; that the Form-Bots seem to go for.  

The problem is, if everyone was as proactive as you, there would be no more low-hanging fruit and the Form-Bots would have to get smarter!</description>
		<content:encoded><![CDATA[<p>Genius! This is a perfect way to separate yourself from the easy, &#8220;low hanging fruit&#8221; that the Form-Bots seem to go for.  </p>
<p>The problem is, if everyone was as proactive as you, there would be no more low-hanging fruit and the Form-Bots would have to get smarter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Wooster</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20268</link>
		<dc:creator>Andrew Wooster</dc:creator>
		<pubDate>Fri, 12 Sep 2008 09:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20268</guid>
		<description>I came up with a site-specific captcha that has pretty much eliminated spam comments on my blog: http://www.nextthing.org/archives/2005/07/16/a-few-upgrades

The only ones I still get seem to originate from manual-labor spammers in India (I can tell from the IP addresses), and the occasional referrer spam which usually gets caught by Akismet.</description>
		<content:encoded><![CDATA[<p>I came up with a site-specific captcha that has pretty much eliminated spam comments on my blog: <a href="http://www.nextthing.org/archives/2005/07/16/a-few-upgrades" rel="nofollow">http://www.nextthing.org/archives/2005/07/16/a-few-upgrades</a></p>
<p>The only ones I still get seem to originate from manual-labor spammers in India (I can tell from the IP addresses), and the occasional referrer spam which usually gets caught by Akismet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ole Morten</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20267</link>
		<dc:creator>Ole Morten</dc:creator>
		<pubDate>Fri, 12 Sep 2008 07:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20267</guid>
		<description>On my blog I stop accepting comments 2 weeks after a post has been published: http://www.omh.cc/2008/may/24/how-do-you-fight-spam/</description>
		<content:encoded><![CDATA[<p>On my blog I stop accepting comments 2 weeks after a post has been published: <a href="http://www.omh.cc/2008/may/24/how-do-you-fight-spam/" rel="nofollow">http://www.omh.cc/2008/may/24/how-do-you-fight-spam/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fíam</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20266</link>
		<dc:creator>Fíam</dc:creator>
		<pubDate>Fri, 12 Sep 2008 07:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20266</guid>
		<description>Check the method I implemented some time ago http://fi.am/entry/preventing-spam/. It doesn&#039;t require javascript and my comment spam went from hundreds a day to one in almost four months.</description>
		<content:encoded><![CDATA[<p>Check the method I implemented some time ago <a href="http://fi.am/entry/preventing-spam/" rel="nofollow">http://fi.am/entry/preventing-spam/</a>. It doesn&#8217;t require javascript and my comment spam went from hundreds a day to one in almost four months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zgoda</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20265</link>
		<dc:creator>zgoda</dc:creator>
		<pubDate>Fri, 12 Sep 2008 07:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20265</guid>
		<description>Similar measure is implemented in new comments framework in Django. I wasn&#039;t sure if this has any preventive value, but if you say so...</description>
		<content:encoded><![CDATA[<p>Similar measure is implemented in new comments framework in Django. I wasn&#8217;t sure if this has any preventive value, but if you say so&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rasiel</title>
		<link>http://www.davidcramer.net/code/293/dealing-with-automated-form-submission-spam.html/comment-page-1#comment-20264</link>
		<dc:creator>rasiel</dc:creator>
		<pubDate>Fri, 12 Sep 2008 03:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=293#comment-20264</guid>
		<description>i&#039;ve been having a similar problem with a newsletter submission form (where the user signs up for a newsletter). I will either have to implement one of your methods above or have an authentication method where an email is sent to their email address and the click on a token to authenticate.

Automated bots seem to be a big problem now, what i don&#039;t get is why would they submit to a newsletter form with only name and email address?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve been having a similar problem with a newsletter submission form (where the user signs up for a newsletter). I will either have to implement one of your methods above or have an authentication method where an email is sent to their email address and the click on a token to authenticate.</p>
<p>Automated bots seem to be a big problem now, what i don&#8217;t get is why would they submit to a newsletter form with only name and email address?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
