Just an update in case anyone cares...I've decided to use regex. I've got a
document here with a list of basic swear words, slimmed down from our old filters so we don't get false positives. What's powerful about regex is that you can catch a lot of different variations of the word for example: if you're filtering the word "pizza" the filter will catch pizza, pizzaaaaaaa, pizzzzz@, PIZZA!
I'm also filtering some phrases. We're not filtering some common words that could be legit in a class assignment so I've added phrases like "you're pizza" and use regex to include variations.
I also found out how to make the quarantine manager we wanted (thanks to Chris). Here is our modified set up:
-Content Compliance
-Matches any regex
-Modify Message/change envelope recipient and send it to
quara...@isd271.orgThis will change the recipient to my quarantine account and from there I can manage the emails. I'll use canned responses if we need to warn any students. Students and staff are gone today so not much activity but I'm hoping this set up will catch some offensive language/bullying but also not be too specific where I'll get tons of false positives.