https://bugzilla.wikimedia.org/show_bug.cgi?id=34491
Platonides <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Platonides <[email protected]> 2012-02-20 16:27:40 UTC --- Hint: Go to http://meta.wikimedia.org/wiki/Spam_blacklist and search for xn--hgi\.ws The added regex \b➡\.ws\b isn't matching due to the initial \b (➡ isn't text...). What about [/\.]➡\.ws\b ? -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
