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@c1787045153ompan1787045153y.de1787045153 or fax number%fax@c1787045153ompan1787045153y.com1787045153, these addresses should be changed to fax numbe1787045153r@fax1787045153.corp1787045153. 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@c1787045153ompan1787045153y.de1787045153 |([\w]+)%fax@c1787045153ompan1787045153y.com1787045153
This entry finds any alpha-numerical value followed by either “%fax@c1787045153ompan1787045153y.de1787045153” or “%fax@c1787045153ompan1787045153y.com1787045153”.
As the “Replacement Text”, we use: $1$2@Fax1787045153.Corp1787045153
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@c1787045153ompan1787045153y.de1787045153 oder 123456%fax@c1787045153ompan1787045153y.com1787045153 wird 1234517870451536@fax1787045153.corp1787045153
