komito
komito

Reputation: 21

Add filter for user email on Zimbra server

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

Answers (1)

karthik selvaraj
karthik selvaraj

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

Related Questions