Automatic adjustment of recipient addresses
Tags: Microsoft Exchange Microsoft SMTP Wall
iQ.Suite Wall allows email properties to be automatically modified using "Regular Expressions". For example, email recipient domains can be modified.
Step by Step
In the example below, users send emails with certain recipient addresses which are for-warded to a fax solution via an automatic diversion.
If user e-mails are sent with a recipient address in the format fax number%fax@company.de or fax number%fax@company.com, these addresses should be changed to fax number@fax.corp. Exchange then forwards these e-mails to a fax connector.
We use an "iQ.Suite Wall E-Mail Address Filtering" job for this purpose.

We enter the following in the "Regular Expression" box:
([\w]+)%fax@company.de |([\w]+)%fax@company.com
This entry finds any alpha-numerical value followed by either "%fax@company.de" or "%fax@company.com".

As the "Replacement Text", we use: $1$2@Fax.Corp
Here $1 and $2 stand for one of the alpha-numerical strings of characters found. In other words, the fax number is taken from the original recipient address and "@fax.corp" is set as the domain.
This results in:
Aus 123456%fax@company.de oder 123456%fax@company.com wird 123456@fax.corp
Last updated: 11 May 2016