r/AutoModerator • u/NCSUGrad2012 • 7h ago
Help - AutoMod Can I filter low karma accounts that are old?
So in our state sub, we have trolls and they're always the same. Low karma accounts that are over a year old. This is what I am trying to do, but it's not working.
type: comment
author:
account_age: "< 1 year"
combined_karma: "< 1000"
moderators_exempt: true
action: remove
action_reason: Negative karma
comment: Sorry, your account does not meet the karma requirements to post or comment here. Accounts older than a year must have non-negative karma. Click here to learn what karma is and why you need it to participate.
I also have this code for submissions that aren't working either, but I am not as concerned about that.
type: submission
author:
account_age: "> 1 year"
combined_karma: "< 0"
moderators_exempt: true
action: remove
action_reason: Negative karma
comment: Sorry, your account does not meet the karma requirements to post or comment here. Accounts older than a year must have non-negative karma. Click here to learn what karma is and why you need it to participate.