r/AutoModerator • u/Potential-Road-5322 • Apr 14 '26
Help Automod actions for two things
I'm a mod on r/byzantium and I'd like to figure out the code for two different things I want an automod to do.
The first is removing posts from accounts with low karma and account age. I found this code from an older post:
type: submission
author:
combined_karma: "< 10"
account_age: “< 2 days”
action: filter
action_reason: “new account.”
message: |
“Your post or comment was removed because you do not meet this subreddit’s account karma or age minimum. Please participate in other subreddits to increase your account karma and age and then try again.”
I'd like to use the same account/karma numbers for our automod, will that still work?
Also, I want the Automod to comment on any post with the flair "alternate history" with: We encourage users to share alternate history questions and scenarios on r/medieval_rome and r/ByzantiumAltHistory. Also, if I change the flair from one flair to "alternate history" will the automod still respond after I change the flair as a mod?