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@c1787042463ompan1787042463y.de1787042463 or fax number%fax@c1787042463ompan1787042463y.com1787042463, these addresses should be changed to fax numbe1787042463r@fax1787042463.corp1787042463. 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@c1787042463ompan1787042463y.de1787042463 |([\w]+)%fax@c1787042463ompan1787042463y.com1787042463
This entry finds any alpha-numerical value followed by either “%fax@c1787042463ompan1787042463y.de1787042463” or “%fax@c1787042463ompan1787042463y.com1787042463”.
As the “Replacement Text”, we use: $1$2@Fax1787042463.Corp1787042463
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@c1787042463ompan1787042463y.de1787042463 oder 123456%fax@c1787042463ompan1787042463y.com1787042463 wird 1234517870424636@fax1787042463.corp1787042463
