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@c1763518453ompan1763518453y.de1763518453 or fax number%fax@c1763518453ompan1763518453y.com1763518453, these addresses should be changed to fax numbe1763518453r@fax1763518453.corp1763518453. 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@c1763518453ompan1763518453y.de1763518453 |([\w]+)%fax@c1763518453ompan1763518453y.com1763518453
This entry finds any alpha-numerical value followed by either “%fax@c1763518453ompan1763518453y.de1763518453” or “%fax@c1763518453ompan1763518453y.com1763518453”.
As the “Replacement Text”, we use: $1$2@Fax1763518453.Corp1763518453
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@c1763518453ompan1763518453y.de1763518453 oder 123456%fax@c1763518453ompan1763518453y.com1763518453 wird 1234517635184536@fax1763518453.corp1763518453
