I'm migrating from an older email structure ([first letter of first name].[last name]@company.com) to [first letter of first name][last name]@company.com.
To ensure that mail sent to older addresses is received by the necessary people I would need an alias to implement the transition rule.
Would the following suffice?
/^([A-Za-z]{1})\.([A-Za-z]+)([1-9]([0-9]+)?)?@domain.com$/ $1$2$3@domain.com