Things got a little backed up - we're processing the data and things should be back to normal within the hour.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

0
I want to have automod comment a removal reason for all it’s removed post.
Post Body

I want to have automod comment a removal reason under the post for all posts that it removes. My reasoning behind this is that in mobile the action_reason string appears to be hidden.

I want mods to be able to see why a post was removed in the comments. because I have several filter: and remove: commands set up and they seem to be confused when to confirm remove and when to approve.

I have explained the information to them like this:

Filtered: means it was suspected of breaking rules and was moved to the mod queue for manual review.

Removed: means it was classified as breaking a rule and was removed and will be in “removed” or “spam” in the queue if further review is needed.

But I want them to be able to see the reason the post was removed to decipher the best action. As I have in detail what to do for each removal reason.

Does this make any sense?

Full config for reference:

Age requirements

type: submission
~title (regex): ['[\[\(](1[8-9]|[[2-9]\d)[\]\)]']
action: remove
comment: "Your post was removed because your title must include an age tag like [20] or (20)"


indirect link remover

domain: [gyazo.com, ibb.co, imageshack.us, pinterest.com, postimg.cc, postimg.org, prnt.sc, prntscr.com, puu.sh]
~url (ends-with): [.gif, .jpeg, .jpg, .png]
action: remove
action_reason: "Indirect link to hosted image #1 [{{url}}]"
comment: |
    Your submission has been automatically removed due to an indirect link to a hosted image.

    Please be considerate of mobile and RES users, and resubmit your link with the proper file extension.

    For your convenience, here is your submitted link with a .png file extension appended to the end. Please check that it works. If it does, retry your submission with this link:

    {{url}}.png

    If the above link does not work, right-click on your image, select *Copy Image URL*, and paste that into the reddit submission page instead.

domain: [imgur.com]
url (regex): ['imgur\.com/(a/)?[A-Za-z0-9]{5,8}$']
action: remove
action_reason: "Indirect link to hosted image #2 [{{url}}]"
comment: |
    Your submission has been automatically removed due to an indirect link to a hosted image.

    Please be considerate of mobile and RES users, and resubmit your post as a direct link.

    For your convenience, here is your submitted link with .jpg and .gif file extensions appended to the end. Please see if one works, and re-try your submission with one of the following links:

    * {{url}}.jpg
    * {{url}}.gif

    If the above links do not work, right-click on your image, select *Copy Image URL*, and paste that into the reddit submission page.

domain: [imgur.com]
url (regex): ['gallery', 'imgur\.com/[A-Za-z0-9]{5,8},([A-Za-z0-9]{5,8},?) ']
action: remove
action_reason: "Indirect link to hosted image #3 [{{url}}]"
comment: |
    Your submission has been automatically removed due to an indirect link to a hosted image.

    Non-album multi-image links and imgur gallery links are not compatible with RES and mobile apps.

    For multi-image links, please create an album and submit a link to that.

    For gallery images, please right-click your image, choose *Copy Image URL*, and submit that direct image link to reddit.

domain: [imgflip.com, pinterest.com, snag.gy, uput.in]
~url: [i.imgflip.com, i.snag.gy, i.uput.in]
action: remove
action_reason: "Indirect link to hosted image #4 [{{url}}]"
comment: |
    Your submission has been automatically removed due to an indirect link to a hosted image.

    Please right-click your image, choose *Copy Image URL*, and submit that direct image link to reddit.

domain: [tinypic.com]
action: remove
action_reason: "Indirect link to hosted image #5 [{{url}}]"
comment: |
    Your submission has been automatically removed due to an indirect link to a hosted image.

    Unfortunately, the media host {{domain}} is not compatable with mobile apps and/or RES. Please be considerate of mobile and RES users and resubmit your content using a different media host.


comment karma remove rule for below -20

author:
    comment_karma: "< -20"
action: remove
action_reason: "[Removed for Suspected Spam User] - User has comment karma scpre of less than -20."

Comment Karma filter Rule for Spam Reduction

type: link submission
author:
comment_karma: "< -10"
action: filter
action_reason: "[Filtered as Possible Spam User] - User has a comment karma score of less than -10."

inform if more than 2 reports are received.

reports: 2
action: filter
action_reason: "Multiple reports"
modmail: The above {{kind}} by /u/{{author}} has received multiple reports. Please investigate.


phone number blocker

title body (regex, includes): ['(?#INT)(\ (?![\s\(]*\d{4})|\b011)[\(\) ._-]{0,3}(9[976]\d|8[987530]\d|6[987]\d|5[90]\d|42\d|3[875]\d|2[98654321]\d|9[8543210]|8[6421]|6[6543210]|5[87654321]|4[987654310]|3[9643210]|2[70]|7|1)\b([\(\) ._-]{0,3}\d){5,14}\b', '(?#NA)\(?\b1?\d{3}[\) ._-]{1,3}\d{3}[ ._-]{1,3}\d{4}\b', '(?#UK)\b(?<!\bu/)(?<!\d\.)0(1\d\d(\s*\d){7}|1\d{3}(\s*\d){6}|1\d1(\s*\d){7}|11\d(\s*\d){7}|2\d(\s*\d){8}|169\s*77(\s*\d){4}|1\d{3}(\s*\d){5}|3\d\d(\s*\d){7}|7\d(\s*\d){8}|8\d\d(\s*\d){6,7})\b']
~body (regex): ['(0118\W 999\W 8[18]1|999\W 119\W 7253)', '(?<=\$)\d (\.\d\d)?[^\w,.]*[ -][^\w,.]*\d ', '(https?://|www\.)\S*([\(\)._-]{0,3}\d){5}\w*', '000.000.0000', '1024\W 2048', '111.111.1111', '222.222.2222', '281\W 330.8004', '505\W 503.4455', '678.999.8212', '800\W 273.8255', '800\W 799.7233', '999.999.9999', '\d*1\W?2\W?3\W?4\W?5\W?6\W?7\W?8\W?9\d*', '\d{3}\W 555\W\d{4}', '\d{3}\W 867.5309', '\w*\d[\)\s]*=\W*\d\w*']
action: filter
author:
  is_contributor: false
action: filter
action_reason: "[Filtered as spam or sensitive information] - Phone number detected [{{match}}]"


card number blocker

title body (regex): ['\b(?:4[0-9]{12}(?:[0-9]{3})?|5[12345][0-9]{14}|3[47][0-9]{13}|3(?:0[012345]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35[0-9]{3})[0-9]{11})\b']
action: remove
action_reason: "Credit card number detected [{{match}}]"
modmail_subject: Doxxing Alert!
modmail: |
    {{permalink}}

    The above {{kind}} by /u/{{author}} was removed because it contained a possible credit card number. Please investigate immediately.

    If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the Reddit admins](http://www.reddit.com/message/compose?to=/r/reddit.com&subject=Doxxing Report: /u/{{author}}) immediately.


Ip4 blocker

title body (regex): ['\b(?!(?#RANGES)(10\.|172\.(1[6-9]|2\d|3[01])\.|169\.254\.|192\.168\.)|(?#SINGLES)(1\.0\.0\.1|1\.1\.1\.1|1\.2\.3\.4|8\.8\.4\.4|8\.8\.8\.8|9\.9\.9\.9|127\.0\.0\.1|149\.112\.112\.112|208\.67\.220\.220|208\.67\.222\.222)\b)((25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(25[0-5]|2[0-4]\d|[01]?\d\d?)\b']
action: remove
action_reason: "IPv4 address detected [{{match}}]"
modmail_subject: Doxxing Alert!
modmail: |
    {{permalink}}

    The above {{kind}} by /u/{{author}} was removed because it contained a possible IPv4 address. Please investigate immediately.

    If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the Reddit admins](http://www.reddit.com/message/compose?to=/r/reddit.com&subject=Doxxing Report: /u/{{author}}) immediately.


street address blocker

title body (regex): ['\W[A-Za-z]?\d{1,6}[A-Za-z]? (E(\.|ast)?|W(\.|est)?|N(\.|orth)?|S(\.|outh)? )?[\p{Pi}\p{Pf}]?\w ( \w )?[\p{Pi}\p{Pf}]? (st(reet)?|ave(enue)?|r(oa)?d|dr(ive)?|c(our)?t|blvd|boulevard|lane|ln|highway|hwy|route|rt)']
~title body#whitelist: [123 main st, 123 main street, 221b baker st, 221b baker street, day drive, gb drive, hour drive, minute drive, second drive, tb drive, week drive]
action: remove
action_reason: "Street address detected [{{match}}]"
modmail_subject: Doxxing Alert!
modmail: |
    {{permalink}}

    The above {{kind}} by /u/{{author}} was removed because it contained a possible street address. Please investigate immediately.

    If the user is doxxing, [ban them](/r/{{subreddit}}/about/banned) and [report them to the Reddit admins](http://www.reddit.com/message/compose?to=/r/reddit.com&subject=Doxxing Report: /u/{{author}}) immediately.

Re-approve any reported mod posts

author:
is_moderator: true
reports: 1
action: approve
action_reason: Approve mod post

Filter all seller spam from submission titles and comments

type: submission
body title (includes-word): ["subscribe", "subscription", "follow", "custom", "gfe", "findom", "premade", "pre-made", "preview", "teaser", "promo", "premium", "offer", "sale", "sell", "cheap", "discount", "free", "price", "pay", "buy", "purchase", "cash", "bitcoin", "monero", "venmo", "manyvids", "onlyfans", "many vids", "only fans", "patreon", "kik", "snap", "snapchat", "discord", "skype", "text", "%", "join", "live", "link", "proof", "upvote", "sɴᴀᴘᴄʜᴀᴛ"]
action: filter
action_reason: "[Filtered for seller spam] - Possible Seller Links/Keywords could indicate spam."
comment: |
Your {{kind}} has been removed from /r/{{subreddit}} because the title references websites used for the sale or advertisement of adult content. This subreddit does not allow content selling or advertising of any kind.

A moderator will review your {{kind}} and it may be re-approved if this removal was done in error.
message_subject: Removal - Possible Seller/Advertising Content - Please review 

Filter for low age accounts / Spam Killer

author:

is_contributor: false

account_age: "< 3"

action: filter

action_reason: "[Check for Suspected spam] - the users account age is below 3 days old."

is_edited: false

message: |
Your submission has been temporarily removed due to your account age.

The moderators have been notified and should be approving your post shortly or contacting you if there is an issue. There is no need to delete or resubmit your post, this happens to all posts from new accounts because we find the majority of spam comes from new accounts. Once we approve your post, it will be public for everyone to see.

Author
Account Strength
60%
Account Age
2 years
Verified Email
Yes
Verified Flair
No
Total Karma
937
Link Karma
808
Comment Karma
67
Profile updated: 1 day ago
Posts updated: 1 week ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
1 year ago