(spam-bogofilter-score): rewrote function
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Jan 2003 00:21:39 +0000 (00:21 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 16 Jan 2003 00:21:39 +0000 (00:21 +0000)
lisp/spam.el

index 32ab110..c4d34b2 100644 (file)
@@ -778,6 +778,8 @@ Uses `gnus-newsgroup-name' if category is nil (for ham registration)."
 
 ;; return something sensible if the score can't be determined
 (defun spam-bogofilter-score ()
+  "Get the Bogofilter spamicity score"
+  (interactive)
   (or (spam-check-bogofilter t)
       0))