projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4705a04
)
Synch with Oort Gnus.
author
yamaoka
<yamaoka>
Thu, 16 Jan 2003 00:26:59 +0000
(
00:26
+0000)
committer
yamaoka
<yamaoka>
Thu, 16 Jan 2003 00:26:59 +0000
(
00:26
+0000)
lisp/spam.el
patch
|
blob
|
history
diff --git
a/lisp/spam.el
b/lisp/spam.el
index
37791aa
..
78a36ba
100644
(file)
--- 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"