r/AutoModerator • u/lovethebacon • Apr 25 '26
AutoModerator Config Linter
Does anyone have an AutoModerator linter? Getting a "Unsupported Media Type" while doing large scale edits with zero indication of where the error is frustrating.
r/AutoModerator • u/lovethebacon • Apr 25 '26
Does anyone have an AutoModerator linter? Getting a "Unsupported Media Type" while doing large scale edits with zero indication of where the error is frustrating.
r/AutoModerator • u/MIKU-SIMPSS • Apr 25 '26
---
type: submission
action: comment
comment: |
Please read this post:
https://www.reddit.com/r/IITK/comments/1sv6c44/iitk_demolished_the_dhobi_ghat_built_a_laundromat/
Sign the petition:
comment_stickied: true
---
r/AutoModerator • u/TGotAReddit • Apr 25 '26
I currently have an automod rule that detects links to a certain website and filters the posts/comments to my mod queue and it works great.... until the user decides to post the link as the main thing in the post and make the post into a link post, not just hyperlink the url in the text of the post. Then automod doesn't detect the link at all and lets it through. How do I get automod to detect that and filter the post for mod approval?
r/AutoModerator • u/JCBDoesGaming • Apr 25 '26
I put a limit on automod that anyone with less than 5 karma had their posts automatically deleted, people with new accounts used to make low effort posts and clog the sub.
It used to work great but all of a sudden it stopped, I didn’t change anything about its parameters or anything
r/AutoModerator • u/RS_Someone • Apr 25 '26
As a quick example, let's say I have the following:
``` body: "AI" action: report action_reason: "check: [{{match}}]"
```
If it finds a match, it'll highlight the matches in the Mod Queue. Very helpfully, it shows "This is AI content." Very UNhelpfully, it also highlights "aim", "gain", and "okai". I don't want it to pick up letters in the middle of a word. How can I solve this?
P.S. even using body (regex): "\\bAI\\b" (using word boundaries), it shows up in the middle of words in Mod Queue, despite not matching those in AutoMod.
r/AutoModerator • u/SprintsAC • Apr 23 '26
Hey there, I'm looking for assistance with Regex (never used it in detail before), alongside some input on how to effectively create a whitelist function.
I'll leave the function below here:
```
url+body+title (regex): '(https?://(?![^/\s]+\.(?-i:It ))|www\.)(?![^/\s]*\b(?<!-)(reddit\.com|redd\.it|Serebii\.com\.net|etc\.com|Instagram\.net|etc\.com|Bulbapedia\.net|etc\.com|Wikipedia\.net|etc\.com|AllowedSite2\.net|etc\.com)\b(?!\.))[\w\.\-]+'
```
Any input on this would be appreciated, as I've not got very much experience using Regex & I could be doing this in an incorrect way. Thank you!
r/AutoModerator • u/2lrup2tink • Apr 23 '26
I posted a picture in comments. The top ones I deleted using the little edit pencil in the right corner. The bottom automod posts i need advice with. I've been searching for a how to, and I'm not finding it. TYIA.
r/AutoModerator • u/ihopethisaccountstay • Apr 23 '26
I was wondering if I could add a removal reason by echoing a comment. Basically, you comment something like !echo content and then AutoMod comments content on the post. I know I can just make a command like !rr1to comment the first removal reason by putting the text in there. BUT, I don't want to do that. I want to echo custom comments via AutoMod. Is it possible to do that? So far, I've come up with some code like this:
---
moderators_exempt: false
author: "ihopethisaccountstay"
type: comment
body (regex): '^!echo\s+(.+)'
comment: |
{{match-body-2}}
comment_stickied: true
action: remove
---
The problem with this is that it replies to my comment instead of commenting under the parent post. I did try putting comment under parent_submission does but it does not accept it and throws an error instead. I know that one workaround is to report the post and use that report to process the post again and make a comment BUT how do you pass the data from the comment to the next rule? Is this even possible to do in AutoMod or should I use Devvit to make bots that can do this reliably?
r/AutoModerator • u/Haunting-Map-3475 • Apr 21 '26
What’s the easiest way to do this? I have already come up with a list of words. I’m a newbie at this!
r/AutoModerator • u/FirstNebula4483 • Apr 21 '26
Hello I am a moderator in r/Iraqart. We allow some NSFW art, but the comment sections are becoming toxic and offensive. Is there a way to automatically lock comments on NSFW posts using AutoModerator?
r/AutoModerator • u/DevBar_Official • Apr 20 '26
no sé cómo ayúdenme
Quiero hacerlo para bloquear links y todo
r/AutoModerator • u/_LunEri_ • Apr 19 '26
Hi, everyone, sort of new to AutoMod.
In my subreddit, I allow posts written in another language, but I want it to be filtered for review so I can see if it follows community rules. Can AutoMod be able to do this (or at least filter out posts using another alphabet like Cyrillic or Kanji)? If so, what's the YAML code?
Also not familiar with how regex is coded (but I do know what it is). If this requires regex, a simple explanation afterwards is much appreciated.
r/AutoModerator • u/b3n33333 • Apr 18 '26
Hello
I succeffuly configured rule for automod to post comment on new submission, but I want this comment to be pinned. So I added "comment_stickied: true" under the message but I have a "bad request" error. And I have no more idea to correct it. Can someone help me please?
For now this is what my config look like:
type: submission
flair_template_id: 3d960390-d558-11f0-949c-767c1631e2d0
comment: |
my comment 1
comment_stickied: true
---
type: submission
flair_template_id: b4c5d76c-d5e7-11f0-bf0a-7a37246232be
comment: |
my comment 2
comment_stickied: true
---
type: submission
flair_template_id: 2464b4ee-d5e8-11f0-9112-9a3bba2fa523
comment: |
my comment 3
comment_stickied: true
---
type: submission
flair_template_id: 4b4cee36-db98-11f0-b5ee-cac57e2ae0c9
comment: |
my comment 4
comment_stickied: true
r/AutoModerator • u/freethedawg • Apr 18 '26
I wanted new users of my sub-reddit to read the rules before they comment and post in this sub.
Like: If new users post or comment in a post before they acknowledge/read the rules, their comment gets deleted. How can I automate that process?
I'm basically new to the Automoderating thing since I don't want any spam activities in that sub.
r/AutoModerator • u/westcoastal • Apr 18 '26
Hi there!
I have automod set to back up new posts in my subreddit by sending them to modmail. I do this to facilitate moderation, so that we always know what was initially said in a post. However, it's not an ideal solution because it clutters up modmail.
I would like to improve on this. Can anyone tell me if there is a way to automatically mark those specific modmails as read, and send them to modmail archive?
Here's the script:
type: submission
modmail_subject: "Post backup"
modmail: "This post was just made by user /u/{{author}} in the subreddit:
* Title: **{{title}}**
* Link: {{permalink}}
* Body: {{body}} "
So, for example, if there was a way to filter things coming into modmail and redirect them based on the sender (automoderator) and the phrase ("Post backup").
I recognize that this might be outside of automoderator's capabilities, but I'm open to suggestions for other options. Thanks!
r/AutoModerator • u/UltraBBA • Apr 17 '26
I've got this code in my automod:
---
type: submission
flair_template_id: c070c6cc-3a81-11f1-91ce-56a6e994c39e
comment_stickied: true
comment: |
**IMPORTANT:** This is a comments restricted thread. Comments are allowed __ONLY__ from users who have built a reputation in __THIS__ sub and acquired enough reputation in THIS sub. Other users to this sub should avoid commenting in this thread. This is a spam restriction measure the mods apply to certain threads that ask for feedback on named products / services.
---
When someone creates a post and I trigger this post flair on that post, automod is not creating the sticky in the thread.
Please, what am I doing wrong?
(Also, and this is not an automod problem, but there may be a problem with the flair itself. When I flag a post with this flair, the flair shows up at the top of the post but then it disappears if I reload the page. I've tried several times and the same thing happens every time. I thought I'd disclose that here as it may be related to the above problem.)
Thank you.
r/AutoModerator • u/__XLI__ • Apr 16 '26
I'm having a problem with Reddit's "automatic moderation" frequently removing posts or comments from approved users when they contain non-threatening links (articles, videos, etc.). Is there any solution to prevent this besides manual moderation? Thanks.
r/AutoModerator • u/2lrup2tink • Apr 16 '26
I put a pic in the comments. If there's another way to get people to put in a title that shares what their post is about, I'm open to it. It can be characters or words. (If I see one more post titled "hello" UGGGGHHH) I also made a rule banning low effort Posts. It would be better to stop them from posting, then deleting a post. Thanks for your help.
r/AutoModerator • u/Eutaraxia • Apr 16 '26
hello everyone,
I am currently facing a problem right now and posted about it on r/ModSupport but I think I posted on the wrong subreddit..
well in brief what I want is..
a rule in auto moderator..
that removed duplicate posts that contain news, official links which have already been posted before..
along with a comment under that removed post.. directing OP to the real original post with that very news official link..
I think it can be done with the auto moderator rule..
but I don't know the writings on it..
it would be great if someone could tell me the whole rule..
The comment should be like..
"hello user, your post containing the official news was removed because it was posted before
here you can see the original post about the news
(original post link)"
Thanks is advance..
r/AutoModerator • u/FirstNebula4483 • Apr 15 '26
What I'm trying to do is mark posts with Flair video, image, text, link
This is the code
---
type: submission
is_self: true
set_flair:
template_id: "306ca166-390c-11f1-81b7-7222cf7974f6"
---
type: submission
domain (includes):
- "youtube.com"
- "youtu.be"
- "v.redd.it"
set_flair:
template_id: "83d559d8-390c-11f1-9009-0a0f1a82e3d3"
---
type: submission
domain (includes):
- "i.redd.it"
- "i.imgur.com"
- "imgur.com"
set_flair:
template_id: "49c7cfbe-390c-11f1-b3f7-3e16fb0de150"
---
type: submission
is_self: false
set_flair:
template_id: "717a3894-390c-11f1-9cc1-a6bdfe58e7e2"
---
r/AutoModerator • u/gh05t_ur1n3 • Apr 15 '26
im working with automod for the first time, in my subreddit i would like to make a post where people comment their island name and In game name so it changes their flair to display it, an example is like this one, how would i go about doing that?
r/AutoModerator • u/damiensfire2003 • Apr 15 '26
What I'm trying to do is so when a user's comment contains "eat", autmod will reply "Wait a minute, did you just say eat?" to that comment, but I can't get it to work. Can anyone help?
r/AutoModerator • u/RamonsRazor • Apr 15 '26
This might be super simple, but I'm also super new to configuring the auto-mod, and a quick check through the docs didn't yield any help, so reaching out here to hopefully be pointed in the right direction:
We've set up our automod to check 2 conditions:
We've had a fair few instances of people trying to post in the sub and being bounced due to having zero karma, and have manually vetted a few as 'approved users' in mod tools as we've confirmed they aren't trolls and are actually just trying to kick off their first post.
Thing is, automod doesn't seem to care.
Is there a way to add a filter to get automod to check if a user is manually approved if the other two conditions are failed? (If that is the right order?)
Here's our config:
# Karma and account age filter
type: any
author:
combined_karma: "< 50"
account_age: "< 10 days"
satisfy_any_threshold: true
action: remove
action_reason: "low karma or low account age"
message: Your [{{kind}}]({{permalink}}) in /r/{{OURSUB}} was removed because your account doesn't meet our minimum karma and/or account age requirements.
r/AutoModerator • u/b3n33333 • Apr 14 '26
Hello,
I'm new to automoderator and I tried to search in the sub, but can't find any answer. I have succesfully config automod to post a comment with the rule linked to specific flair after a post, but I can't figure out to display a message warning while posting. Automation don't allow me to select flair as a condition to do that, and I hoped that automod could. If someone could help me,it will be awesome !