Simply open your page in your favorite HTML editing program. If you look
at the HTML code for your page, you will see a chunk of JavaScript code
where the email address used to be. It looks something like this:
<script type="text/javascript"><!spam_vaccine(
new Array("info", "", "matterform",
"", "com"), new Array(), "../nav/spam_vaccine/"
);//></script>
You might like to do a quick search for the @ character to confirm that
all email addresses were vaccinated.
If you look at your page in a visual editor, it will naturally look different.
Heres how it will look in Dreamweaver:
A visual editor may make it appear that your email address is still vulnerable.
Dont worry, your addresses have still been vaccinated. You can check
the HTML source code to confirm that, despite appearances, all the letters
have been encoded and there is no @ symbol visible in the HTML.