Most of the spam I get in gmail apparently comes from other gmail accounts. Presumably google already filtered out senders pretending to be gmail, so I am not sure what a big improvement this will be for the average user.
I've gotten a few emails from my own gmail account, spoofed, which inexplicably did not land in the spam folder. This happened to me on multiple different gmail accounts, too.
Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
31–40 of 420 posts
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#32If you really want to fix email spam, create a micro-payments system. One cent for every email you send, the user has two options after they open the email: mark it as spam and keep the penny, mark it as legit and give the penny back. If they don't act on it within a week you get your penny back.
Legit senders won't be harmed because they will get their pennies back, spammers won't be able to afford sending messages anymore. The real interesting part would be stuff like LinkedIn notifications -- if people find them useful they'd give the penny back, but companies would have to decide how many people might actually find it useful for their cost analysis.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#33Earlier quoted context omitted.
...and saving email at the same time. It's totally unusable without spam filters, and the open models/blacklists don't come anywhere close to Gmail's capabilities.
Perhaps, but it's hard to say. False positives are much more harmful than false negatives. I have peronally had Gmail flag a number of legit emails as spam, and those are just the ones I know about! It's almost certain that I have lost valuable messages because I didn't check the spam folder in time. These aren't transactional emails either, I'm talking about messages from real people that I know personally. I would…
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#34hxxp://example.com/unsubscribe?id=abcd1234
A couple years ago I noticed that MSFT IPs hitting my unsubscribe links with invalid identifiers on the quest string. Anybody ever seen that?
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#35Oh fun so basically no one will be able to setup their own email servers by themselves anymore. Antispam is killing the open internet now.
> Oh fun so basically no one will be able to setup their own email servers by themselves anymore. Antispam is killing the open internet now. It's been a long time since you've been able to set up your own email servers without DKIM and expect that your emails will get reliably delivered to Gmail users, especially for bulk mail. The second requirement is more or less already a legal requirement in the US, and the thir…
- non residential IP (I had to proxy through my VPS) - SPF - DKIM - use TLS with a modern cipher
And even with this, I still had to "favorite" (or whatever) AND set up a rule to "never send to spam" for my alerts@ sender address because I would still get them going to spam for no reason that I could find - I'd check the message and would see that SPF and DKIM PASSED and yet it was still going to spam.
I ended up switching to using webhooks to send alerts to a discord channel for a server that only had me in it. It works fine. It's a lot more surefire than trying to figure out email delivery
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#36It's not clear to me how this is any different than before? Most of my spam that I actually see already has all those things (valid DKIM, one-click unsubscribe link, and a rate limit per sender). If you really want to fix email spam, create a micro-payments system. One cent for every email you send, the user has two options after they open the email: mark it as spam and keep the penny, mark it as legit and give the p…
Jokes aside, why wouldn’t you just farm pennies by marking all emails as spam?
You could say, “well you could detect people that abuse the system” - and now the mouse is chasing the cat.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#37Hijacking the thread: I do some "bulk" sending for a 501(c)3 I volunteer for. I include unsubscribe links that go to a form with a submit button (because I want the unsubscribe to be a POST request). Each link has a random opaque identifier in the query string. Something like: hxxp://example.com/unsubscribe?id=abcd1234 A couple years ago I noticed that MSFT IPs hitting my unsubscribe links with invalid identifiers on…
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#38Oh fun so basically no one will be able to setup their own email servers by themselves anymore. Antispam is killing the open internet now.
...and saving email at the same time. It's totally unusable without spam filters, and the open models/blacklists don't come anywhere close to Gmail's capabilities.
I disagree with you. I use Postfix with rspamd plugged into it for my personal email account. I get way more spam to my gmail than I do to my personal account, and I sign up to everything with my personal account.
rspam also dkim signs my emails when I send them etc, verifies SPF/DKIM/DMARC on recipet etc.
Now to counter that - I am a TINY mail server - Probably 100 emails a day tops.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#39It's not clear to me how this is any different than before? Most of my spam that I actually see already has all those things (valid DKIM, one-click unsubscribe link, and a rate limit per sender). If you really want to fix email spam, create a micro-payments system. One cent for every email you send, the user has two options after they open the email: mark it as spam and keep the penny, mark it as legit and give the p…
If I had a penny for every legitimate email I marked as spam, I’d be a billionaire. Jokes aside, why wouldn’t you just farm pennies by marking all emails as spam? You could say, “well you could detect people that abuse the system” - and now the mouse is chasing the cat.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#40Hijacking the thread: I do some "bulk" sending for a 501(c)3 I volunteer for. I include unsubscribe links that go to a form with a submit button (because I want the unsubscribe to be a POST request). Each link has a random opaque identifier in the query string. Something like: hxxp://example.com/unsubscribe?id=abcd1234 A couple years ago I noticed that MSFT IPs hitting my unsubscribe links with invalid identifiers on…
I thought it was part of CAN SPAM that you can’t require a second action and that was why the big email sending providers moved to that.
That was my understanding at least.