Logo

MediaFast

Free AutoMod Simulator

Will AutoMod Remove Your Post?

Enter your subreddit and draft post. Our AI simulates Reddit's AutoModerator, predicts removal probability, identifies trigger rules, and rewrites your post to pass safely.

Your Draft Post

Paste your content below

r/

Post Safely, Every Time

MediaFast helps you craft Reddit posts that pass AutoMod, fit subreddit rules, and actually get upvotes, not removed.

Try MediaFast Free

AutoMod Prediction

Results will appear here

Simulate AutoMod

Fill in your subreddit and post on the left, then click Simulate AutoMod to see the prediction.

Sample input

r/Entrepreneur

"Check out my new SaaS tool that helps founders post on Reddit"

WHAT IS AUTOMOD

What Is Reddit AutoModerator?

AutoMod is the invisible gatekeeper between your post and the community. Understanding it is the first step to posting without fear.

It Runs on Every Post

AutoModerator evaluates every single post and comment submitted to a subreddit before any human mod sees it. Moderators write YAML config files that define exactly what to look for, and AutoMod enforces those rules instantly, usually within seconds of posting.

Rules Are Subreddit-Specific

There is no single AutoMod config for all of Reddit. Each subreddit's moderator team writes their own rules. A post that sails through r/SideProject may be instantly removed in r/Entrepreneur. That is why testing your post against the specific subreddit matters so much.

Removals Are Often Silent

When AutoMod removes a post, Reddit often does not send a notification. Your post appears to exist on your end, but other users cannot see it. This is sometimes called a ghost removal. Tools like MediaFast help you write posts that avoid these silent traps before you hit submit.

How AutoMod Rule Syntax Works

1

YAML configuration

Moderators write rules in YAML format (a structured text format). Each rule block defines what to check (author karma, title content, post type, domain, etc.) and what action to take (remove, report, flair, ban, or send a message).

2

Condition matching

A rule can check dozens of conditions simultaneously: account age in days, combined karma, post type (link vs text), title matching a regex pattern, body containing specific phrases, the domain of the submitted link, or even time of day.

3

Cascading rules

Subreddits often stack multiple rule blocks. A post might pass the karma check but fail the keyword filter. Each rule block is evaluated independently, so your post needs to clear every active rule in the config, not just one.

4

Action spectrum

AutoMod does not only remove posts. It can also approve posts automatically, add flair, leave a comment with instructions, report to mods for review, or send a message to the author. Removal is the harshest action, but partial interventions are common.

TOP TRIGGERS

10 Most Common AutoMod Triggers (2026)

These patterns account for the majority of AutoMod removals across Reddit's top marketing and startup subreddits.

#TriggerFix
1Minimum account ageBuild your account age before posting
2Minimum karma requirementGain karma in open subreddits first
3Spam keyword in title/bodyRemove promotional language
4Link in text post bodyUse a link post type instead of text post
5URL shortener detectedUse the full original URL
6ALL CAPS titleUse standard sentence case
7Body too shortAdd more context to your post body
8Self-promotion rate limitComment and contribute before posting links
9Missing post flairSelect the appropriate flair before posting
10Repost/duplicate detectionSearch before posting, avoid duplicate links
MOD PERSPECTIVE

Why Mods Rely on AutoMod

Scale: A subreddit with 500K members can receive hundreds of posts per hour. Human mods cannot review every submission in real time. AutoMod handles the high-volume filtering so mods can focus on edge cases.
Consistency: Human moderators have different tolerance levels and availability. AutoMod applies the same rules at 3 AM on a Sunday as it does on a Tuesday afternoon, removing the inconsistency that leads to moderator fatigue and community complaints.
Spam control: Without AutoMod, subreddits would be overwhelmed with spam, affiliate links, and low-effort self-promotion within hours. The karma and account age rules alone block the majority of throwaway account spam.
Rule enforcement: When a subreddit says no self-promotion, they cannot enforce that manually. AutoMod detects self-promotional patterns automatically, even when the poster is subtle about it.
POSTING STRATEGY

How to Write Posts AutoMod Loves

1
Build karma before you need it: Spend 2-4 weeks commenting on popular subreddits in your niche before you post anything promotional. 200+ karma gives you clearance in most communities.
2
Read the rules sidebar: Every subreddit has a rules sidebar or a pinned mod post. Read it before posting. If the rules say no self-promotion, that rule is enforced by AutoMod, not just a mod opinion.
3
Use clean URLs only: Never use URL shorteners. Use the direct canonical URL of your page. If AutoMod sees bit.ly or similar, it is an automatic red flag.
4
Write a substantive body: Short posts with only a title look like spam. Add 100-300 words of genuine context, your experience, or a question for the community. This lowers your removal risk significantly.
5
Remove promotional language: Words like 'check this out', 'buy now', 'discount code', 'link in bio', and 'DM me' trigger AutoMod keyword filters in almost every marketing-sensitive subreddit.

AutoMod vs Human Moderators

Knowing which system removed your post tells you exactly what to fix.

AutoModerator

+Runs instantly on every submission
+Applies rule-based logic only
+No context or nuance, rules are absolute
+Removals are often silent (no notification)
+Cannot be argued with or appealed
+Consistent 24/7 regardless of mod availability
+Fix by adjusting your post to meet the rules

Human Moderators

+Review posts that pass AutoMod or are reported
+Use judgment and community context
+Can consider intent and post history
+Usually send a removal reason via modmail
+Can be appealed via modmail politely
+Availability varies (volunteer moderators)
+Fix by engaging with the modmail message
TRIGGER REFERENCE

The 15 Most Common AutoMod Triggers

Every trigger below has been observed across hundreds of subreddits. Removal probabilities are based on aggregated data from marketing and startup communities.

TriggerRemoval Probability
Min karma threshold95% if below 10 karma
Min account age90% if account is under 7 days old
Banned domains99% instant removal
URL shorteners98% removal in any serious sub
Affiliate links85% in product subs, 30% in promo subs
Repeat title patterns70-80% depending on sub
Excessive caps75% across most subreddits
Title regex100% if regex matches
Body regex88% in strict subs
Self-post-only flag100% link removed
Image-only days100% if wrong type on restricted day
User report threshold60-90% depending on threshold
Comment removal cascade100% (cascades from parent)
Brand name blocklist95% in corporate-managed subs
Crossposting limit100% if crosspost to restricted sub
YAML DECODED

AutoMod Rule Syntax Decoded

Real YAML patterns mods use, followed by a plain-English translation of what each block actually does.

Karma gate
type: submission
author:
  combined_karma: "< 100"
action: remove
action_reason: "Karma too low"

Plain English: Any submission from an account with fewer than 100 combined karma (post + comment) is automatically removed before it goes public. Increasing your karma in other subreddits first is the only fix.

Account age gate
type: submission
author:
  account_age: "< 30 days"
action: remove
action_reason: "Account too new"

Plain English: If your account is younger than 30 days at the time of posting, AutoMod removes the submission instantly. No workaround exists; you simply have to wait out the minimum age.

Domain blocklist
type: submission
url:
  domain: ["bit.ly", "tinyurl.com", "amzn.to", "cutt.ly"]
action: remove
action_reason: "URL shorteners not allowed"

Plain English: If the submitted URL's domain appears in the blocklist, the post is removed. Always use the full canonical URL. Affiliate redirect domains often appear in similar lists.

Regex title filter
type: submission
title (regex): "(?i)(buy now|limited offer|check out my|DM me|link in bio)"
action: remove
action_reason: "Promotional title detected"

Plain English: The (?i) flag makes the match case-insensitive, so 'BUY NOW' and 'buy now' are both caught. If any of those phrases appear anywhere in your title, AutoMod removes the post instantly.

Comment removal cascade
type: comment
parent_submission:
  is_removed: true
action: remove
action_reason: "Parent post removed"

Plain English: When a parent post is removed by AutoMod, this rule removes all comments on that post too. This is why your comments sometimes disappear with no individual notification.

DECISION TREE

Removal Probability Decision Tree

Follow the branches to estimate your removal risk before you post.

1

If your karma is under the subreddit minimum (common minimum: 50)

100% AutoMod removal. No exceptions. Build karma first.

2

If your account is under 7 days old and the sub requires 30+ days

100% removal. Purely a time gate. No post changes will help.

3

If your title contains 'check out my', 'buy now', or 'DM me'

95% removal in any subreddit with keyword filters enabled.

4

If your URL is a shortener (bit.ly, tinyurl) or an affiliate redirect (?ref=)

98% removal. Switch to the canonical full URL immediately.

5

If you have an affiliate link parameter in body text

85% removal in product subreddits, 30% in dedicated promo subreddits.

6

If your title is in ALL CAPS or has 3+ fully uppercased words

75% removal across most subreddits that enforce formatting rules.

7

If your body is under 100 characters in a text-heavy subreddit

60-70% removal for looking like low-effort spam.

8

If you are crossposting to a subreddit that has crossposting disabled

100% removal at the platform level before AutoMod even sees it.

9

If your post matches none of the above and you have 200+ karma and 60+ day old account

Under 15% removal probability. Your post likely clears AutoMod.

10

If you have 500+ karma, 90+ day old account, clean URL, and original content

Under 5% removal probability. Human mod judgment is the only remaining risk.

SUBREDDIT THRESHOLDS

Karma and Account-Age Thresholds Across Popular Subreddits

Approximate thresholds observed across these communities. Exact values may vary as mods update their configs.

SubredditMin KarmaMin Account Age
r/SaaS100+30 days
r/Entrepreneur250+60 days
r/startups200+30 days
r/marketing100+30 days
r/smallbusiness50+14 days
r/sweatystartup50+14 days
r/sidehustle50+7 days
r/EntrepreneurRideAlong100+30 days
r/SocialMediaMarketing100+30 days
r/digital_marketing50+14 days
r/SEO100+30 days
r/webmarketing50+14 days
AUTOMOD BLIND SPOTS

What AutoMod Cannot Catch

AutoMod is powerful but has hard limits. These patterns require human moderators to identify and act on.

Nuanced self-promotion

A post that tells a compelling founder story while subtly promoting a product reads as genuine content to AutoMod. Only an experienced human mod can spot the promotional intent embedded in narrative framing.

Sock puppet coordination

When multiple accounts are controlled by one person to vote and comment in unison, AutoMod sees normal activity. Reddit's anti-vote-manipulation system catches this, but AutoMod's rule engine does not.

Off-topic but well-written posts

A beautifully written post that is completely irrelevant to the subreddit's subject passes every AutoMod rule check. Relevance requires contextual understanding that YAML rules cannot encode.

Brigading from external communities

When an outside group floods a post with coordinated upvotes or downvotes, AutoMod cannot detect the coordinated origin. Human mods must investigate traffic patterns manually.

Low-effort but technically compliant posts

A post that meets the karma threshold, account age, word count, and formatting rules but adds zero value to the community sails through AutoMod. Quality judgment belongs to humans.

Context-dependent rule violations

A post asking 'where can I buy this?' is fine in r/findfashion but violates rules in r/frugal. AutoMod cannot interpret the same phrase differently based on subreddit context without explicit regex per sub.

Evolving spam tactics not yet in the config

When spammers find a new phrasing pattern that mods have not added to the YAML yet, AutoMod has no way to catch it until the config is manually updated. There is always a lag.

CASE STUDIES

Real Removed Posts Decoded

Three anonymized posts, the exact AutoMod signal that caught them, and what would have passed instead.

Case 1: The Founder Pitch

Original Post

"Just launched [Product] after 6 months of building. Check it out at bit.ly/xyz. Would love your feedback!"

What AutoMod Flagged

Two triggers fired simultaneously: URL shortener (bit.ly domain match) and 'check it out' keyword match. Either alone would have triggered removal.

What Would Have Passed

Use the full canonical URL (https://yourproduct.com) and replace 'check it out' with a genuine question: 'Has anyone else solved this problem a different way?'

Case 2: The New Account Post

Original Post

"I started a newsletter about indie hacking. Here is my first issue." (Account: 3 days old, karma: 4)

What AutoMod Flagged

Account age (3 days vs 30-day minimum) and karma (4 vs 100 minimum) both failed simultaneously. The content itself was fine.

What Would Have Passed

Comment genuinely on 20-30 posts in r/indiehackers and r/programming over 4 weeks to build karma, then wait 30 days before posting a link.

Case 3: The Promo Buried in Story

Original Post

"I struggled for years with cold outreach. Then I built my own tool (link in bio). Our product has a 40% discount this week."

What AutoMod Flagged

Three signals: 'link in bio' exact phrase match, 'discount' keyword match, and a self-promotion ratio flag (the account's prior 5 posts all linked to the same domain).

What Would Have Passed

Remove 'link in bio' and 'discount', replace with specific learning from the experience, and include the URL as a plain hyperlink in a comment rather than the body.

MODERATION LAYERS

AutoMod vs Human Mod vs Reddit Anti-Spam

Three separate systems operate on every post. Knowing which layer removed you determines how to fix it.

LayerWhat It CatchesSpeedReversible
AutoModeratorLow karma, new accounts, keyword matches, URL shorteners, affiliate link parameters, regex title patterns, crosspost restrictions, missing flairsInstant (under 5 seconds)No. You must repost with a compliant version.
Human ModeratorsNuanced self-promotion, off-topic posts, low-value content, community culture violations, ban evasion attempts, sock puppet patternsMinutes to days depending on mod activitySometimes. Polite modmail appeal may restore the post.
Reddit Anti-Spam SystemVote manipulation, coordinated brigading, account suspension triggers, shadow bans, platform-wide spam patterns, bulk link postingHours to days, often retroactiveRarely. Account-level actions require a Reddit support ticket.

Reddit AutoMod Simulator FAQ

Answers to the most common questions about AutoModerator and post removal.

AutoModerator (AutoMod) is a site-wide bot that subreddit moderators configure with custom YAML rules. It runs automatically on every new post and comment. Moderators use it to enforce karma thresholds, account age requirements, keyword filters, title format rules, link restrictions, and more. A post can be silently removed, held for review, given a flair, or even banned outright depending on the rules set up in that subreddit.

When you enter your subreddit and draft post, the tool fetches the subreddit's public description and rules from Reddit's API in real time. It then sends that context plus your post content to an AI model trained on AutoMod YAML patterns. The AI simulates the most likely AutoMod behavior and returns a removal probability score (0-100), a list of triggered rule patterns with severity ratings, a fix suggestion for each trigger, and an AutoMod-safe rewrite of your post.

The most common reasons AutoMod removes posts are: account too new (under 7-30 days old), karma too low (most subreddits require 50-500 combined karma), keywords in the title or body match a blacklist (words like 'buy', 'discount', 'check out', 'link in bio'), the post contains a URL in the body when the subreddit only allows link posts, the title is in ALL CAPS, the body is too short, or the post violates a self-promotion rate limit. Use the simulator to pinpoint which rule you triggered.

You should not try to bypass AutoMod rules. Subreddits set those rules for a reason, and attempting to circumvent them usually results in a permanent ban. The right approach is to understand which rules you are violating and fix your post to comply with them. This simulator helps you do exactly that: identify the rule, fix the post, and post something the community and its mods will welcome.

No tool can be 100% accurate because AutoMod rules are private YAML configs that only the subreddit's moderators can see. This simulator uses the subreddit's public rules and description plus AI knowledge of common AutoMod patterns to make a probability estimate. It correctly identifies the most common trigger patterns in the vast majority of cases, but edge cases with custom regex or private config items may not surface. Treat the prediction as a strong signal, not a guarantee.

For new accounts, the three most common AutoMod triggers are: (1) account age under the subreddit's minimum, typically 30-90 days for marketing-sensitive subreddits, (2) combined karma below threshold, often 100-500 for subreddits like r/Entrepreneur or r/startups, and (3) posting a link in a subreddit that requires text-only posts. The fix is to spend time building karma in smaller subreddits before posting in high-traffic communities.

Stop Losing Posts to AutoMod. Post Smarter.

MediaFast helps you write Reddit posts built to pass AutoMod, match subreddit rules, and get real upvotes from real communities.

Try MediaFast Free