SES suppressing all addresses to a domain

0

All mails sent to a domain are being bounced with:
"bounceType":"Permanent","bounceSubType":"OnAccountSuppressionList".
However none of the destinations are visible in account supression list.
I am using this to examine list:
aws sesv2 list-suppressed-destinations | grep "my-domain-name"
Is there any other setting which suppresses a domain?
The destination domain itself is a SES verified domain.
If I disable BOUNCE reason from account suppression settings, the emails get delivered correctly.
Any pointers to reolve much appericitaed.

1개 답변
0

The only other suppression list would be the global suppression list [1] although given that it succeeds when disabling your account suppression list sure seems the domain is on the account level list. Would be worth attempting to remove the destinations [2] in question from your account suppression list to see if that succeeds or fails.

[1] https://docs.aws.amazon.com/ses/latest/dg/sending-email-global-suppression-list.html [2] https://docs.aws.amazon.com/ses/latest/dg/sending-email-suppression-list.html#sending-email-suppression-list-manual-delete

lp901
답변함 2년 전
  • Thanks for your answer. It was a rather silly issue. I did'nt realize that 'aws sesv2 list-sppressed-destinations' command does not list all the destination in a single invocation. It returns a 'NextToken' in json output, if there are more to be listed. Caller is then required to invoke command again with the token passed in --next-token arguement. Wish there was an option though to dump the entire list in single shot, for convinience in scripts etc.

  • Ah thats fair, yh some commands will handle the pagination or are supposed to but seems like its not supported on all commands

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

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

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

관련 콘텐츠