What regex code in filter, which i want to ignore everything that doesnt start with "SUP_" in the email subject
Ex.
Subject
SUP_HR = accept
SUP_MIS = accept
hardware problems = ignore
PLEASEEE Guys Need Help




Moderator: crythias
Code: Select all
^(?!SUP_)