Can someone help me craft a regular expression that will block e-mail messages with a subject that contains the following types of strings:
re [xx]:
re[xx]:
re:[xx]
re[xx]
re [xx]
I've looked at the regular expression help pages, and tried a few strings, but they don't seem to block the messages. This seems simple enough, but I can't figure it out.
This thread was automatically locked due to age.