You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Daniel Quinlan <qu...@pathname.com> on 2004/02/12 20:27:02 UTC

T_HTML_LINK_UNCLICKABLE false positives

Justin/Rod/Theo,

Can you look at your FPs for this?  It looks for anchors without any
intervening text or images like <a href=foo></a> or <a href=foo><b></b></a>.

I only had one.  A broken Hotmail signature (may have been Hotmail's
fault since there was no corresponding mailto: in the text version), but
it wasn't spam.

  ...
  <DIV><FONT face=Arial size=2><A 
  href="mailto:someone@example.com"></A></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>

Daniel