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?

已提问 2 年前289 查看次数
1 回答
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

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则