Amazon Workmail: how to drop or move incoming emails that failed DMARC verdict to the junk folder?

0

I have enabled DMARC enforcement in Amazon Workmail, and I can see some emails have the Authentication-Results "dmarc=fail" in the email header, but these emails still end up in my inbox.

I can also see these email logs from CloudWatch Logs Insights with the following query:

fields @timestamp, @message, @logStream, @log | sort @timestamp desc | filter event.dmarcVerdict == "FAIL"

How can I drop these emails or move them into the junk folder?

1개 답변
0

Hi,

To enforce an action on message that fail the checks for DMARC, the domain owner needs to set instructions on what to do with that mail. If there is no DMARC domain record the message will be delivered to the inbox.

You can leverage Mail flow rules to check messages inflight and reroute to junk when the message had DMARC failed headers.

Kind regards, Robin

AWS
전문가
답변함 일 년 전
  • What would be the process to do this, would it be through a function with lambda?

  • Information on creating mail flow rules can be found here and information on accessing the mail via lamda can be found here

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠