Created
February 17, 2011 20:35
-
-
Save jeff/832624 to your computer and use it in GitHub Desktop.
example of address de-mangling for groupwise imap to google apps migration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type | pattern | repl | |
|---|---|---|---|
| all | <"-UNKNOWN-".APIGate.GW_DOMAIN> | <someuser@staff.example.net> | |
| all | James Smith\.James Smith\.GW_DOMAIN | jsmith@staff.example.net | |
| all | GW_DOMAIN:james@\[example.com\] | james@example.com | |
| all | "([^"]+)"\.GWIA\.GW_DOMAIN(@staff.example.net)? | \1 | |
| all | \.GW_PO\.GW_DOMAIN@ | @ | |
| all | \.GW_PO\.GW_DOMAIN | staff.example.net | |
| sent_from | @staff\.example\.net | @example.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment