'''moin maint cleanuser''' It'd be very nice to extend the moin CLI client with a feature similar to the already-existing cleanpage. Some public wikis are subject to spam. Features such as textchas and ACLs help, but in time fake users can get in. A script which looks for users to be potentially purged could be useful as the {{{moin maint cleanpage}}} command. A possible candidate to be removed is an user who: . belongs to no groups . has not subscribed to any pages . has no quicklinks OR . any of his pages, quicklinks, alias, bookmarks contains markers for spam (e.g. http links or HTML tags - look for (http)|< as a regexp) Well, having got a lot of spam on my own wikis until i activated textchas, I know why you suggest this. But, just imagine how many false positives these (first) criterias might give. presence of html or http: links at unusual places might be better, but might only get some of the rather dumb spammers. ---- CategoryFeatureRequest