Replies: 1 comment
-
|
Hey there! 👋 Did you set regex101.com to use the JavaScript regex flavor? That's what the app is using. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please add support for multiple conditions per email rule (e.g. Header contains X AND Sender does not match Y). This is standard in Outlook, Gmail, and Proton Mail.
For example, when adding the following regex to match header, Tuta says invalid syntax. regex101.com matches without error:
/(?i)\b(costco|c0stco|0maha|omaha)\b(?!.*@(costco.com|omahasteaks.com)$)/
Beta Was this translation helpful? Give feedback.
All reactions