Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.