It was thus said that the Great John Foust once stated:
At 12:22 PM 10/23/01 -0700, you wrote:
Is there an assumption that spam address
harvesters would be incapable of
replacing all occurences of 'DOT' with '.' and 'AT' with
'@' ?
If I were writing an e-mail harvester, I'm sure
I'd have quite an extensive subroutine that looked
for known patterns of spam-avoidance, and how to
undo them. I can't fathom why otherwise smart people
assume that other smart but nasty people won't think
of the same things they did, and be able to undo them.
It's a question of return on investment. Is the added complexity of
looking for DOT and AT (possibly with spaces, returns, dashes, etc) worth
the money for what you get in return?
It's hard enough slugging through typical HTML and making sense of it. I
could write:
spc​(a)​conman​.&#8203.org [1]
The spammers (or the programmers they hire) will have to understand
entities and Unicode (which browsers do) in order to clean this up, and
until enough people do this, it's not cost effective.
-spc (Or should I have written it as spc&#8203 ... ?)
[1] 8203 is the Unicode character for a zero-width space.