TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Problem with Amazon SES Undetermined Bounce Status

2 点作者 hackmyway超过 9 年前
We are using AWS SES for sending emails. We send 10M+ emails per month using SES. For some users we received SQS bounce response status = 'undetermined', sub_status = 'undetermined'. We mark users with bounce status 'undetermined' as hard bounce and don't send them email in future. However we found these emails are valid. Emails should be delivered successfully. We observed this for multiple emails. Question: 1) Why 'undetermined' bounce response is received even for valid emails? 2) Should bounce response with 'undetermined' status be marked as hard bounce? Is the logic correct? SES bounce status & sub status details are in this link: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notification-contents.html

1 comment

davismwfl超过 9 年前
Have you looked at the domains that you are seeing undetermined status for, is there a pattern?<p>We send a reasonably decent amount of email, in general we distribute the emails across multiple ESPs, with a small amount going through SES. One of the easiest ways to figure this out is to trap the entire SMTP conversation and codes. We wrote an internal tool that will send an email and trap the entire SMTP conversation so we can see what is really happening, as not all ESP&#x27;s correctly categorize things, nor do they let you see the raw SMTP conversation and many times incorrectly configured mail servers cause the problem (even on &quot;big&quot; domains).<p>In a couple of cases we have found that some domains work better when we send to them using a specific ESP, which is part of the reason we integrated to multiple ESP&#x27;s. We also built into our system the ability to pin a domain to an ESP, thereby usually increasing our deliverability for clients.<p>EDIT: And no, I do not believe an undetermined bounce status should be a hard bounce, soft seems more reasonable.
评论 #10245380 未加载