Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- # Posts: Remove (spam) posts linking to banned domains
- type: submission
- domain+title+media_title: [abc.xyz, anotherdomain.com, etc]
- action: spam
- action_reason: "Spam domain [{{match}}]"
- modmail: Please ban /u/{{author}} for posting spam.
- ---
- # Hide posts and comments that get multiple reports and modmail for attention
- reports: 3
- action: filter
- action_reason: "Multiple reports"
- modmail: Multiple reports on the above {{kind}}. Please investigate.
- ---
- # Posts: Remove (spam) posts with top-level domains in the title
- type: submission
- title+media_title: [".com", ".net", ".xxx", ".xyz", ".club"]
- action: spam
- action_reason: "TLD in title [{{match}}]"
- modmail: Please check if /u/{{author}} needs banning for posting spam.
- ---
- # Comments: Hide new comments on previously archived posts (comment shows up in mod queue)
- type: comment
- parent_submission:
- past_archive_date: true
- action: filter
- action_reason: comment on previously archived post
- ---
- # Comments: Remove (spam) comments linking to subreddits with "sex" in the name
- type: comment
- body (includes, regex): "r/[a-zA-Z]*[Ss][Ee][Xx][a-zA-Z]*"
- action: spam
- action_reason: "Potential spam"
- modmail: Please check if /u/{{author}} needs banning for posting spam.
- ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement