From 5c3fd303b3b63325c3ea8b86e2ce777c6dc10877 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 16 Jan 2003 00:26:59 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/spam.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/spam.el b/lisp/spam.el index 37791aa..78a36ba 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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" -- 1.7.10.4