[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Debconf-team] More conf to help with the spam on wiki



Hi, I still saw a lot of spam on Debconf wiki, being admin myself of
two instances of mediawiki I also had the same problem, say the user
page creation with spam links adding to LocalSettings.php rules for
that had helped a lot [1]:

### spam regexp
$wgSpamRegex = "/".                        # The "/" is the opening wrapper

"s-e-x|zoofilia|sexyongpin|grusskarte|geburtstagskarten|animalsex|".

"sex-with|dogsex|adultchat|adultlive|camsex|sexcam|livesex|sexchat|".

"chatsex|onlinesex|adultporn|adultvideo|adultweb.|hardcoresex|hardcoreporn|".

"teenporn|xxxporn|lesbiansex|livegirl|livenude|livesex|livevideo|camgirl|".

"spycam|voyeursex|casino-online|online-casino|kontaktlinsen|cheapest-phone|".

"laser-eye|eye-laser|fuelcellmarket|lasikclinic|cragrats|parishilton|".

"paris-hilton|paris-tape|2large|fuel-dispenser|fueling-dispenser|huojia|".

"jinxinghj|telematicsone|telematiksone|a-mortgage|diamondabrasives|".
                "reuterbrook|sex-plugin|sex-zone|lazy-stars|eblja|liuhecai|".
                "buy-viagra|-cialis|-levitra|boy-and-girl-kissing|". #
These match spammy words
                "dirare\.com|".           # This matches dirare.com a
spammer's domain name
                "overflow\s*:\s*auto|".   # This matches against
overflow:auto (regardless of whitespace on either side of the colon)
                "height\s*:\s*[0-4]px|".  # This matches against
height:0px (most CSS hidden spam) (regardless of whitespace on either
side of the colon)
                "==<center>\[|".           # This matches some recent
spam related to starsearchtool.com and friends
####            "\<\s*a\s*href|".         # This blocks all href links
entirely, forcing wiki syntax (broke my wiki as I need a lot of urls
fast)
                "/i";


I think this could help a lot

[1] http://www.mediawiki.org/wiki/Manual:$wgSpamRegex based on this
excellent list and article.

-- 
The only constant is the change

Reply to: