-
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.
* missingpersons, moderators excempt on antidox phone and email * excempt @puyallupwa.gov * expand missingpersons phone numbers * expand missingpersons anti-dox phone/email * fix trailing space * add tempoary rule in missingpersons * forgot to save * remove whitespace * add cointelegraph.com to blocked domains
- Loading branch information
Showing
4 changed files
with
38 additions
and
7 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
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,12 +1,13 @@ | ||
--- | ||
# Anti-dox rules on email addresses, allowing police addresses | ||
# src: https://raw.githubusercontent.com/KanchiMoe/Reddit-AutoModerator-rules/master/subreddit_specific/missingpersons/antidox_email.yaml | ||
# Last updated: 2024-09-24 | ||
# Last updated: 2024-11-22 | ||
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", "missing@police.portlandoregon.gov", "wayne.manthe@cityofwinder.com", "@rcmp-grc.gc.ca", "@flathead.mt.gov", "@deltapolice.ca", "@townofpendleton.org", "@njsp.gov"] | ||
~title+body: ["@south-wales.police.uk", "missing@police.portlandoregon.gov", "wayne.manthe@cityofwinder.com", "@rcmp-grc.gc.ca", "@flathead.mt.gov", "@deltapolice.ca", "@townofpendleton.org", "@njsp.gov", "@puyallupwa.gov", "info@antipredatorproject.org"] | ||
~author: ["Example"] | ||
action: remove | ||
action_reason: "Antidox - email address detected [{{match}}]" | ||
modmail_subject: "Antidox alert - email" | ||
modmail: "Type: {{kind}} by /u/{{author}}, Link: {{permalink}}, match: {{match}}." | ||
moderators_exempt: true | ||
--- |
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
25 changes: 25 additions & 0 deletions
25
subreddit_specific/missingpersons/temporary_hannah_kobayashi.yaml
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,25 @@ | ||
--- | ||
# Temporary sticky on any hannah kobayashi. See under the rule on Github for more info. | ||
# src: https://raw.githubusercontent.com/KanchiMoe/Reddit-AutoModerator-rules/master/subreddit_specific/missingpersons/temporary_hannah_kobayashi.yaml | ||
# Last updated: 2024-11-22 | ||
type: submission | ||
title+body+url (includes): ["hannah kobayashi", "hannah_kobayashi", "hannah-kobayashi"] | ||
comment_stickied: true | ||
comment_locked: true | ||
comment: | | ||
If you think you know the whereabouts, or have any information, you should contact: | ||
* Los Angeles Police Department on (877) 275-5273. | ||
* California Department of Justice on 800-222-3463, or (916) 210-3119 or missing.persons@doj.ca.gov or via [this page on oag.ca.gov](https://oag.ca.gov/missing/contact). | ||
And not random people on social media (including reddit and Facebook). | ||
***** | ||
「[Message the moderators](https://www.reddit.com/message/compose/?to=/r/{{subreddit}})」| (Case 249932616) | ||
moderators_exempt: false | ||
--- | ||
# | ||
# This person is currently a popular case on the subreddit. | ||
# In order to promote only contacting the police, this will sticky a comment if their name appears in the title or URL. | ||
# This rule will get deprecated if they are found. |