<div dir="ltr">Back in 2003 I started a one man company Habit3 Software that sorted email in order of importance. It used the same technique as SpamAssassin, but added a few hundred rules looking for positive attributes like "this email came from someone I've previously sent email to" and the like. I even added "roles" so that the rules could be applied differently depending upon whether you were working, or doing family, or some other activity that you regularly engaged in. It worked relatively well, though it was computationally intensive. I wrote it in C# because I like C#, but later found out it was INCREDIBLY bad at efficient string processing. Anyway, I got talked into working on something else for a long while. Does anyone know if anyone else implemented an email sorter like this in the meantime?<div><br></div><div>I've thought about the idea of recycling some of my old programming ideas now that AI does heavy lifting in the coding arena... I'm still not convinced that it would be worth my time though.</div><div><br></div><div>-Kelly</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 17, 2024 at 1:57 PM John Klos via extropy-chat <<a href="mailto:extropy-chat@lists.extropy.org">extropy-chat@lists.extropy.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
> Personally, I don't get much spam, and it's easily spotted and removed. I <br>
> just thought it might be worth reviving this old idea I had a few years ago <br>
> but didn't do anything with (because I don't really have a spam problem).<br>
<br>
This solution has been around for ages, even in spite of Google making a <br>
big mess of it and having security issues because Google's too big and <br>
dumb to follow standards, even standards that've existed for decades <br>
longer than they have.<br>
<br>
However, some spammers have picked up on this and enough email address <br>
scrapers just remove the + and anything after it. It still helps, though.<br>
<br>
More than a decade ago I started doing something like this, but I create <br>
an actual address for each use. If I start getting spam at, say, <br>
john.coffeeshoponthecorner at <a href="http://whatever.com" rel="noreferrer" target="_blank">whatever.com</a>, which I'd've created and used <br>
only in one specific place ever, I know that that coffee shop was <br>
compromised or they shared my data. Large corporations like Oracle, Adobe, <br>
Amazon, Avid, Google, Microsoft and eBay have "shared", whether knowingly <br>
or via compromise, my email address with spammers. It has helped to reduce <br>
spam tremendously because I can turn off addresses when companies go out <br>
of business, become shitty, or simply don't care about security.<br>
<br>
> I guess the existing measures are good enough for most people. And I suppose <br>
> if you're on the alert for spam, you're also more likely to catch other bad <br>
> stuff that's far worse.<br>
<br>
Having run email servers since the '90s, I have some strong feeling about <br>
and some good experience with dealing with spam. The biggest problem is <br>
the webification of the Internet. You can get a domain and hosting, <br>
registered anonymousyly, hosted anonymously, with working reverse DNS, <br>
with anonymouns WHOIS information, with TLS certificates, DMARC and SPF, <br>
with practically no work at all, and so long as companies like Cloudflare, <br>
OVH and DigitalOcean will take your money and let you do whatever you <br>
want, with no real consequences and with complete anonymity, we'll have <br>
spam forever. They profit from this, and Google profits by people being <br>
afraid to have their email anywhere except the same cesspool where <br>
everyone else is, too.<br>
<br>
The Venn diagram of extropians and technical people has plenty of overlap, <br>
but spam and email is probably not a real interest of most people here. <br>
But if anyone is interested in spam and email stuff, particularly <br>
self-hosting email, I'm writing up some articles and would love feedback. <br>
If you're interested, contact me off-list :)<br>
<br>
John<br>
_______________________________________________<br>
extropy-chat mailing list<br>
<a href="mailto:extropy-chat@lists.extropy.org" target="_blank">extropy-chat@lists.extropy.org</a><br>
<a href="http://lists.extropy.org/mailman/listinfo.cgi/extropy-chat" rel="noreferrer" target="_blank">http://lists.extropy.org/mailman/listinfo.cgi/extropy-chat</a><br>
</blockquote></div>