On Tue, 29 Aug 2017 13:24:03 -0500
David Jones wrote:

//aws.amazon.com/blogs/ses/tag/abuse-complaint/
> 
> This is my definition of a trusted sender that could be safely 
> whitelisted with:
> 
> whitelist_auth *@amazonses.com
> whitelist_auth *@*.amazonses.com
> 
> The SPF_PASS will be enough with the SANS domain to work with the 
> whitelist_auth entries above without DKIM_VALID_AU hits.

It's no more difficult to match either spf or dkim: 

whitelist_from_spf   *.amazonses.com
whitelist_from_dkim  * amazonses.com

Reply via email to