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?

preguntada hace un año261 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace un año
  • 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

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas