Is it possible to have multiple Keywords in E-Mail Filters

Hello,

I currently have Zammad set up with one email account for incoming tickets via mail.
Now I want to filter these emails as far as possible, to automatically assign them to groups.
E.g If the subject contains “Windows” or “Microsoft” it goes into the Microsoft Group. However it seems as I have to set up a new Filter for each keyword, or am I missing something? Ideally, I would just like to separate Keywords by space, semicolon, or whatever, because as of now, I have 10 Filters for one group alone, and it will only get messier in the future.

System:

  • Used Zammad version: 4.0.x
  • Used Zammad installation type: package
  • Operating system: Debian 10
  • Browser + version: Chrome v90

Hello,

you can use regex (see documentation) to search for one word out of view words.

I am not sure if this works, but you can try:
regex:\b(?:Microsoft|Windows)\b

I did not use regex in Zammd before, so perhabs to have to edit it a little bit. I just testet that regex at https://regexr.com.

Best Regards,
Bernhard

1 Like

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.