disable case transition spam filter
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 31 May 2011 18:29:44 +0000 (11:29 -0700)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 31 May 2011 18:29:44 +0000 (11:29 -0700)
cgi-bin/register.pl

index 5d83e7961f68391860c5c69b1a2fc71c56724381..cf69bbf7bd26203435e8b9a04e24ba5d4acee240 100755 (executable)
@@ -85,6 +85,12 @@ foreach (split "" ,"$os$osv$comp$compv$arch$owner")
 }
 
 # reject junk with too many transitions into/outof upper case
+
+=comment
+
+# disable this check now, probably redundant with captchas 
+# and we just got a false positive
+
 if ($counttrans > 20)
 {
     print 
@@ -93,6 +99,7 @@ if ($counttrans > 20)
     exit;   
 }
 
+=cut
 
 
 my $secret = "";