Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

How can I set up message rules that are not case sensitive

  • 1 antwoord
  • 1 het hierdie probleem
  • 3 views
  • Laaste antwoord deur Zenos

more options

I have rules to move certain email addresses to a Deleted folder. However, one email has identified that the rule is case sensitive. The various senders are using emails that were somehow obtained from certain companies and I know who they are, including The Times. One of the senders has changed one character from lower case to upper case and the rule doesn't work. For now I've added the variation to the rule but it's a massive task to do this for all possible combinations for each of the offending email addresses. So can I make the rule case insensitive?

I have rules to move certain email addresses to a Deleted folder. However, one email has identified that the rule is case sensitive. The various senders are using emails that were somehow obtained from certain companies and I know who they are, including The Times. One of the senders has changed one character from lower case to upper case and the rule doesn't work. For now I've added the variation to the rule but it's a massive task to do this for all possible combinations for each of the offending email addresses. So can I make the rule case insensitive?

All Replies (1)

more options

I'm surprised to hear that filters appear to be case sensitive. I have always entered filter patterns in lower case and in my experience they match upper case variants too.

However, one solution is to install FiltaQuilla and learn about regular expressions ("regexes"). This provides a switch which tells it to ignore case. e.g.

/the times/i

would match "the times" with any mix of upper and lower case letters. (The /i is a switch to ignore case.) FiltaQuilla offers regexes only in the subject and address boxes; another add-on, Expression Search / Googlemail UI adds regexes for body text too.