
Originally Posted by
Rick
If it helps: The last issue of the tribune I recieved (#319) had all the correct email info and un-sub etc links.
Are you talking about the email version of the newsletter? What I was talking about in my original post, and I guess I probably wasn't too clear about that, is that when I went to the web-based version of the newsletter (here) it has those screwy Unsubscribe and Swap links on the web page.
If you look at the source code for the web page, the Unsubscribe link is
Code:
"mailto:$subst('Email.UnSub')"
and the Swap link is
Code:
"http://sitepoint.com/newsletter/textplease.php?email=$subst('Recip.EmailAddr')"
Both of those links are using a literal $subst() value instead of my email address.
Hope that makes more sense than what I said originally.
Bookmarks