[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 --- Comment #6 from Mark A. Hershberger m...@everybody.org 2011-04-27 05:02:29 UTC --- Created attachment 8465 -- https://bugzilla.wikimedia.org/attachment.cgi?id=8465 Suggested patch Could you verify that the attached patch is where you

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added AssignedTo|wikibugs-l@lists.wikimedia.

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-04-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 p858snake p858sn...@gmail.com changed: What|Removed |Added Keywords||need-review, patch

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-02-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 --- Comment #5 from Brion Vibber br...@pobox.com 2011-02-13 22:39:48 UTC --- I haven't tried profiling, but tossing a /u on in SpamRegexBatch::buildRegexes() doesn't seem to break at least. It should however be double-checked with the full-size

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-01-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Normal |High

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2011-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 --- Comment #4 from Alex Lazovsky alex.lazov...@gmail.com 2011-01-04 23:25:58 UTC --- This work around works fine, thanks! Alex -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2010-12-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 --- Comment #3 from Bawolff bawolff...@gmail.com 2010-12-27 03:36:18 UTC --- Sorry, the work around should not have the \b in it (presumably because things like \xD0 aren't word characters in non-utf8). \bмакросъемка\.рф becomes

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2010-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 --- Comment #2 from Alex Lazovsky alex.lazov...@gmail.com 2010-12-16 11:36:21 UTC --- at first look this work around does not work, http://ru.wikipedia.org/w/index.php?diff=30229518 http://ru.wikipedia.org/w/index.php?diff=30229527 Now I use

[Bug 26332] Spam-blacklist does not support unicode characters in regex, needed to filter internationalized domain names

2010-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26332 Bawolff bawolff...@gmail.com changed: What|Removed |Added CC||bawolff...@gmail.com