-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expand missing persons phone numbers
- Loading branch information
Showing
3 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Reddit AutoModerator rules | ||
|
||
This is a repo containing rules for Reddit's AutoModerator that I have set up and use on subreddits I moderate. Grouped between general rules, rules specificly targeting spam, and rules used on specific subreddits. | ||
|
||
You are free to use and modify any of the rules in this repo for your own subreddits. | ||
|
||
# Need help? | ||
|
||
If you need help with any of the rules in this repo, [raise an issue](https://github.com/KanchiMoe/Reddit-AutoModerator-rules/issues/new/choose) or send a modmail to any of the subreddits in the `subreddit_specific/` folder. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
# Anti-dox rules on email addresses, allowing police addresses | ||
# src: https://github.com/KanchiMoe/Reddit-AutoModerator-rules/blob/master/Subreddit_specific/MissingPersons/antidox_email.yaml | ||
# Last updated: 2024-08-26 | ||
# src: https://raw.githubusercontent.com/KanchiMoe/Reddit-AutoModerator-rules/master/subreddit_specific/missingpersons/antidox_email.yaml | ||
# Last updated: 2024-08-30 | ||
title+body (regex): ['(?!(abuse|help|info|no-?reply|phishing|service|spoof|support)\@)[\w!#$%&\x27*+\-./=?\^\x60{|}~]+\@([\w-]{1,64}\.)+([a-z]{2,16}|xn--[a-z0-9-]{1,60})'] | ||
~title+body: ["@south-wales.police.uk", "[email protected]", "[email protected]"] | ||
~author: ["Example"] | ||
|
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