[Mediawiki-l] Re: boards2go spam attack

Aron Rubin arubin at atl.lmco.com
Tue Dec 13 18:39:23 UTC 2005


Tor Kinlok wrote:
> Is there any way to block both '<div' and 'overflow:\s*auto'?
>
> We've been getting inundated with both.
>
$wgSpamRegex="/(<div|overflow:[ \t\n]*auto)/";

or did you mean:

$wgSpamRegex="/<div([^>]|[^\\]\\>)*overflow:[ \t\n]*auto)/";

> On Dec 13, 2005, at 9:31 AM, Patrick Gundlach wrote:
>
>>
>> Hi,
>>
>> once I set
>>
>> $wgSpamRegex="/<div/";
>>
>> I had no more automated spam attacks. This blocks users from entering
>> '<div', which might be bad, but I had no complaints yet.
>>
>> Patrick
>> _______________________________________________
>> MediaWiki-l mailing list
>> MediaWiki-l at Wikimedia.org
>> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
>>
>
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at Wikimedia.org
> http://mail.wikipedia.org/mailman/listinfo/mediawiki-l




More information about the MediaWiki-l mailing list