Consider text-decoration:none to be a spam indicator as well
Tue Jun 28 08:04:46 UTC 2011 pix@kepibu.org
* Consider text-decoration:none to be a spam indicator as well
hunk ./claki.lisp 81
+ (style (oh-ducks.traversal:element-attribute :style link))
hunk ./claki.lisp 88
+ ((and (stringp style)
+ (cl-ppcre:scan "text-decoration[ ]*:[ ]*none" style))
+ (setf (gethash url *spam-urls*) t))