Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    234comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    242comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    40comments
  4. The Farnese letter(simonklee.dk ↗)
    3comments
  5. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    65comments
  6. How to Write with an LLM(sockpuppet.org ↗)
    264comments
  7. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  8. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    43comments
  9. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    76comments
  10. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    52comments
  11. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    181comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    51comments
  13. OpenJev(openjev.com ↗)
    245comments
  14. Column built an issuer processor from scratch(column.com ↗)
    4comments
  15. Cyclomatic Complexity in C#(ndepend.com ↗)
    14comments
  16. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    53comments
  17. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    195comments
  18. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    19comments
  19. Minimal Phone 2(minimalcompany.com ↗)
    169comments
  20. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    22comments
  21. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    90comments
  22. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    32comments
  23. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  24. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  25. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    181comments
  26. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    151comments
  27. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  28. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    19comments
  29. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  30. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    303comments

Ask HN: Is there any way to get GMail to lighten up on the SPAM filtering?

5 pointsby 7y ago
7 comments
I was checking my SPAM folder in GSuite today and I noticed a decent number of messages that don't belong there. For example:

https://imgur.com/a/nzkMNDS

The message from Facebook in the screenshots is about as technically good as you can get AFAIK. It passes SPF (hard fail record), DKIM, and DMARC (reject policy). Is there a way I can tell GMail / GSuite that I don't want it to ever SPAM filter email that passes all those checks?

I understand SPAM filtering is hard, but I don't think there should be any question about messages from high value domains like facebookmail.com.

7y agoHN ↗

Related, a description of the problem, but not a solution:

* Google Is Eating Our Mail

https://news.ycombinator.com/item?id=19756125

My personal mail server has all the industry-standard SPF, DKIM, and DMARC records. But Google still randomly eats my mail, and the system gives no explanation, sometimes it was my kernel patches submitted to the Linux maintainers, yikes! Weeks of time wasted.

7y agoHN ↗

The filtering is schizophrenic. Sometimes I think it's because normal users are incorrectly flagging stuff as spam, but I can't understand the one I posted. I don't think anyone is signing up for CT Log notifications and then flagging them as spam. It must be a poor quality algorithm somewhere that's flagging it.

7y agoHN ↗

It's understandable to flag mails from reputation domains as spams if there's no SPF and DMARC, but there is. It's totally unreasonable.

The filtering is schizophrenic.

The unfortunate result of machine learning? I guess Google's spam filter has lots of pattern-matching and heuristics that don't follow "the rules of E-mails" exactly. Anecdotes in the comments I linked says Google's spam filter has became more aggressive in recent years, I suspect it must be ML.

I hope other HN readers can give a more informative answer to your post, as a sender, I'm having the same problem, it's two sides of the same coin...

7y agoHN ↗

I just read through the comment section of this article and, as someone who is planning to host my own email, it is really demotivating me.

Do you (or anyone) happen to know how the big players (AWS SES, SendGrid, Mandrill etc) work around this issue? I understand they offer dedicated IP address, but I suppose a considerable amount of their emails goes through the "shared pool".

Maybe a high volume of sends actually helps?

7y agoHN ↗

I believe they are simply "too big to fail". If you start blocking AWS, lots of people will have problems with Google. As a result, mail sending services are unlikely to be flagged.

as someone who is planning to host my own email, it is really demotivating me.

The good thing is, I've hosted emails on my personal server for 4 years or so, and I don't have any issue so far, as long as it's not Google, but it's probably not so assuring to you because of this exact reason...

7y agoHN ↗

Funnily enough, cert issuance notifications (not Let's Encrypt) and infos about upcoming maintenance from my hosting provider are pretty much the only things that end up in my GMail spam folder, too. I have serious doubt that many people flag "here's your cert" emails as spam, and you have to sign up for the maintenance emails, so I suspect it's mostly about "this email looks similar to many other emails".

I've marked them "not spam" many times, but they ignore that completely.

7y agoHN ↗

This can also happen with shared email providers or email servers on shared IPs. If someone else is sending spam from that IP, you can get canned too