I want to do something very simple:
- Search for an email which is older than 90 days
- and has a specific subject.
In the Search Query i fill in:
received <= @{addDays(utcNow(), -90, 'yyyy-MM-ddTHH:mm:ssZ')} AND subject:('[random text] More specific text')
And, as a precaution, i also fill in the Subject Filter: [random text] Mode specific text
The above subject search does NOT look for an exact match... It finds emails that look like this and sometimes only the [random text] part matches.
So, how can I change the Search Query so it does look for the exact match for the subject?
And also not finds "RE: [random text] More specific text"