Differences between versions

ItemVersion from 22:19, 18 May 2018 by MusikAnimalVersion from 22:21, 18 May 2018 by MusikAnimal
Basic information
Notes:
Exploratory filter; looks for new accounts containing strings with NINE consecutive consonants. Just intended for logging at the moment, to see how common these names are, and to what extent it is a good detector of bad usernames.
Exploratory filter; looks for new accounts containing strings with NINE consecutive consonants. Just intended for logging at the moment, to see how common these names are, and to what extent it is a good detector of bad usernames.


So far, it's looking pretty good, even at 8 characters. Upgrading threshold to 9 to make it even more selective.-- The Anome, 12 May 2018
So far, it's looking pretty good, even at 8 characters. Upgrading threshold to 9 to make it even more selective.-- The Anome, 12 May 2018


More investigation: now looks at only first edits for these accounts. -- The Anome, 18 May 2018
More investigation: now looks at only first edits for these accounts. -- The Anome, 18 May 2018


Performance improvements -- checking user_editcount will cancel out more actions in this case, so it should come first; user_editcount < 2 will also be true for blank or false values, so removing !user_editcount to save a condition; Similarly using contains_any for checking the action to save a condition ~MA
Performance improvements -- checking user_editcount will cancel out more actions in this case, so it should come first; similarly reordering other conditions to cancel out more actions; user_editcount < 2 will also be true for blank or false values, so removing !user_editcount to save a condition, and using contains_any for checking multiple actions to save a condition ~MA
Filter conditions
Conditions:
(documentation)
(user_editcount < 2) &
(user_editcount < 2) &
lcase(accountname) rlike "[bcdfghjklmnpqrstvwxz]{9}" &
(contains_any(action, 'edit', 'move')) &
(contains_any(action, 'edit', 'move')) &
lcase(accountname) rlike "[bcdfghjklmnpqrstvwxz]{9}" &
!('override-antispoof' in user_rights)
!('override-antispoof' in user_rights)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy