Hi,
I would like to see a some additional filtering options for email addresses (To and From) inside of Zammad
Currently, when you create a trigger based on an Article for the ‘To’ and ‘From’ options, you have the ‘contains’ and ‘does not contain’ options, however, that can be very confusing and often cause undesired results:
Undesired Result
Trigger 1: Email To filtered on ‘contains’ CD@domain.com
Trigger 2: Email TO filtered on ‘contains’ LCD@domain.com
Often both triggers will fire if you send an email to LCD@domain.com because both satisfy the constraint.
Desired Result
Trigger 1: Email ‘TO’ filtered as ‘starts with’ CD@domain.com
Trigger 2: email ‘TO’ filtered as ‘starts with’ LCD@domain.com
Now, only one trigger would actually fire, because the system isn’t being confused by similar names.
Much regard,
–Phillip