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?

gefragt vor 2 Jahren289 Aufrufe
1 Antwort
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

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen