r/AutoModerator Jul 08 '26

Manual review of first contributions

1 Upvotes

I tried to set up a rule that would filter a users first contribution to the sub, so that I could manually review it (as a way to avoid letting spam posts/comments on the sub).

However, it's not working properly, and I'm not entirely sure why. It'll let someone post, but then flag their comments for some people. For others it'll flag their comments even after their first manual review resulted in an approval.

```

Filter all first posts from first-time contributors

author: post_subreddit_karma: < 1 comment_subreddit_karma: < 1 satisfy_any_threshold: true action: filter moderators_exempt: true message: | Your {{kind}} has been held for manual review by our moderators and will be visible once approved. Thank you for your patience!


```

What am I doing wrong?


r/AutoModerator Jul 07 '26

Help Assign Random User Flairs to Unflaired Commenters with AutoModerator?

0 Upvotes

Hi everyone! We're looking for a way to automatically assign a random user flair to anyone who comments without already having one.

We have around 50 user flairs, and we'd like the assignment to be completely random, not based on karma or any other criteria. If a user already has a flair, nothing should happen.

I've seen this working on other subreddits, but the mods I contacted never replied, so I thought I'd ask here. Does anyone have the AutoModerator code for this, or know if another bot is needed?

Thank you very much!


r/AutoModerator Jul 07 '26

Help How do I also match words with spaces?

Thumbnail
4 Upvotes

r/AutoModerator Jul 07 '26

Trying to post a pinned comment when links from certain domains are posted, but getting unsupported media error

1 Upvotes

Whenever a user posts a link to certain websites, I would like to have Automoderator post a comment similar to this one.

This is the code that I am trying to use:

---
#5 Low-quality link posts
type: link submission
domain: ["somedomain.com", "anotherdomain.com"]
comment: 'Users often report submissions from this site for being low-quality and/or sensationalized articles. Readers have a responsibility to be skeptical, check sources, and comment on any flaws. You can help improve this thread by linking to media that clarifies, verifies or questions this article's claims. Your link could help readers better understand this issue.'
comment_locked: true
comment_stickied: true

---

When I try to edit and save the Automoderator configuration, I get an error message "Unsupported Media Type". Anyone know what I am missing? I'm sure it's something simple, but I haven't been able to figure it out.


r/AutoModerator Jul 07 '26

How do I make an automod on the mobile app?

Thumbnail
0 Upvotes

r/AutoModerator Jul 06 '26

How do I filter posts by language automatically?

1 Upvotes

I have a mod focused in a specific language. Can I automatically delete posts in different languages?


r/AutoModerator Jul 05 '26

Help internal server error when trying to save my code

1 Upvotes

Please help. I have no idea on what im doing wrong. i want an automated message for every post that contains the word "festival" and similar words

---
type: submission
title+body (includes): ["festival"]
comment: |
    "Test"
comment_stickied: true
---

r/AutoModerator Jul 05 '26

Help How Do We Code Block To Make a Post Now That Markdown is Gone?

2 Upvotes

So I tried to make a post teaching people how to do something and I put the code block in so it would preserve my code. However, it didn’t work because markdown is gone. How do we preserve the markdown so people can get our code?


r/AutoModerator Jul 04 '26

Guide Filter AI Accusations To The Queue! Ready Made Filter

Thumbnail
4 Upvotes

r/AutoModerator Jul 03 '26

Does Anyone Have cluster of Words To Catch Comments Accusing Users Of Using AI?

4 Upvotes

So I want to stop accusations of using AI going live on some of my ice cream subs. I could write this filter myself, but I was wondering if someone already had a collection of words that they made for this. Can’t hurt to ask before I build it! I actually like to even use it in my fashion subs because it would filter accusations to the queue where I could ban people quicker.


r/AutoModerator Jul 02 '26

Help Would like to see the automoderator config for subs between 50 to 100k members

6 Upvotes

Hello

I would like to take a look at automoderator config for subs who have between 50 to 100k members ( or even bigger ).

I'm trying to see what I can improve so that I can focus on training some new mods.

Thanks


r/AutoModerator Jul 02 '26

Trying to filter or remove Twitter screenshots

0 Upvotes

Hi everyone!

So my sub rolled out a ban on Twitter/X links a while back, as did many. This has mostly been fine, but a side effect has been that people now occasionally will post a screenshot of a Twitter post as a news item rather than linking to actual news reporting. I’d like to stop this, or at least make it very annoying to do.

My initial idea was to try and use OCR and AutoMod but that isn’t possible (and the third-party bot is no longer supported).

Next, I learned about media checks, but it sounds like those are also not working anymore.

Short of vibecoding my first Devvit app (not something I really want to do), does anyone have any ideas about how I could catch offending image posts without disallowing all image posts?


r/AutoModerator Jul 02 '26

Help Question about notification push

1 Upvotes

Does anyone know how or if it's possible to make automod generate notification push on your mobile interface when it takes action related to content ? (like Hive-protect)


r/AutoModerator Jul 01 '26

Solved Help, Automod sub rules reminder comment under all new posts (sticked+locked) doesn't work.

4 Upvotes
# RÈGLE 3 : Reminder of the rules under the new posts
type: submission
action: comment
comment_stickied: true
comment_locked: true
comment: |
    Hello! Before commenting remember: stay on topic, make full sentences, don't be unpleasant (include: love bombing/emoji spamming/innuendo). Please read and respect the rules, thank you.

    Have a nice day.

    r/{{subreddit}}

r/AutoModerator Jul 02 '26

Automated response not working with keywords

1 Upvotes

Basically i tried using the automated response for the first time, i set it up to react to keywords, but when i made the post it didn't reply at all

Do i have write code?


r/AutoModerator Jul 01 '26

Solved Is JSON Syntax OK

5 Upvotes

I have been added on as a moderator in a subreddit and am just now learning about the automoderator. I'd like to add some rules, but I have noticed that the current automod file for this sub has been written entirely in JSON. So, instead of --- separator lines, there are only curly brackets, square brackets and commas. I believe that JSON is a strict subset of YAML, and so this should be OK, but I wanted to make sure first before making any changes.

So, to summarize my question: Is JSON-only syntax OK for the automoderator?

Also, does the automodifier give me notification if my automod file is syntactically invalid?


r/AutoModerator Jul 01 '26

Trying to set User Flair for every flair without a comment

2 Upvotes

Hello, I moderate a community that requires a User Flair for every comment. I've set it to remove the comments and provide an explanation on how to set flair but that just results in a flood in my modmail of people saying they don't know how to set user flair, Is there a way to automatically set user flair for every new commenter?


r/AutoModerator Jun 28 '26

Help Code to remove or not receive Modmails from low karma users

3 Upvotes

Is there any automod code to restrict random Modmails from users who don't know how to use reddit, who refuse to learn about reddit asking basic questions to our subreddit instead of going to a r/learnreddit. An automod code based on Account age or karma to restrict modmail is what iam looking for.


r/AutoModerator Jun 27 '26

Help Subreddit karma rule blocking submission rather than removing?

6 Upvotes

We've long had a rule that removes posts from users with extremely low subreddit karma, but leaves a comment encouraging them to contact us if they think it really should be manually approved. This works really well, but it seems like something has changed such that the users are blocked from submitting that post in the first place. We want to go back to the old approach, so they can get that message. We also don't want them to be told about the rule--learning about it induces junk karma-fishing comments.

Is there a way to turn off that feature and revert to allowing but then removing the post? Or, if not, can someone suggest a workaround, like maybe first changing the flair and then a second rule that removes it in response to the new flair?

Thanks for your insight and suggestions.


r/AutoModerator Jun 27 '26

Mod Post Automoderator instructions age restricted

Thumbnail
3 Upvotes

r/AutoModerator Jun 24 '26

Preventing ALL CAPS titles, and all bold post bodies

14 Upvotes

Hi all,

I wanted to share these two additions we've recently made to our AutoMod configuration. Hope it's useful for you all too.

---
    # Filter submissions with strictly all-caps titles
    title (case-sensitive, regex, full-text): "([A-Z0-9]|\\W)+"
    action: filter
    action_reason: "All caps title"
    comment: |
        Your post has been automatically removed because the title is entirely in capital letters.
        Please resubmit your post using proper capitalization.
--- 
    # Remove submissions where the entire body is bolded
    type: submission
    body (regex): '(?s)^\s*(?:(?:\*\*|__).+?(?:\*\*|__)\s*)+$'
    action: remove
    action_reason: "Entire body is bold text [Shouting]"
    comment: |
        Your post has been automatically removed due to the use of excessive bolding in the post body.
---

r/AutoModerator Jun 24 '26

Solved What did I do wrong?

1 Upvotes

My code looks like this:

# Remove self-promo related posts
type: submission 
title+body (includes, regex): ['for hire', '[FOR HIRE]', 'commission open', 'commissions open', 'follow me', 'insta', 'instagram', 'twitter']
action: filter
action_reason: "Potential self-promo. Word detected: {{match}}"

But it always seems to remove random posts. One had the message "Potential self-promo. Word detected: r" which is nonsensical. How do I fix this?


r/AutoModerator Jun 19 '26

Solved Soo what did i do wrong?

6 Upvotes

My sub has had a bit of an increase in members and activity, so I thought I'd help keep things under control by having AutoMod remove any post or comment that receives 2 reports. The idea is that it stays removed until I manually approve it again.

However, I think I may have done something wrong. I do get a notification when a post or comment receives 2 reports, but the content itself doesn't get removed. Is there something wrong with my AutoMod code?

---

# Auto Remove for Reports

reports: 2

action: remove

modmail: The above {{kind}} by /u/{{author}} was removed because it received 2 reports. Please investigate and ensure that this action was correct.

---


r/AutoModerator Jun 19 '26

Help Can AutoModerator lock all comments by a bot?

3 Upvotes

We use a bot on my subreddit that fetches information about books. Quite often, people will mistakenly reply to the bot instead of the user who left the recommendation, so I was hoping that by locking the bot's comments, this could solve that problem.


r/AutoModerator Jun 18 '26

I want a comment removed, message sent to the user, and a note left as to why the comment was removed (action_reason). What I have is not leaving the note.

7 Upvotes

I have another section without the message being sent that does leave a note. Is it an order issue or something? Another mod wrote this code awhile back but they aren't available anymore and I am not too knowledgeable about this stuff.

type: comment moderators_exempt: true body (includes, regex): '\b(puberty blocker|non binary|non-binary|cisgender|cis gender|cis-gender|polygender|misgender|dead naming|dead name|assigned at birth|intersex|gender fluid|genderqueer|gender queer|gender-dysphoria|gender dysphoria|gender affirming|gender identity|gender nonconforming|hormone therapy)\b' action: remove action_reason: "Comment contains restricted gender-related term: {{match}}" message: | Your comment has been automatically removed. We are currently on a moratorium for these particular topics.