Synch with Oort Gnus.
authoryamaoka <yamaoka>
Thu, 16 Jan 2003 00:26:59 +0000 (00:26 +0000)
committeryamaoka <yamaoka>
Thu, 16 Jan 2003 00:26:59 +0000 (00:26 +0000)
lisp/spam.el

index 37791aa..78a36ba 100644 (file)
@@ -777,8 +777,9 @@ Uses `gnus-newsgroup-name' if category is nil (for ham registration)."
 (defun spam-bogofilter-score ()
   "Get the Bogofilter spamicity score"
   (interactive)
-  (or (spam-check-bogofilter t)
-      0))
+  (let ((score (spam-check-bogofilter t)))
+    (message "Spamicity score %s" score)
+    (or score "0")))
 
 (defun spam-check-bogofilter (&optional score)
   "Check the Bogofilter backend for the classification of this message"