Reputation: 21
I want to add a filter, based on regural expression, for body message for user on my Zimbra email server.
If the filter is triggered, email must be forward on specific address.
For example:
regex: /[0-9]/
User: test_user
Specific address: [email protected]
Upvotes: 0
Views: 1196
Reputation: 436
Regular expressions aren't supported, but you can use filespec-style wildcards like "?" for one character and "*" for zero or more characters.
Check this zimbra community forums
Upvotes: 2