• @hedgehog@ttrpg.network
    link
    fedilink
    English
    31 day ago

    If it’s prefetched, it doesn’t matter that you reveal that it’s been “opened,” as that doesn’t reveal anything about the recipient’s behavior, other than that the email was processed by the email server.

    • fmstratA
      link
      English
      214 hours ago

      If by prefetch you mean the server grabs the images ahead of time vs the client, this does not happen, at least on amy major modern platform that I know of. They will cache once a client has opened, but unique URLs per recipient are how they track the open rates.

    • fmstratA
      link
      English
      116 hours ago

      But the path changes with every new data element. It’s never the same, so every “prefetch” is a whole new image in the system’s eyes.

      • @hedgehog@ttrpg.network
        link
        fedilink
        English
        215 hours ago

        Even with a unique link, if the behavior is that as soon as the email server receives it, it’s prefetched, what does that reveal about the user?

        • fmstratA
          link
          English
          1
          edit-2
          14 hours ago

          Server or client, every supposed prefetch would be unique. If I trick an LLM client into grabbing:

          site.com/random-words-of-data/image.gif

          Then:

          site.com/more-random-data/image.gif

          Those are two separate images to the cache engine. As the data refreshes, the URL changes, forcing a new grab each time.

          For email, marketers do this by using a unique image URL for every recipient.

          • @hedgehog@ttrpg.network
            link
            fedilink
            English
            114 hours ago

            Cool, all of your images are getting fetched by the server as it receives and processes the emails. You have 100% open rate on all emails to that domain within 3 minutes of send.

            What do you know about the user and their behavior? Nothing. The prefetch is not tied to their actions, therefore you cannot learn anything about their actions.

    • @undefined@links.hackliberty.org
      link
      fedilink
      English
      21 day ago

      Personally speaking, I’ve never been a fan of this method because to the hosting web server it was still fetched. That might confirm that an email address exists or (mistakenly) confirm that the user did in fact follow the link (or load the resource).

      I have ad and tracking blocked like crazy (using DNS) so I can’t follow most links in emails anyway. External assets aren’t loaded either, but this method basically circumvents that (which I hate).

      • Eager Eagle
        link
        fedilink
        English
        2
        edit-2
        1 day ago

        an email for a receiver that doesn’t exist, more often than not, goes back to the sender after e.g. 72h. That’s by design.