hello, maybe someone here can help. I am trying to rewrite a certain set of To address with regex when they are sent outbound from my mail server.
I am trying to do the following: Can you rewrite this to 123456789@ smscountry.net to [email protected] <[email protected]>. The number string is very dynamic and will be many different combinations. is there a way to do this with regex. I have tried /@smscountry\.net/ . [email protected] but this drops the number sequence. Any help would be appreciated. Andy
