Reddit AutoModerator Falsely Removing Positive Comments – Need Help Refining Comment Filter Rule #273
Unanswered
GorillaWolf2099
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm configuring AutoModerator for a subreddit and running into an issue where it falsely removes well-intentioned comments—especially those praising fan cast ideas.
Example of a wrongly removed comment:
This was flagged and removed, but there’s no obvious slur or insult in it. I suspect the current body (includes) rule might be overreaching or colliding with vague word matches.
Here’s a portion of the current AutoModerator config:
Remove Slurs
type: submission
title+body (regex):
author:
is_moderator: false
action: report
report_reason: "Slur keywords: {{match}}"
Remove Offensive Comments (Slurs, Politics, Misogyny, Inappropriate Content)
type: comment
body (includes):
Existing slurs
Political offensive words
Misogynistic & inappropriate phrases
Inappropriate emoji shortcodes
author:
is_moderator: false
action: remove
comment: |
"This comment was removed for violating our community guidelines on offensive language and inappropriate remarks."
report_reason: "Offensive content detected."
What I’ve Tried:
Reviewed mod logs, but unclear which keyword is being triggered.
Suspect overly broad matches or hidden word conflicts.
Considered switching to regex with word boundaries (\b) or using ~body exclusions.
Debating changing action: remove to filter for review instead.
Questions:
Should I switch from body (includes) to regex for more precision?
How can I prevent false positives like praise comments getting removed?
Is there a clean way to allow common fan phrases (“like,” “watch,” “great cast”) without weakening the filter?
Any advice or examples would be super helpful, or how to improve it, I'm new too all this html coding things. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions