changing line #78 of inc_functions.asp from this:
if (Instr(strArray(counter), "@") > 0) and not(Instr(strArray(counter), "mailto:") > 0) and not(Instr(UCase(strArray(counter)), "[URL") > 0) then
to this:
if (Instr(strArray(counter), "@") > 0 and Instr(strArray(counter), ".") > 0) and not(Instr(strArray(counter), "mailto:") > 0) and not(Instr(UCase(strArray(counter)), "[URL") > 0) then
should help that.
of course someone could use something like this and it would still translate as an e-mail address:
te.st@test