Forum Moderators: not2easy
As I understand you refering to one of those scripts where you need to put your email into a "hidden" element of the form. Yes, bots can easily extract that.
If you have minimal knowledge of the programming language that your form mail script is written in, you could hard code the email value into the script. That way bots will not be able to see it.
The best option I've seen for keeping span at bay or to keep it from harvesting your formmail at all is by using a php based formmail. I would heartily suggest aformail. Up until a year ago I used a typical sendmail/formmail/cgi solution and the spam sucked. Since switching to a php based form the spam bots are practically non-existent.
Khem