Earlier quoted context omitted.
Yes, if that newsletter is using best practices. The recommended period is 90 days I believe, but you can get send an email asking if you're still interested (and in that email, there will be a link you should click if you want to stay subscribed). You may have had this happen before and probably thought that was just a scammy way to get you to click a link, but in fact it's completely legit.
I would not consider it "best practices" to automatically unsubscribe someone who legitimately subscribed. Have a double opt-in, and then assume they're interested until they explicitly unsubscribe. I'm subscribed to some mailinglist that I don't actually read but would be upset if they auto-unsubscribed me, because if I'm ever interested, I want it to be there.
Spy pixels in emails 'have become endemic'
181–190 of 341 posts
Re: Spy pixels in emails 'have become endemic'
#182What irks me is when email newsletters that I'm willfully subscribed to (the Economist comes to mind) inform me that "since I haven't been interacting" my subscription will be terminated. I have too been "interacting" (or as I call it, "reading") but my email client, very sensibly, doesn't load external resources, like pictures, willy nilly.
Re: Spy pixels in emails 'have become endemic'
#183Earlier quoted context omitted.
I'm not sure why people would be wary of clicking the unsubscribe link on something they explicitly subscribed to in the first place. I mean, they trusted you enough to give you their email address to subscribe in the first place, right? The only scenario I can think of is when people didn't intentionally subscribe or were coerced into subscribing and those newsletters can go to hell and fully deserve to be marked as…
I think the original commenter really did mean weary and not wary. It's just a pain to be constantly unsubscribing from things, most of which you probably didn't intentionally subscribe to in the first place.
Re: Spy pixels in emails 'have become endemic'
#184Earlier quoted context omitted.
I've unsubscribed before only to find myself subscribed to a bunch of similar things instead. Clicking a link confirms your address reaches a person and is therefore worth spamming. Plus the risk of phishing. Plus the dark patterns in the unsubscribe UI.
> Clicking a link confirms your address reaches a person and is therefore worth spamming I think this is received wisdom that might have been true 20 years ago, but doesn’t stand up to scrutiny.
So for me, it does stand up to scrutiny, it still happens.
Re: Spy pixels in emails 'have become endemic'
#185Earlier quoted context omitted.
It’s super annoying that other people’s spam habits hit you. For a while I couldn’t receive email notifications from Facebook because so many other gmail users marked them as spam, so no matter how many I unmarked, I was screaming in the wind. Fair enough that other people don’t wanna deal with that crap, but it should still be my prerogative to receive them. I first gave up, and later decided I didn’t care. But for…
You can create a filter to ensure that address is never marked as spam.
Re: Spy pixels in emails 'have become endemic'
#186Earlier quoted context omitted.
Lol at the downvotes. I don't work for them!
If I were to guess, the downvotes stem from the suggestion that changing one's email provider to a specific other one is supposed to be a reasonable way to combat tracking pixels. It's kinda like suggesting moving to fix a leaky pipe.
But the pressure from Hey is persuading some companies to stop doing it https://twitter.com/dhh/status/1359437390763483141?s=20
So it's not avoiding the root cause entirely
Re: Spy pixels in emails 'have become endemic'
#187If you're running a mail newsletter, this tracking is pretty important. You're supposed to stop sending emails to someone who's not interacting with them, or you get an extra point towards being flagged as spam. Since people are already weary of clicking the unsubscribe link and instead casually mark everything as spam, every little bit towards keeping your reputation counts. It's a damned if you do, damned if you do…
Re: Spy pixels in emails 'have become endemic'
#188Earlier quoted context omitted.
It does not. That's how it should work, but it does not work that way. It downloads them on demand if and when the user views an email. So it protectes the users IP address from the spammer/marketter, but not the fact that the message was viewed nor when it was viewed.
The amount of email that is sent and not opened would probably destroy the origins - might be ok. But it would waste a huge, huge amount of bandwidth and CPU to download them which would open up an attack vector (DoS) on any email service that did this. Images can be legitimately very big...
Unless they're using different URLs for each image for tracking purposes. Which would become pointless if the images were downloaded immediately.
They could probably get away with applying size limits to images too, and simply have placeholder/broken images if the images are unreasonably large.
It would even work for people using normal IMAP clients if they attached the images to the email directly and switched out the href in the img tags to point at the attachment instead.
This whole thing could be a user setting which can be toggled. Defaulting to the most privacy friendly option.
Re: Spy pixels in emails 'have become endemic'
#189Earlier quoted context omitted.
I run https://www.emailprivacytester.com - People will visit my site, enter their email address, receive an email from me, click the "confirm" link in that email, then once confirmed that they control the email address, go to another section of the website and send themselves a test email. Then they will go into their email client and click the spam button on both of the emails that I sent them. The confirmation emai…
They do that because they have no guarantee that a site will respect an “unsubscribe” request, and it wouldn’t drag them through a shady multi-step “but why” dialog, and it wouldn’t send them another email with “Dear sucker, we see your request and sadly have to react, but you know how these servers work, right? Wait for a week or twelve before all our systems are aware that you wanted to unsubscribe from one of our…
They then told their email provider that the email they requested was spam.
I've considered putting up a page with a list of these peoples email addresses, but I feel like it would end up causing me more problems than it's worth.
[edit] There should be a system where I can prove to an email provider that I was in fact given permission to send to an address (for a period of time, and/or for a specific quantity of messages). If there was a standard email header where you could stick a callback URL like:
Request-Permission: url=https://www.example.com/callback period=1D count=10
Then when e.g Google receives this message, they could have some sort of UI to say "The sender of this email wants permission to send you up to 10 emails for the next 24 hours". The user when then click yes or no. If yes, Google would fire off a request to my callback URL, so both me and Google knows I have permission. Google could then skip/reduce spam filtering for those emails then too.Re: Spy pixels in emails 'have become endemic'
#190I can't think of any email clients that automatically download external images by default. The article seems to be over-blowing the issue a bit.
GMail displays them. It uses a proxy for downloading, but I don't think that matters unless they're preloading all images unconditionally upon server-side receipt of the message. Apple's macOS Mail.app client displays external images by default, as does their iOS app.