https://bugzilla.wikimedia.org/show_bug.cgi?id=26808

--- Comment #1 from Subfader <subfa...@gmail.com> 2011-01-30 22:45:53 UTC ---
inside function addNewAccountInternal():

    # spam check
    global $wgSpamRegex;
    if ($wgSpamRegex) {
      if ( preg_match( $wgSpamRegex, $this->mEmail ) ) {
        $this->mainLoginForm( wfMsg( 'detectedSpam' ) );
        return false;
      }
    }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to