But spammers already do that, why would enforcing that even help ?
Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
11–20 of 420 posts
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#12Oh 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.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#13Most 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.
Are they actually from Gmail accounts, or are they simply spoofing the sender? My bet is on the latter, because Google has heavy restrictions on Gmail that make it impractical to use for sending bulk spam.
> I am not sure what a big improvement this will be for the average user.
It's not going to be particularly noticeable for the average user, except for the second part (single-click unsubscribe, as opposed to a multi-step flow, is slightly stricter than what's required by CAN-SPAM). It will probably make Google's work easier, though, by having a publicly-known policy of rejecting emails without DKIM, as opposed the the status quo of having that be merely an open secret.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#14This isn't as big of a change as it sounds. There are three requirements. The first requirement - DKIM - is already a de facto must-have when sending emails to avoid getting marked as spam. The second is also a legal requirement in the US for all commercial email under the CAN-SPAM act[0]. And the third is more or less how email delivery has worked for the last 20 years or so anyway. [0] The "one click" and "within t…
CAN-SPAM is ignored for the most part anyway, e.g. LinkedIn requires recipients to authenticate in order to unsubscribe and openly violates the letter and spirit of the law to the point scripts are required: https://github.com/chengyin/linkedin-unsubscribed
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#15Earlier quoted context omitted.
Did we read a different article? DKIM is a simple DNS entry. One-click unsubscribe should be standard.
Also: > So today, we’re introducing new requirements for bulk senders — those who send more than 5,000 messages to Gmail addresses in one day If you run an email server for personal use, you are quite unlikely to send more than 5k messages per day.
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#16This isn't as big of a change as it sounds. There are three requirements. The first requirement - DKIM - is already a de facto must-have when sending emails to avoid getting marked as spam. The second is also a legal requirement in the US for all commercial email under the CAN-SPAM act[0]. And the third is more or less how email delivery has worked for the last 20 years or so anyway. [0] The "one click" and "within t…
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#17Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#18This isn't as big of a change as it sounds. There are three requirements. The first requirement - DKIM - is already a de facto must-have when sending emails to avoid getting marked as spam. The second is also a legal requirement in the US for all commercial email under the CAN-SPAM act[0]. And the third is more or less how email delivery has worked for the last 20 years or so anyway. [0] The "one click" and "within t…
The one-click part I believe is referring to the unsubscribe smtp header. CAN-SPAM is ignored for the most part anyway, e.g. LinkedIn requires recipients to authenticate in order to unsubscribe and openly violates the letter and spirit of the law to the point scripts are required: https://github.com/chengyin/linkedin-unsubscribed
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#19Most 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.
> Most of the spam I get in gmail apparently comes from other gmail accounts. Are they actually from Gmail accounts, or are they simply spoofing the sender? My bet is on the latter, because Google has heavy restrictions on Gmail that make it impractical to use for sending bulk spam. > I am not sure what a big improvement this will be for the average user. It's not going to be particularly noticeable for the average u…
Re: Gmail, Yahoo announce new 2024 authentication requirements for bulk senders
#20Oh fun so basically no one will be able to setup their own email servers by themselves anymore. Antispam is killing the open internet now.
Did we read a different article? DKIM is a simple DNS entry. One-click unsubscribe should be standard.
I avoided DKIM till 2018 when google started accepting my mail but silently sending it to the spam folder; so I wouldn't even get a reject message. I thought it'd be to onerous to implement but rspamd's dkim signing feature made it easy to use with my locally generated self-signed certs (and postfix).