Hi,
I’ve set up a file server to send notifications to zammad if a backup fails. For the file server email address I added the role “System” and assigned the user to this role.
The auto reply trigger is set to “Customer”, so I expected the file server should not receive auto replies from zammad. Unfortunately, zammad is still sending auto-replies on each notification.
How can I setup the trigger to only send auto-replies, if the sender of the original email is assigned the “Customer” role?
The Auto-Reply should only be send if the sender of the incoming email is a “Customer”. Not if the role of the sender is set to “System”
Actual behavior:
Auto-Reply is send to users with the role “System”
Steps to reproduce the behavior:
Add Role “System”
Assign Role “System” to user "test@example.com"
Setup Trigger for auto-reply with “Sender”->“is”->“Customer”
Send Email from "test@example.com" to Zammad
Sorry I have trouble following that - could you please share the output of "User.find_by(email: ‘fileserver@domain.tld’) so I can understand what exactly is configured?
Sorry for the late reply, this somehow went out of my radar.
If you want to disable auto replies to all customers, just disable the trigger and you should be fine
If it only applies to e.g. an automatic system you can either solve this with a dropdown “no-autoreply” with selection (true, false) and could filter for that. If it’s only one address you could add the condition: FROM contains not