Advertisement
Guest User

r/Dildont automod config as of 2021-12-18

a guest
Dec 18th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.34 KB | None | 0 0
  1. ---
  2.     # Posts: Remove (spam) posts linking to banned domains
  3.     type: submission
  4.     domain+title+media_title: [abc.xyz, anotherdomain.com, etc]
  5.     action: spam
  6.     action_reason: "Spam domain [{{match}}]"
  7.     modmail: Please ban /u/{{author}} for posting spam.
  8. ---
  9.     # Hide posts and comments that get multiple reports and modmail for attention
  10.     reports: 3
  11.     action: filter
  12.     action_reason: "Multiple reports"
  13.     modmail: Multiple reports on the above {{kind}}. Please investigate.
  14. ---
  15.     # Posts: Remove (spam) posts with top-level domains in the title
  16.     type: submission
  17.     title+media_title: [".com", ".net", ".xxx", ".xyz", ".club"]
  18.     action: spam
  19.     action_reason: "TLD in title [{{match}}]"
  20.     modmail: Please check if /u/{{author}} needs banning for posting spam.
  21. ---
  22.     # Comments: Hide new comments on previously archived posts (comment shows up in mod queue)
  23.     type: comment
  24.     parent_submission:
  25.         past_archive_date: true
  26.     action: filter
  27.     action_reason: comment on previously archived post
  28. ---
  29.     # Comments: Remove (spam) comments linking to subreddits with "sex" in the name
  30.     type: comment
  31.     body (includes, regex): "r/[a-zA-Z]*[Ss][Ee][Xx][a-zA-Z]*"
  32.     action: spam
  33.     action_reason: "Potential spam"
  34.     modmail: Please check if /u/{{author}} needs banning for posting spam.
  35. ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement