matej_suchanek added a project: Wikidata. matej_suchanek added a comment.
For reference, edit summaries are indeed conditionally checked for spam: name=includes/Hooks.php // HACK: treat the edit summary as a link if it contains anything // that looks like it could be a URL or e-mail address. if ( preg_match( '/\S(\.[^\s\d]{2,}|[\/@]\S)/', $summary ) ) { $links[] = $summary; } For Wikidata, this is unfortunate because when you remove a piece of data ("by hand"), it is usually included in the edit summary. Paradoxically, when the domain is put on the blacklist meanwhile, the only one blocked by the filter is the cleaner, not the spammer. TASK DETAIL https://phabricator.wikimedia.org/T296102 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: matej_suchanek Cc: matej_suchanek, Peter_James, Xaosflux, Stang, Aklapper, Danny_Benjafield_WMDE, Astuthiodit_1, karapayneWMDE, Invadibot, maantietaja, ItamarWMDE, Akuckartz, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, KimKelting, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Jackmcbarn, Mbch331
_______________________________________________ Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org