[Bug 26808] Run $wgSpamRegex on Account registration

2011-11-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 Reedy changed: What|Removed |Added Keywords|need-review |reviewed --- Comment #8 from Reedy 2011-11-20

[Bug 26808] Run $wgSpamRegex on Account registration

2011-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 Sumana Harihareswara changed: What|Removed |Added Keywords||need-review CC|

[Bug 26808] Run $wgSpamRegex on Account registration

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 --- Comment #5 from Subfader 2011-02-05 22:43:41 UTC --- wait. I only wanted to block new spam bits with certain e-mail adresses like da.vid.smi.th@gmail.com if you think that's better ok, no idea. -- Configure bugmail: https://bugzilla.

[Bug 26808] Run $wgSpamRegex on Account registration

2011-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 --- Comment #4 from Subfader 2011-02-05 22:37:59 UTC --- you're right. moved it to the top of addNewAccount() -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[Bug 26808] Run $wgSpamRegex on Account registration

2011-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 --- Comment #3 from Matěj Grabovský 2011-01-31 12:32:37 UTC --- Created attachment 8072 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8072 Spam check in user name and email validity checks Wouldn't it be better to check for spam righ

[Bug 26808] Run $wgSpamRegex on Account registration

2011-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 --- Comment #2 from Subfader 2011-01-30 22:48:04 UTC --- ^^ This only checks the email address tho -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the a

[Bug 26808] Run $wgSpamRegex on Account registration

2011-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26808 --- Comment #1 from Subfader 2011-01-30 22:45:53 UTC --- inside function addNewAccountInternal(): # spam check global $wgSpamRegex; if ($wgSpamRegex) { if ( preg_match( $wgSpamRegex, $this->mEmail ) ) { $this->mainLog