Workmail redirect rule not working for Gmail address

0

Hi there. I've had a redirect rule in place for months to forward my Workmail email to my Gmail account. This was all working fine until yesterday morning when it just stopped working. I'm getting error messages saying 'Local address contains control or whitespace' but I haven't changed anything. How can I resolve this?

posta 2 anni fa289 visualizzazioni
1 Risposta
0

Hello,

Thank you for reaching out with the issue.

This error means that the email has a space somewhere in the "to/from email address" or there was a comma or extra character in the to/From line. The error below would show:

Amazon.Runtime.Internal.HttpErrorResponseExceptionHandler.HandleException(IExecutionContext executionContext, HttpErrorResponseException exception) Local address contains control or whitespace.

So review the sender and destination domain and addresses

If you want to specify the display name ('friendly name') that contains spaces, you should put that sender name in double quotes. Do not forget to escape them:

From: "Andrew" <andrew@example.com>;
To: "Bob" <bob@example.com>

Working with email rules

con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande