I need to create an email filter to reject email if the message was sent to multiple recipients. So, if the message has 7 people within the To Field, it would be rejected. Ideally I'd like the filter to reject the incoming mail if the To Field contains more than 3 recipients.
Have been trying all kinds of things with no success. I would assume there's some sort of regex code for this, but can only find regex for email validation.
Need this to help eliminate spam. Any help is immensely appreciated!
Thanks.
Have been trying all kinds of things with no success. I would assume there's some sort of regex code for this, but can only find regex for email validation.
Need this to help eliminate spam. Any help is immensely appreciated!
Thanks.