【发布时间】:2015-10-29 02:27:25
【问题描述】:
在 Gmail 中,当您收到来自新闻列表的电子邮件时,您会在电子邮件地址旁边看到一个“取消订阅”链接,如下所示:
Google+ <noreply-67e4f7ae@plus.google.com> Unsubscribe
有一个名为 List-Unsubscribe: 的标头,用于标识 url 或电子邮件。
在 gmail 中,我可以看到电子邮件的原件以查看标题:
Received-SPF: pass (google.com: domain of root@domain.net designates 123.123.123.123 as permitted sender) client-ip=123.123.123.123;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of root@domain.net designates 123.123.123.123 as permitted sender) smtp.mail=root@domain.net;
dkim=pass header.i=@domain.com
List-Unsubscribe: <http://domain.com/uns.html?test=wdqwqw>
我设置了List-Unsubscribe 标头,spf 和 dkim 验证通过。
有什么问题吗?为什么gmail不显示退订链接?
【问题讨论】:
标签: email gmail unsubscribe