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.
Hello,
I do not have much experience with writing automod so any help is greatly appreciated 🙏
When a post submission breaks multiple rules (example rules 1 and 2), automod will remove the post and comment that user broke rule 1 (usually the first rule in the automod script). How do I make automod comment to the user that they broke rules 1 and 2? The problem is, the user will read and fix their post to comply with rule 1, only to have their second post removed for not complying with rule 2.
These are the codes:
Rule: Submissions must be longer than 140 characters.
type: submission
body_shorter_than: 140
action: remove
action_reason: "short submission (Under 140 Characters)"
comment: |-
Hi /u/{{author}}, your post has been removed because it breaches Rule #13 of /r/{{subreddit}}. "The body of your post must contain at least 140 characters.
comment_stickied: true
comment_locked: true
Remove titles without age
type: submission
~title (includes, regex): '([{\[\(]?(1[89]|[2-9][0-9])[}\]\)]?)|(Meta)'
action: filter
comment: |-
Your post has been removed because it breaches Rule #10 of /r/{{subreddit}} "Your post title must contain your age(s) and R4R format, providing a basic outline of who you are and what you are seeking. i.e. 30M4F , 25F4F, 34MF4M etc. For discussion posts, please use [Meta] in the title."
comment_stickied: true
comment_locked: true
Subreddit
Post Details
- Posted
- 8 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AutoModerat...