I need a filter to trash all incoming mails where the From field begins with "DR" plus a non-alphanum character.
I tried filtering for "^[dD][rR][. ].*" but it seems Outlook is too stupid to understand regular expressions(1).
Can it be done and how?
(1) Yes, I know I only had period and space as the third character there but this was just a test.