Hacker News new | ask | show | jobs
by Lk7Of3vfJS2n 1081 days ago
I don't know if IP range reputation is part of SMTP but I wish sending email worked without it.
1 comments

It's not part of SMTP, it's part of the cludge of anti-spam measures we bolted on top of it.
...bolted on top of DNS.
Sure, in addition to this though. IP reputation comes from spamhaus.org and the like and implemented in spamassassin or something similar, at SMTP(ish) level.

What you're talking about there is SPF/DKIM etc, which is an anti-spam measure but not IP reputation :)