清理退回邮件
我想知道清理退回邮件是通过解析返回的消息文本并创建规则(如果包含 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
退回邮件是使用 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).