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 ↗)
    264comments
  2. Cloudflare Quick Tunnels(cloudflare.com ↗)
    251comments
  3. Saving another 100TB of RAM(cloudflare.com ↗)
    44comments
  4. The Farnese letter(simonklee.dk ↗)
    5comments
  5. How to Write with an LLM(sockpuppet.org ↗)
    272comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    68comments
  7. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    54comments
  8. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    78comments
  9. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    58comments
  10. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  11. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    62comments
  12. OpenJev(openjev.com ↗)
    246comments
  13. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    5comments
  14. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    183comments
  15. Cyclomatic Complexity in C#(ndepend.com ↗)
    15comments
  16. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  17. Minimal Phone 2(minimalcompany.com ↗)
    179comments
  18. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    26comments
  19. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    19comments
  20. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    55comments
  21. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    201comments
  22. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    4comments
  23. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    91comments
  24. Column built an issuer processor from scratch(column.com ↗)
    5comments
  25. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    41comments
  26. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  27. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    186comments
  28. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  29. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    152comments
  30. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss

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