[Mediawiki-l] Re: boards2go spam attack

Aron Rubin arubin at atl.lmco.com
Tue Dec 13 18:46:32 UTC 2005


Tor Kinlok wrote:
> Is there any way to block both '<div' and 'overflow:\s*auto'?
>
> We've been getting inundated with both.
>

oops, lets try again

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

or did you mean:

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



More information about the MediaWiki-l mailing list