Encode your e-mail address through the use of Character Entities, and transform your ascii email address into its equivalent decimal entity. Replace all instances of your e-mail address on your pages with the code, and you won't have to worry about spambots.
1: Enter your e-mail address as usual in the first text box,
2: Click the encode button
3: Highlight and copy the resulting code in the second box.
This encoded e-mail address can be read and translated back into its original ascii text by almost any web browser without any further action on your part.
For example; on the visible web page:
"yourname@domain.com."
In the source code for the web page, the above will look like this:
"<a href="mailto:
yourname@domain.com">
yourname@domain.com
</a>"