| ▲ | Microsoft says email spammers are adopting ASCII smuggling(arstechnica.com) | |||||||||||||||||||||||||||||||||||||||||||
| 25 points by utiiiD 5 days ago | 13 comments | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | CrimsonRain 20 minutes ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Getting bombarded by "Paypal" <somethingsomething@something.onmicrosoft.com> spam for months and Microsoft (outlook) can't handle that. This is beyond their level. | ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | gschizas 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Why not sanitize and denormalize (or whatever it's called) the text before feeding it to the spam filter? Or the LLM prompt? | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | rkagerer 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||
Whoever thought it was acceptable to have a string of text that renders something unreadable or not immediately obvious to the human eye, was a complete moron. I realize ASCII was limited, but one thing I like about it is I can understand every single character code, and program to handle all the edge cases with certainty. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
| ▲ | perching_aix an hour ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||
A few years ago, during a particularly spam heavy period, I got pissed at Google's ineptness at combating spam, and decided to have a think about how I could get rid of the problem for good. What I arrived at: - I should never hand out my actual email address. As in, should be all proxied, every contact reaching me via a different address only known to them. Ideally, these aliases would be generated using a CSPRNG, and would be of sufficient length. Allows for tracing contact provenance in "space". - I should rotate that address periodically, if possible. Allows for tracing contact provenance in "time". Together, this would tell me who's the source of any particular influx of strange mails, and when did they leak the contact address provided to them (willfully or otherwise). This would enable me to separate the wheat from the chaff and nuke that address for good, inform the other party, etc. I was really taken by this idea, even wondered why this has not been baked into the underlying protocols over the years, to make it readily deployed and available for all, making it effortless. Because boy is there an effort involved! Several years later, I now avoid spam mail by simply no longer reading my emails anymore... Sometimes I wonder what corporate IT thinks when I pass their anti-phishing test a month after the test campaign. | ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||