Alrighty, I have a brand new email filter built. It's been a problem for a while that has admittedly annoyed me as well.
This new filter is a significant improvement.
Not only is it MORE obscure for email harvesters to read (since it relies on hidden fields in between the text), but it also converts the text into a clickable link for users (as long as Javascript is enabled). Assuming most email harvesters aren't running javascript on each page they crawl for email, this should be an overall improvement.
Here's an example of what's happens to email addresses:
gumm[deleteme]@[deleteme]sigma-star.comIn the raw HTML it gets converted to this:
<span class=bbcemail>
<span class=bbcemailname>gumm</span>
<span class=bbchidden style='display:none'>[deleteme]</span>
<span class=bbcat>@</span>
<span class=bbchidden style='display:none'>[deleteme]</span>
<span class=bbcdomain>sigma-star.com</span>
</span>
This formatting ensures that as long as someone doesn't write a filter explicitly for this site, the general purpose email harvesters won't be able to work them.
Then the site's got some javascript that converts the email address into the clickable link you see above.
So in this case, in your original post, while there still isn't an [email] tag, you can post it like this:
-------
Send Veilbrock an email (
veilbrock[deleteme]@[deleteme]gmail.com)
-------