Does anyone know how to regex to block those fabulous 4 letter words that are proliferating? I tried just the word and it starts blocking a bunch of legitimate email.
You'd probably want to make sure there's whitespace on both sides of the word, otherwise you get matches on words that contain your expressions as substrings. e.g. assessment
You'd probably want to make sure there's whitespace on both sides of the word, otherwise you get matches on words that contain your expressions as substrings. e.g. assessment