From 6dbb15580941e91f84248b18befc1d616edf1e71 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Tue, 31 May 2011 11:29:44 -0700 Subject: [PATCH] disable case transition spam filter --- cgi-bin/register.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cgi-bin/register.pl b/cgi-bin/register.pl index 5d83e79..cf69bbf 100755 --- a/cgi-bin/register.pl +++ b/cgi-bin/register.pl @@ -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 = ""; -- 2.30.2