You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have a lot of spam daily and moderators needs to mark user as spammer manually. It would be nice to have a configurable set of rules that automatically marks users as a spammer when there are met.
Describe the solution you'd like
I can handle this in PR.
However, before I create a PR, I need to know whether the solution I am proposing is a good one and the PR is likely to be accepted. @imorland
A detailed description of your proposed solution.
Something similar to configuring Cloudflare rules.
Admin can add many independent rulesets. When admin ads a rule, it can have multiple checks:
post has links from specific domain
post contains specific text
user has post count less than n
user account is younger than n hours
user IP is x
etc...
There are 3 fields for each rule.
type: post content, user post count, user IP address, etc.
operator: contains, starts with, does not starts with, matches regex, less than, more than, equals, etc.
value
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
We have a lot of spam daily and moderators needs to mark user as spammer manually. It would be nice to have a configurable set of rules that automatically marks users as a spammer when there are met.
Describe the solution you'd like
I can handle this in PR.
However, before I create a PR, I need to know whether the solution I am proposing is a good one and the PR is likely to be accepted. @imorland
A detailed description of your proposed solution.
Something similar to configuring Cloudflare rules.
Admin can add many independent rulesets. When admin ads a rule, it can have multiple checks:
n
n
hoursx
There are 3 fields for each rule.
The text was updated successfully, but these errors were encountered: