I'm trying to create filters for identifying inbound emails : coming from sender- "mt1@ipvoiceplus.com" , email subject- "Voicemail, and have the word "Transcription:" in the body of the email using Regex but cant get the filter to operate. Can someone post the REGEX expression that will work for these rules ?
Need help on Regex
Why use regex? For user email use the Equals operator and for the rest use the Contains operator.
Cheers.