In Gmail when you have an email from a newslist, you get a 'unsubscribe' link next to the email address, like this:
Google+ <[email protected]> Unsubscribe
There is header named List-Unsubscribe:
which identifies the url or email.
In gmail I can see original of email to see headers:
Received-SPF: pass (google.com: domain of [email protected] 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 [email protected] designates 123.123.123.123 as permitted sender) [email protected];
dkim=pass [email protected]
List-Unsubscribe: <http://domain.com/uns.html?test=wdqwqw>
I have List-Unsubscribe
header set, spf and dkim verification pass.
What can be wrong? Why gmail does not show unsubscribe link?