Redirect Mail with certain properties to another mail adress

carsten2

Renowned Member
Mar 25, 2017
283
35
68
56
Is it possible to redirecft a mail with certain properties, e.g. where the sender or subject matches a certain pattern to another email adress?

E.g. I have subscription to mailing lists, which I want to redirect to dedicated shared mail boxes. Another example is temporary redirection to a certain user because of illness or posting it to a shared group mailbox.

If yes, how to do it, because there is no "Redirect"-Action available.
 
I believe that this is possible as I set up something similar for another scenario. I had a need to redirect all the mail from a domain to another email address as I was taking the backend server offline.

Under the WHO OBJECTS, I created an entry that listed the domain I wanted to redirect, though it will let you do either an email address and also a regular expression.

Under the ACTION OBJECTS, I created an entry that would BCC the incoming email to the specified address

Finally, under MAIL FILTER, I created an entry that monitored inbound traffic to look for said domain and when something was received that matched it would BLOCK the email from being passed through and instead BCC the assigned address.

From this, I can see how you would do it for say a specific sender or user but I am not sure how you would match to details of the received email itself though playing with regular expressions should get you what you want.