|
Due to actual problems with the some email-worms, which use
spaming-methods to send themself to other email accounts with
their own SMTP engine, I thought I should secure my email address
a bit. It is coded with JavaScript. First I translated the address in ascii. After that I separated them into four variables, mailto, my address, the @ and finally the provider. A spam-bot can't read this as a full address. And the end of all - PROTECTION.
|