amici-ursi / ImagesOfNetwork

Tools for managing the ImagesOfNetwork on reddit
MIT License
7 stars 9 forks source link

investigate filtering posts with phone numbers #102

Open amici-ursi opened 7 years ago

amici-ursi commented 7 years ago

at it's simplest, filter titles with \b[0-9]{3|7|10}\b (or an equivalent valid regex) will filter titles that include a three (area code), seven (local number), or ten (full number) digit number. there's probably a mess of automod code in r/automoderator or wherever with a canned semi-working solution.

SmithsonianDSP commented 7 years ago

https://www.reddit.com/r/AutoModerator/wiki/library#wiki_dox_detection_and_user_safety