I'm trying to script a email users migration that includes setting the forwarding addresses. The documentation states:
*Note: A valid value of forwardTo is an email address that has been already verified to be used as a forwarding address in the Google Mail account, or one that fulfills one of the following criteria:
- It belongs to the same domain,
- It belongs to a subdomain of the same domain, or
- It belongs to a domain alias configured as part of the same Google Apps account.
If the value of forwardTo doesn't adhere to one of these rules, setting up forwarding via the API will fail.*
Does anyone know if there's a trick to get around this, or if this particularly annoying restriction will be lifted?