<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Spammers ruin everything: how do I stop them from abusing mailing list signups?</title>
	<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups/</link>
	<description>Comments on Ask MetaFilter post Spammers ruin everything: how do I stop them from abusing mailing list signups?</description>
	<pubDate>Tue, 03 Jun 2008 09:58:43 -0800</pubDate>
	<lastBuildDate>Tue, 03 Jun 2008 09:58:43 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Spammers ruin everything: how do I stop them from abusing mailing list signups?</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups</link>	
		<description>On our website, we&apos;ve got a little one-field form where people can fill in their e-mail address and sign up for our mailing list. The form seems to now be the target of spammer-hacker bastards, and random people are complaining about being signed up for a list they&apos;ve never heard of. What should we do, besides take down the form altogether? The only thing that comes to mind is a captcha (but that adds another step to what should be a one-step process). &lt;br /&gt;&lt;br /&gt; The list is administered by mailman, and it sends out confirmation e-mails before it signs anyone up. There&apos;s no way to add text to the automated mails so it shouldn&apos;t be the target of spammers. Nevertheless, it seems someone&apos;s using the form as a way to pester random people with (potentially lots of) confirmation e-mails. One of the goals with the very simple form was to make it easy for people to sign up; we&apos;d rather not have to tell people to send arcane e-mail messages to a mailman address to sign up&#8212;and in any case, would that really solve the problem? Isn&apos;t that just as open to abuse? Captchas are at least a workable permanent solution, but I&apos;d prefer something more accessible and easier to use. Nothing comes to mind.&lt;br&gt;
&lt;br&gt;
Spammers ruin everything.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.93097</guid>
		<pubDate>Tue, 03 Jun 2008 09:45:12 -0800</pubDate>
		<dc:creator>chrominance</dc:creator>
		
			<category>spam</category>
		
			<category>forms</category>
		
			<category>mailinglist</category>
		
			<category>webdev</category>
		
	</item> <item>
		<title>By: littleme</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362544</link>	
		<description>One trick that seems to work reasonably well is to include an extra, hidden form field. (Use CSS to hide it.) Automatic software just fills in all the form fields it finds then submits the form, so your back-end software can check: if the hidden field is filled in, it&apos;s a spambot; if it&apos;s not, it&apos;s likely to be a real person.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362544</guid>
		<pubDate>Tue, 03 Jun 2008 09:58:43 -0800</pubDate>
		<dc:creator>littleme</dc:creator>
	</item><item>
		<title>By: me &amp; my monkey</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362550</link>	
		<description>CAPTCHAs are lousy solutions as far as accessibility. I&apos;d recommend something simpler. You could, for example, simply ask the user to type something that an automated process couldn&apos;t provide. For example, you could ask the user to type the sum of five plus three, or type in the name of the animal in this sentence, etc.&lt;br&gt;
&lt;br&gt;
For more formal solutions for this sort of problem, there&apos;s a library for ColdFusion programmers called &lt;a href=&quot;http://cfformprotect.riaforge.org/&quot;&gt;CFFORMPROTECT&lt;/a&gt;. It uses a series of tests to calculate whether an entry is spam or not. While your site might not be using ColdFusion, you could certainly implement some or all of the functionality contained within the library for your own environment.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362550</guid>
		<pubDate>Tue, 03 Jun 2008 10:01:18 -0800</pubDate>
		<dc:creator>me &amp; my monkey</dc:creator>
	</item><item>
		<title>By: disillusioned</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362554</link>	
		<description>Yeah, asking something simple like &quot;what color is the sky&quot; really helps with that. It&apos;s a two-step process, but it&apos;s a pretty darn effective one.&lt;br&gt;
&lt;br&gt;
Also: blocking everything from Russia. :-p</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362554</guid>
		<pubDate>Tue, 03 Jun 2008 10:03:09 -0800</pubDate>
		<dc:creator>disillusioned</dc:creator>
	</item><item>
		<title>By: missmagenta</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362587</link>	
		<description>I use a number of different methods for blocking spammers.&lt;br&gt;
&lt;br&gt;
1. Use a hidden form (I hide it with html comments) that doesn&apos;t actually send an email/do the required action - I was suprised at the number of bots filled it in.&lt;br&gt;
2. Use a hidden field with a value to be verified&lt;br&gt;
3. Either set the value of a hidden field with javascript or use javascript to write the submit button - this does affect some users - the approx 6% of users that don&apos;t have it or have it turned off vs nearly 100% of bots.&lt;br&gt;
&lt;br&gt;
These 3 things keep me 100% spam free.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362587</guid>
		<pubDate>Tue, 03 Jun 2008 10:18:38 -0800</pubDate>
		<dc:creator>missmagenta</dc:creator>
	</item><item>
		<title>By: adamrice</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362591</link>	
		<description>There are a few passive tricks that are used to differentiate humans from bots. Littleme mentioned one above. &lt;br&gt;
&lt;br&gt;
Another is to insert a bit of javascript that, say, adds two numbers on load and posts the sum in the form as a hidden field. Most bots do not have javascript interpreters, so they&apos;ll fail this test. Not many people aren&apos;t using javascript these days, although you will get some number of false-positives. Ideally you&apos;d want the terms generated on the fly, so a bot couldn&apos;t re-use one lucky hit.&lt;br&gt;
&lt;br&gt;
Another is to check the time elapsed between when the page was loaded and when the form was posted. If it&apos;s less than, say, 5 seconds, it&apos;s a bot.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362591</guid>
		<pubDate>Tue, 03 Jun 2008 10:21:37 -0800</pubDate>
		<dc:creator>adamrice</dc:creator>
	</item><item>
		<title>By: sero_venientibus_ossa</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1362655</link>	
		<description>you could just use something &lt;a href=&quot;http://www.freecontactform.com/demos.php&quot;&gt;like this&lt;/a&gt;. yeah captcha is a drag, but so is tons of spam.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1362655</guid>
		<pubDate>Tue, 03 Jun 2008 11:04:16 -0800</pubDate>
		<dc:creator>sero_venientibus_ossa</dc:creator>
	</item><item>
		<title>By: chrominance</title>
		<link>http://ask.metafilter.com/93097/Spammers-ruin-everything-how-do-I-stop-them-from-abusing-mailing-list-signups#1364911</link>	
		<description>So I had the form redirect all e-mails to me, instead of our mailman instance, and strangely there&apos;s been practically no traffic&amp;mdash;just one legitimate signup, and nothing else. So perhaps it was a false alarm. Nevertheless, I&apos;m going to try some of the less obtrusive measures and keep the ones requiring user input in mind if the problem resurfaces or grows.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.93097-1364911</guid>
		<pubDate>Thu, 05 Jun 2008 00:58:20 -0800</pubDate>
		<dc:creator>chrominance</dc:creator>
	</item>
	</channel>
</rss>
