Jump to content

Inbound routing rule help


billster

Recommended Posts

Hi all,

I have set up a inbound routing rule which creates requests which is working fine.

But we have a system whereas people report phishing emails from Outlook and it send a report to our service manager email address. 

But when they do this it makes a ticket. I tried these options but I cannot get it to work.

 

subject != "Phish Alerts"

subject NOT LIKE %'phish alerts'%

subject NOT IN ('Phish Alerts')

 

 

Link to comment
Share on other sites

@billster first thing I would check is the rule order... have a look if the email is not actually processed by another rule that is higher in the order list...


EDIT: actually, looking again at what you tried, looks like an incorrect expression. You need subject NOT LIKE '%phish alerts%'  ... so you enclose the whole criteria with quotes, including %

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...