this post was submitted on 29 Jun 2023
74 points (100.0% liked)

Technology

37603 readers
255 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Email is an open system, right? Anyone can send a message to anyone... unless they are on Gmail! School Interviews uses two email servers t...

you are viewing a single comment's thread
view the rest of the comments
[–] Jajcus@kbin.social 2 points 1 year ago (1 children)

And this is happening after SPF, DKIM and DMARC provided a solution to the spam problem.

Any mail system can remove practically all spam by insisting messages conform to those three standards

But that is not true at all. Spammers can easily send mail with all proper SPF, DKIM and DMARC records and signatures. A lot of spam is and will be sent like that. Those extensions do not make spam impossible, they just make it easier to track and block.

But this does not change the point of the article – in this case it is a specific domain sending very specific non-spam messages. SPF/DKIM/DMARC prove it is not someone else – GMail has no ground for blocking these (unless were are not told something).

And GMail has been breaking mail for years now. E.g. I hate them for breaking message threading by ignoring threading headers and forcing own view on how messages should be grouped.

[–] dorkian-gray@kbin.social 1 points 1 year ago (2 children)

How does one send a spam email that passes SPF and DKIM if one doesn't have access to the DKIM private key, or the DNS server to edit the SPF or DKIM records?

[–] Greg@lemmy.ca 3 points 1 year ago
  • Open a Gmail account, send spam.
  • Buy a domain, setup SPF and DKIM, send spam.
  • Hack an SMTP server, send spam.
[–] Chobbes@beehaw.org 1 points 1 year ago

You can't... But you can register a domain and set up your own DKIM key and DNS records and then use it to send spam (until you get blacklisted, anyway). There's a cost to doing that, though, so it's less appealing.