Trying to create a transport rule to catch messages sent to more than 100 recipients.
Using the "when the message header matches text patterns" with "When the "To" matches "
(?:.*?(\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b)){100}I get an error about the backslash is not accepted, any ideas?