I have inherited a site which has a couple cold fusion pages (which I know NOTHING about!). Are email addresses within the cold fusion code protected against email harvesting?
Thanks much Jayell
choster
10:00 pm on Jan 11, 2005 (gmt 0)
The e-mail addresses are only in danger if they are ever present in the HTML code which the CFML page outputs. In other words, if the address never appears when you browse the page and view its source in any scenario, you need not be concerned (barring some flagrant server misconfiguration which would probably make the page inoperable to begin with).
jayell
10:49 pm on Jan 11, 2005 (gmt 0)
Thanks! That was a very clear, concise, and helpful answer :)