I&#39;ve been impressed with Honeypot <a href="http://drupal.org/project/honeypot">http://drupal.org/project/honeypot</a> which adds a field only bots see (like botcha) and also uses a time limit. If a form is completed in less than a configurable time (default 5 sec) it is rejected. Bots usually fill forms in milliseconds and can&#39;t afford to hang around for longer so this is a particularly effective defence. I think captcha and recaptcha are almost useless now and depending on spammer lists (requiring lots of calls to an external service) can be slow.<br>
<br>Neil<br><br><div class="gmail_quote">On Tue, Oct 30, 2012 at 7:17 PM, Jamie Holly <span dir="ltr">&lt;<a href="mailto:hovercrafter@earthlink.net" target="_blank">hovercrafter@earthlink.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Still not a guarantee. There is no guarantee for stopping spam. Just ask<br>
Google, Hotmail, Facebook, Twitter, etc.<br>
<br>
One of the big things going on now is that companies are paying people<br>
to create accounts. They also use proxies from computers infected with<br>
viruses, which makes it extra hard to catch.<br>
<br>
For one client, that has seen over 40,000 spam account in the past 2<br>
months (we tried Mollom, Botcha, every Captcha method and Bad Behavior).<br>
I have been trying numerous, custom modules and methods. I have one that<br>
is working really well right now. I&#39;m afraid to release it though, since<br>
if the spammers get a hold of it then they can see the work around.<br>
<br>
What you need to do is be very vigilant. Record the request headers and<br>
look for things in there that might give it up. Try to limit the number<br>
of registrations for a period of time for each IP. Block the countries,<br>
if they are all coming from a certain one. Actually you can block the<br>
registration page for those countries.<br>
<br>
But, as I said in the beginning, there is not a fool-proof way. If<br>
someone does come up with it, then their name would be about as common<br>
as Bill Gates and their wallet close to the same size. The big companies<br>
spend millions trying to fight spam accounts and are still losing out on<br>
the battle.<br>
<span class="HOEnZb"><font color="#888888"><br>
Jamie Holly<br>
<a href="http://www.intoxination.net" target="_blank">http://www.intoxination.net</a><br>
<a href="http://www.hollyit.net" target="_blank">http://www.hollyit.net</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On 10/30/2012 5:00 PM, Lynn wrote:<br>
&gt; The only module you&#39;ll need for all spam (comments, bogus account creation, etc)... works awesome.<br>
&gt; <a href="http://drupal.org/project/botcha" target="_blank">http://drupal.org/project/botcha</a><br>
&gt;<br>
&gt; On Oct 30, 2012, at 11:21 AM, Patrick Avella wrote:<br>
&gt;<br>
&gt; &gt; Hi Nancy, unfortunately blocking individual IPs and blocks of IPs does<br>
&gt; &gt; not guarantee you&#39;re blocking a specific country. There is a GeoIP<br>
&gt; &gt; Apache module that translates IP addresses into geographic location,<br>
&gt; &gt; and happens at the web server layout. This is much different than the<br>
&gt; &gt; built in IP-Blocking that happens in the drupal layer and is much less<br>
&gt; &gt; flexible.<br>
&gt; &gt;<br>
&gt; &gt; I would not recommend blocking blocks of IP addresses w/o Geo look up<br>
&gt; &gt; information, as you&#39;re not guaranteed uniform IP address allocation<br>
&gt; &gt; globally.<br>
&gt; &gt;<br>
&gt; &gt; On Tue, Oct 30, 2012 at 12:51 PM, Ms. Nancy Wichmann<br>
&gt; &gt; &lt;<a href="mailto:nan_wich@bellsouth.net">nan_wich@bellsouth.net</a>&gt; wrote:<br>
&gt; &gt;&gt; You don&#39;t need any modules to block IPs. Go to<br>
&gt; &gt;&gt; admin/config/people/ip-blocking<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Nancy<br>
&gt; &gt;&gt; Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King,<br>
&gt; &gt;&gt; Jr.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; ________________________________<br>
&gt; &gt;&gt; From: Patrick Avella<br>
&gt; &gt;&gt; You can also block countries via GeoIP and apache,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; --<br>
&gt; &gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt; &gt; --<br>
&gt; &gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br>