From: Andrew Dunstan Date: Tue, 31 May 2011 18:29:44 +0000 (-0700) Subject: disable case transition spam filter X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/6dbb15580941e91f84248b18befc1d616edf1e71 disable case transition spam filter --- 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 = "";