One trick is having an tarpit email adress on your website. It is hidden using CSS so no real visitor sees it but it is visible in source. If your mail server recieves mail for that adress you can just block that IP for 24h.
This sounds like bad advice and would result in blocking google and other major ESPs. I occasionally get spam from people who took the time to create gmail accounts. Based on this advice, the honey pot email address would get spam from a Gmail account and your script would block Gmail servers.
Email obfuscation: What works in 2026?
101–110 of 124 posts
Re: Email obfuscation: What works in 2026?
#102For a similar reason I dislike ip2ban, my objective is not to block all attack attempts, I prefer receiving them acknowledging them and being immune to them.
The idea of ignoring attack attempts isn't very safe when you think about it, your body doesn't do that, it creates antibodies upon subclinical expositions. Complete isolation means your immune system is weak and you are more vulnerable to the lightest of exposures.
Re: Email obfuscation: What works in 2026?
#103It's simple: draw your email in a paint program and export it as a png. Totally readable by humans.
Re: Email obfuscation: What works in 2026?
#104Re: Email obfuscation: What works in 2026?
#105Earlier quoted context omitted.
Is that even possible? Shouldn't the recipient email id need to be created first to be addressable?
Of course, the technical term for that setup is 'catch all', you can set this up with your email provider. You can send your email to "ghywertelling@gregegan.net", for example.
Re: Email obfuscation: What works in 2026?
#106Really surprised this [very well-written] article didn't suggest the fantastic technique of owning an entire domain (although author's own examples obviously include unique handles@ for each tested practice). Then you can hand each recipient an absolutely unique email which isn't just ole "name.morewords@" period trick — block those which receive SPAM. ---- OR: the even "easier" lifestyle of just not using email (lik…
Then I hit upon a simpler solution. Have one email address. Happily share publicly. And whitelist the sender's email addresses. Emails not in the whitelist go into a quarantine folder that I glance at once in a while.
It's almost equivalent in efficacy, but much simpler to implement.
Re: Email obfuscation: What works in 2026?
#107When I wrote my own brainf*ck interpreter (in C) at the start of the year I was really struggling to find a use for the language. Eventually I had the idea to obfuscate emails on my websites with the language. Basically each email gets written as a brainf*ck program and stored in a "data-" attribute. The html only includes a more primitively obfuscated statement "Must enable Javascript to see e-mail." by default whic…
How does that work if the scraper takes a screenshot to feed to a LLM or OCR?
Re: Email obfuscation: What works in 2026?
#108Really surprised this [very well-written] article didn't suggest the fantastic technique of owning an entire domain (although author's own examples obviously include unique handles@ for each tested practice). Then you can hand each recipient an absolutely unique email which isn't just ole "name.morewords@" period trick — block those which receive SPAM. ---- OR: the even "easier" lifestyle of just not using email (lik…
Years ago, I considered your approach. Programmatically create a custom email address for each person I wanted to talk to. Then I hit upon a simpler solution. Have one email address. Happily share publicly. And whitelist the sender's email addresses. Emails not in the whitelist go into a quarantine folder that I glance at once in a while. It's almost equivalent in efficacy, but much simpler to implement.
Re: Email obfuscation: What works in 2026?
#109Re: Email obfuscation: What works in 2026?
#110I stopped being concerned about email harvesting years ago, I just simply leave the email on my website. Spam handling is okay enough, I guess. But I like this review of techniques, even the simplest ones are very effective, that surprised me.
I agree that email addresses get leaked eventually. However, LLMs are quite good at generating spam and I think soon will evade most filters.