defan752

Untitled

Jun 30th, 2018
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1.  
  2. # Approve all submissions that get caught in the spam-filter
  3. type: submission
  4. action: approve
  5.  
  6.  
  7. ---
  8.  
  9.  
  10. # Send an alert to modmail if anything gets X reports
  11. # reports: 1
  12. # modmail: The above item has received 1+ reports, please investigate.
  13.  
  14.  
  15. ---
  16.  
  17.  
  18. # Automatically remove anything that gets X amount of reports and send modmail
  19. reports: 2
  20. action: remove
  21. modmail: The above item was automatically removed due to receiving 2+ reports. Please verify that this action was correct.
  22.  
  23.  
  24. ---
  25.  
  26.  
  27. # Set any submission tagged [Spoiler] as NSFW
  28. title: [spoiler, spoilers, Spoiler, Spoilers]
  29. set_spoiler: true
  30. moderators_exempt: false
  31.  
  32. ---
  33.  
  34. # Required tags (IMPROVED)
  35. # ~title (regex, includes): ["Spoiler", "Discussion", "Image", "News", "Video", "Translation", "Request", "Music", "Moderator"]
  36. # action: remove
  37. # comment: "**SYSTEM ALERT:** Your post was removed due to not containing proper «Title Tags». Please check the «Sidebar» for information on how to properly «Tag» your posts before resubmitting."
  38. # moderators_exempt: false
  39.  
  40.  
  41. ---
  42.  
  43. # Auto-Assign flair based on title tags (LEGACY)
  44. title: ["Spoiler", "Anime Spoiler", "Anime Spoilers", "S1 Spoiler", "S1 Spoilers", "S2 Spoiler", "S2 Spoilers"]
  45. set_flair: ["Spoiler","black"]
  46.  
  47. title: ["LN Spoilers", "LN Spoiler", "Alicization Spoiler", "Alicization Spoilers", "Light Novel Spoiler", "Light Novel Spoilers"]
  48. set_flair: ["LN Spoilers","blue"]
  49.  
  50. title: ["Discussion"]
  51. set_flair: ["Discussion","red2"]
  52.  
  53. title: ["Image"]
  54. set_flair: ["Image","purple"]
  55.  
  56. title: ["News"]
  57. set_flair: ["News","orange"]
  58.  
  59. title: ["Translation"]
  60. set_flair: ["Translation","blue2"]
  61.  
  62. title: ["Request"]
  63. set_flair: ["Request","red2"]
  64.  
  65. title: ["Moderator", "Meta"]
  66. set_flair: ["Moderator","green"]
  67.  
  68. ---
  69.  
  70. # Applies NSFW tag to NSFW-flaired submissions
  71. flair_text: ["NSFW"]
  72. set_nsfw: true
  73.  
  74.  
  75. ---
  76.  
  77.  
  78. # Shadowban users
  79. author: [Indekkusu, saofano, SummonKnight, nvuytass, StayMad69, MasterHo, gjboy]
  80. action: remove
  81.  
  82.  
  83. ---
  84.  
  85. # Request Thread PM
  86. is_edited: false
  87. parent_submission:
  88. id: [2ycdbp]
  89. message: Please paste "xa-eqY_aT1Fn-P6H7_kYHw" without the quotation marks into the decryption key field. Happy reading!
  90.  
  91. ---
  92.  
  93. # Automatic removal of scamming sites
  94. domain:
  95. - "i.finixp.com"
  96. - "i.pwtcity.com"
  97. - "qkdltd.com"
  98. - "i.jyeads.com"
  99. action: remove
  100. comment: "This post have been removed because it links to a site marked as a phishing site. Please re-host your image to an alternate site."
  101. action_reason: "Spam site"
  102.  
  103. ---
  104.  
  105. # Throwaway Prevention
  106. type: any
  107. author:
  108. account_age: "< 1 days"
  109. action: filter
  110. action_reason: "Brand new account"
  111.  
  112. ---
  113.  
  114. # Remove all submissions containing links to unlicensed content aggregation sites. A mere mention (i.e. "kissanime" or "kissanime.ru") will not trigger this rule.
  115. type: submission
  116. action: remove
  117. url+body+title (includes, regex): "https?://(kissanime|gogoanime|9anime|masterani|kissmanga|mangafox)"
  118. moderators_exempt: false
  119. comment: "This post has been automatically removed because it contains a direct link to an unlicensed content aggregation site. Please repost without the link, if it's not critical to your post."
  120. comment_stickied: true
  121. modmail: The above item was automatically removed because it contains a link to an unlicensed content aggregation site. No further action should be necessary.
  122.  
  123. ---
  124.  
  125. # Remove all comments containing links to unlicensed content aggregation sites. A mere mention (i.e. "kissanime" or "kissanime.ru") will not trigger this rule.
  126. type: comment
  127. action: remove
  128. body (includes, regex): "https?://(kissanime|gogoanime|9anime|masterani|kissmanga|mangafox)"
  129. moderators_exempt: false
  130. comment: "This comment has been automatically removed because it contains a direct link to an unlicensed content aggregation site. Please make another comment without the link, if it's not critical to your comment."
  131. modmail: The above item was automatically removed because it contains a link to an unlicensed content aggregation site. No further action should be necessary.
  132.  
  133. ---
  134.  
  135. # Seems to be a new spam wave.
  136. type: comment
  137. action: remove
  138. body (includes, regex): "earthclassmail"
  139.  
  140. ---
  141.  
  142. # Mark posts as spoilers if they have a spoiler flair.
  143. type: submission
  144. set_spoiler: true
  145. flair_text (includes): "spoiler"
  146. moderators_exempt: false
  147.  
  148. ---
  149.  
  150. # Filter posts from that one troll's obvious alts
  151. type: any
  152. author: [fastestmrt]
  153. action: filter
  154. action_reason: "Troll's alt account"
Advertisement
Add Comment
Please, Sign In to add comment