From: Teodor Zlatanov Date: Wed, 29 Sep 2004 15:58:43 +0000 (+0000) Subject: (spam-verify-bogofilter): -V, not -sV option X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=eb09273e24358a291ec34f88ab015ccc8de1c86c;p=gnus (spam-verify-bogofilter): -V, not -sV option --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47dfb8e9c..81a1f034b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-29 Teodor Zlatanov + + * spam.el (spam-verify-bogofilter): -V, not -sV option + 2004-09-28 Kevin Greiner * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced diff --git a/lisp/spam.el b/lisp/spam.el index d77f90bd7..d899b158f 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -2361,7 +2361,7 @@ REMOVE not nil, remove the ADDRESSES." (setq spam-bogofilter-valid (not (string-match "^bogofilter version 0\\.\\([0-9]\\|1[01]\\)\\." (shell-command-to-string - (format "%s -sV" spam-bogofilter-path)))))) + (format "%s -V" spam-bogofilter-path)))))) spam-bogofilter-valid) (defun spam-check-bogofilter (&optional score)