Created
June 30, 2024 17:04
-
-
Save ajhalili2006/9b135ec4e705e11f91e966c13e36d402 to your computer and use it in GitHub Desktop.
ModMail automation config YAML for r/ajhalili2006 and friends
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
verbose_logs: true | |
rule_friendly_name: "Mute and archive on crypto airdrop spam | |
subject: airdrop | |
author: | |
combined_karma: <= 100 | |
account_age: < 1 year | |
satisfy_any_threshold: "true" | |
archive: true | |
mute: 28 | |
--- | |
verbose_logs: true | |
rule_friendly_name: "Autoreply on ban appeals relating to shadowbans" | |
body: [removed, hidden, shadowban, invisible, deleted] | |
author: | |
is_shadowbanned: true | |
is_banned: false | |
reply: | | |
Hi /u/{{author}}, | |
Thanks for writing in. Unfortunately, your account has been shadowbanned by Reddit admin. This is not something we have any control over. | |
Until this situation is resolved, your posts and comments will be invisible. You can [appeal your shadowban](https://reddit.com/appeal) or see /r/shadowban for more information about shadowbans. | |
archive: true | |
--- | |
verbose_logs: true | |
rule_friendly_name: "Autoreply on ban appeals w/o active bans" | |
subject+body: ["ban appeal", "why am i banned", "why banned"] | |
author: | |
is_banned: false | |
reply: | | |
Hi /u/{{author}}, | |
It looks like you're trying to appeal a ban from {{subreddit}}. You don't appear to be banned at the current time. If this is intended for another community, we cannot help you on that. | |
archive: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment