Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitelist/blacklist of users #37

Open
fsvreddit opened this issue Jun 12, 2024 · 0 comments
Open

Whitelist/blacklist of users #37

fsvreddit opened this issue Jun 12, 2024 · 0 comments

Comments

@fsvreddit
Copy link
Owner

User request:

What I do is give an option for the mods to either ban the user or just soft ban them (remove anything they post). We usually use the latter feature as it feels better for user experience

The flow is as follows:

Whitelist = { list of users who wont pass filters otherwise but are proven good accounts so don't get checked...}
Blacklist = { users who are proven bad accounts }

submission -> if OP is in whitelist, ignore and move on -> if OP is in blacklist, remove and move on, otherwise submission checked against some filters -> if positive, gets removed else gets approved

mods can whitelist users with commands like !whitelist

by not banning users, we keep things smooth as we dont want to be seen as indiscriminately banning certain types of users and many times there are false positives so we can review and whitelist them

our whitelist was built manually by whitelisting users back when we first started using the script. it was a rough couple of weeks and we were reviewing everything submitted but now we are at the point where we have the core list of our users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant