From: Grant Slater Date: Tue, 29 Dec 2015 11:49:08 +0000 (+0000) Subject: mediawiki: additional anti-spam regex X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/143c921e6c8994f507cbdd06c19a5daee718731b mediawiki: additional anti-spam regex --- diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index a029b7cf3..705db7bb8 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -215,7 +215,7 @@ $wgEmailConfirmToEdit = true; $wgAutoblockExpiry = 7776000; // 90 days # Spam filter regex -$wgSpamRegex = '/\b(asus|eps(o|0)n|br(o|0)ther|can(o|0)n|hp|k(o|0)dak|lexmark|mcafee|bitdefender|n(o|0)rt(o|0)n( 360)?|avira|kaspersky|avg|avast|micr(o|0)s(o|0)ft|(o|0)utl(o|0)(o|0)k|printer|netgear( r(o|0)uter)?|quickb(o|0)(o|0)ks( payr(o|0)ll)?)( helpline| cust(o|0)mer|( technical| tech)| cust(o|0)mer service)? (supp(o|0)rt number|ph(o|0)ne number|supp(o|0)rt ph(o|0)ne number|care number)\b/i'; +$wgSpamRegex = '/\b(dell|asus|eps(o|0)n|br(o|0)ther|can(o|0)n|hp|k(o|0)dak|lexmark|mcafee|bitdefender|n(o|0)rt(o|0)n( 360)?|avira|kaspersky|avg|avast|micr(o|0)s(o|0)ft|(o|0)utl(o|0)(o|0)k|printer|netgear( r(o|0)uter)?|quickb(o|0)(o|0)ks( payr(o|0)ll)?)( helpline| cust(o|0)mer|( technical| tech)| cust(o|0)mer service)? (supp(o|0)rt number|ph(o|0)ne number|supp(o|0)rt ph(o|0)ne number|care number)\b/i'; #Autopromote users to autoconfirmed $wgAutoConfirmAge = 345600; // 4 days