From: Teodor Zlatanov Date: Thu, 16 Jan 2003 00:21:39 +0000 (+0000) Subject: (spam-bogofilter-score): rewrote function X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=c05533ef75245561e6719c5f2b9bf9d7cf7fb0f3 (spam-bogofilter-score): rewrote function --- diff --git a/lisp/spam.el b/lisp/spam.el index 32ab1108c..c4d34b255 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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))