It'd be useful for testing and stuff if we can make StopForum spam almost readonly (not blocking), but actually logging what IPs would've been used
Saves doing some of the analytics manually
It'd be useful for testing and stuff if we can make StopForum spam almost readonly (not blocking), but actually logging what IPs would've been used
Saves doing some of the analytics manually
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| StopForumSpam - add Report Only mode | mediawiki/extensions/StopForumSpam | master | +47 -6 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Stalled | None | T399839 Update the Patch demo `tarball` preset to reflect changes to the list of bundled extensions/skins made with MediaWiki 1.45 | |||
| Open | None | T392080 Expand the set of bundled extensions and skins in MediaWiki 1.45 | |||
| Stalled | None | T194746 Bundle StopForumSpam extension with the next MediaWiki release | |||
| Declined | None | T212528 Overhaul StopForumSpam extension | |||
| Resolved | sbassett | T228762 StopForumSpam: add report-only mode |
I think so yeah. Looks like the logging we want is already there, just to neuter the functionality. We might want to keep the output of the whitelisting (so they're not false positives) and then shove an if before the $result = [ 'stopforumspam-blocked', $ip ]; line with the config var, and then return true
Change 559927 had a related patch set uploaded (by SBassett; owner: SBassett):
[mediawiki/extensions/StopForumSpam@master] StopForumSpam - add Report Only mode
Change 559927 merged by jenkins-bot:
[mediawiki/extensions/StopForumSpam@master] StopForumSpam - add Report Only mode