It’s been there basically all along I think, open up your community, go to the mod options on the side panel, then select “Community Filter”, where you can use the YAML language to code rules like “filter all posts by users with accounts under 7 days old” where they get sent to the mod filter for approval
Interesting. Can you DM me your example? Because this looks an awful lot like the Reddit Automoderator, at least the YAML part. I assume it's based on the Automoderator, and if it is, then it would solve a lot of the issues that exist here.
Yeah I think it is basically the functions of the auto mod (tho I never had a subreddit), you can filter out words too or whatever, the “age of consent” spam on ConPro was for a time dealt with by making every variant of ägè çûćk get auto filtered lmfao
An example would be:
# Account Age
priority: -100
type: post
action: filter
action_reason: "lose the handshake first"
account_age: < 14 days
There’s some specific formatting shit you gotta get right too, probably easier to send it here where I can edit the text
That looks close to identical to the Reddit Automoderator.
That's some good news. The subreddit was managed on a skeleton staff based on an extensive automoderator config. With the small number of users here, it should be a cakewalk.
It’s been there basically all along I think, open up your community, go to the mod options on the side panel, then select “Community Filter”, where you can use the YAML language to code rules like “filter all posts by users with accounts under 7 days old” where they get sent to the mod filter for approval
Interesting. Can you DM me your example? Because this looks an awful lot like the Reddit Automoderator, at least the YAML part. I assume it's based on the Automoderator, and if it is, then it would solve a lot of the issues that exist here.
Yeah I think it is basically the functions of the auto mod (tho I never had a subreddit), you can filter out words too or whatever, the “age of consent” spam on ConPro was for a time dealt with by making every variant of ägè çûćk get auto filtered lmfao
An example would be:
# Account Age
priority: -100
type: post
action: filter
action_reason: "lose the handshake first"
account_age: < 14 days
There’s some specific formatting shit you gotta get right too, probably easier to send it here where I can edit the text
That looks close to identical to the Reddit Automoderator.
That's some good news. The subreddit was managed on a skeleton staff based on an extensive automoderator config. With the small number of users here, it should be a cakewalk.
This but forty days old.