Live data from Hacker News

PSA: HelloFresh doesn't delete data when asked, only changes the email address

news.ycombinator.com

41–50 of 54 posts

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#41
post #13

Somehow this doesn't surprise me, they still want to be able to spam you with offers (I legit got a text today from Martha and Marley, I have not used them for 3+ years) and possibly sell your data to make more money. It does bring up an interesting idea, how many people use unique emails for each company to track spam. If something like that was possible for shipped goods (wouldn't work well for food but that is the…

Plus selling addresses to other food services is probably as valuable as spamming themselves.

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#42
post #13

Somehow this doesn't surprise me, they still want to be able to spam you with offers (I legit got a text today from Martha and Marley, I have not used them for 3+ years) and possibly sell your data to make more money. It does bring up an interesting idea, how many people use unique emails for each company to track spam. If something like that was possible for shipped goods (wouldn't work well for food but that is the…

>It does bring up an interesting idea, how many people use unique emails for each company to track spam Probably not a lot, but Apple's "Hide my Email" feature is now native to iOS and should in theory make this fairly easy to do. I do this _occasionally_ when signing up for new sites.

I had an online place (I can't recall which) that flagged a Hide My Email as invalid. That pissed me off and I left that site immediately.

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#43

I think it's pretty rare that a business is going to erase all record that a transaction ever occurred, particularly a transaction involving other people (merchants, gig workers). Rather they are going to erase your association with the transaction, by rewriting your account as a "tombstone" account with fake details. That's a pretty normal approach.

You have to show a pretty strong need to keep PII after a user has expressly withdrawn their permission for you to carry on processing it. No, it's not uncommon to "tombstone" data, but when you do that, you should remove data you have no rights to any more. Order numbers, accounting, payments that sort of stuff is all fair game (for limited time), but the point here is it appears they're not deleting anything, they'…

If the records no longer contain PII, then they've arguably satisfied their duties under the law, haven't they? Has a court held otherwise?

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#44
post #13

Somehow this doesn't surprise me, they still want to be able to spam you with offers (I legit got a text today from Martha and Marley, I have not used them for 3+ years) and possibly sell your data to make more money. It does bring up an interesting idea, how many people use unique emails for each company to track spam. If something like that was possible for shipped goods (wouldn't work well for food but that is the…

I have been using catch-all for years! I have literally just worked on a mini project to automate it for all my family members with forwardemail.net using Terraform: https://github.com/politician/barissat-infra

Catch-all are working but still WIP for the primary domain part due to a bug with the Google workspace provider. https://github.com/politician/barissat-infra/issues/2

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#45
post #34
post #13

Somehow this doesn't surprise me, they still want to be able to spam you with offers (I legit got a text today from Martha and Marley, I have not used them for 3+ years) and possibly sell your data to make more money. It does bring up an interesting idea, how many people use unique emails for each company to track spam. If something like that was possible for shipped goods (wouldn't work well for food but that is the…

You could probably add something like #23 to the end of your street address and still get it. For gmail and fastmail, you can use jim+xyz@gmail.com and change the xyz for every new email signup.

I do that for gmail, but I've discovered that many sites will claim that xxx+yyy@gmail.com is not a valid email.

Also it would be very easy for a scummy site to just remove the +yyy part and the rest will still be a valid gmail address.

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#46
post #29

Earlier quoted context omitted.

If it really keeps credit card details, that’s way more than just a tombstone.

(Asking out of ignorance, I don’t know how this works) Suppose HelloFresh found out they should give you a refund after you deleted your account. Would they need the credit card to do that?

Encrypted archival of PII for a limited time, say a year. GDPR allows the storage for legal reasons.

A one way hash of PII, salted, stretched, this is enough to verify identity but also doesn't keep the PII directly (I know only 8 billion people on earth is not enough entropy. Still you make a legal effort and segregate it from your network)

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#47

I think it's pretty rare that a business is going to erase all record that a transaction ever occurred, particularly a transaction involving other people (merchants, gig workers). Rather they are going to erase your association with the transaction, by rewriting your account as a "tombstone" account with fake details. That's a pretty normal approach.

You have to show a pretty strong need to keep PII after a user has expressly withdrawn their permission for you to carry on processing it. No, it's not uncommon to "tombstone" data, but when you do that, you should remove data you have no rights to any more. Order numbers, accounting, payments that sort of stuff is all fair game (for limited time), but the point here is it appears they're not deleting anything, they'…

I think replacing the userid with an ID that isn’t reversible but keeps all the foreign key constraints is acceptable.

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#48
post #36

Earlier quoted context omitted.

(Asking out of ignorance, I don’t know how this works) Suppose HelloFresh found out they should give you a refund after you deleted your account. Would they need the credit card to do that?

In your scenario are you suggesting that HelloFresh start sending people refunds unprompted? That doesn't exactly sound likely, but sure, they could stick a "Disclaimer: If you delete your details it may make it more difficult for us to refund you if we suddenly lose our minds and start inexplicably sending refunds to people unprompted".

In general, it’s not that strange to sell something then realize you can’t actually deliver it and make a refund. I guess HelloFresh is a little bit different from the average e-commerce business because they sell perishable food. But probably there’s some case where they would take some money then later decide to give it back.

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#49

Earlier quoted context omitted.

You have to show a pretty strong need to keep PII after a user has expressly withdrawn their permission for you to carry on processing it. No, it's not uncommon to "tombstone" data, but when you do that, you should remove data you have no rights to any more. Order numbers, accounting, payments that sort of stuff is all fair game (for limited time), but the point here is it appears they're not deleting anything, they'…

If the records no longer contain PII, then they've arguably satisfied their duties under the law, haven't they? Has a court held otherwise?

But the records do.

> Your account showing your name, address, credit card, etc can still be accessed whilst the token stored in the cookie is still valid

Re: PSA: HelloFresh doesn't delete data when asked, only changes the email address

#50
post #29

Earlier quoted context omitted.

If it really keeps credit card details, that’s way more than just a tombstone.

(Asking out of ignorance, I don’t know how this works) Suppose HelloFresh found out they should give you a refund after you deleted your account. Would they need the credit card to do that?

you only need the transaction details to call your payment gateway to do the refund, unless you are the payment gateway.
Post reply on HN