清理退回邮件

发布于 2024-12-12 17:16:03 字数 81 浏览 2 评论 0原文

我想知道清理退回邮件是通过解析返回的消息文本并创建规则(如果包含 bla bla bla)还是通过提取某个错误代码来完成。

请澄清。

I'm wondering whether cleaning the bounce mail is done by parsing the returned message text and creating rules (if contains bla bla bla) or by extracting a certain error code number.

Please clarify.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对不⑦ 2024-12-19 17:16:03

退回邮件是使用 VERP(即专门形成的反向路径)处理的。反向路径地址是要发送退回邮件的地址,它包含编码形式的原始收件人,可能还包含其他信息。类似于: [电子邮件受保护]。请参阅可变信封返回路径

对退回邮件的分析有助于检索退回邮件的确切原因,特别是如果退回邮件以标准 DSN 格式发送,但否则它不是一个可靠的方法(例如并非所有邮件服务器都使用 DSN)。

Bounces are handled using VERP, i.e. a specially formed reverse-path. The reverse-path address is the one where to bounce will be sent, and it contains the original recipient in encoded form and maybe other informations too. Something like: [email protected]. See Variable envelope return path.

The analysis of the bounce mail is good for retrieving the exact cause of the bounce, especially if the bounce is sent in the standard DSN format, but otherwise it is not a reliable method (for example not all mail servers use DSN).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文