Rafael,
Vc pode utilizar um If antes de fazer o seu while...
<%If not rs.eof Then
while not rs.eof%>
<% coratual = mudacor(coratual) %>
<tr bgcolor="<%=coratual%>">
<td>
<center><font class="texto_consult">
<a href="detalhes.asp?id=<%=rs("email")%>"><%=rs("email")%></a></font></center>
</td>
</tr>
<% rs.movenext
wend
Else
Response.write("Arquivo não encontrado!")
End If%>