This one time, at band camp, David Mann <[EMAIL PROTECTED]> wrote:
I'm not sure how intelligent  
> spam harvesters are these days... would they bother interpreting  
> Javascript?

Yes. At the most basic level they use a regex (regular expression)
to match anything in the source code. Pattern matching would be something like
'/[EMAIL PROTECTED],}\.[\w]{2,6}$/iU'
to match anything within the code that looks like an email address.
If you use an image to try to fool it, they use Optical Character Recognition 
(OCR)
to 'view' the image and snarf an email address from it.

Kind regards
Kevin

-- 
"Democracy is two wolves and a lamb voting on what to have for lunch. 
Liberty is a well-armed lamb contesting the vote."

Reply via email to