[mew-int 01644] bogofilter again ( sorry )

Francesco Scaglioni fgs at example.com
Wed Nov 19 21:58:21 JST 2003


Hello,

herewith the relevant part of my mew-config.el:

(defun mew-spam-bogofilter (val)
  (let ((case-fold-search t))
    (if (string-match "yes" val) ?D)))

(setq mew-inbox-action-alist
      `(("X-Bogosity:" mew-spam-bogofilter)))


and here is the relevant part of my ~/.emacs :

(setq mew-spam: "X-Bogosity:") 
(set-language-environment "Latin-1")
(set-input-method "latin-1-prefix") ;; or "latin-1-postfix"
(require 'mew-config) ;; ie the confg file ~/emacs/mew-config.el


I have almost 2 megabytes of goodlist.db and spamlist.db in
~/.bogofilter/

yet I still cannot get bogofilter to spot anything.  I am using
Mew version 4.0.60 on Emacs 21.2.1 / Mule 5.0 (SAKAKI).

mew-spam-prog's value is "bogofilter"

mew-spam-prog-args's value is ("-s" "-v")

The bogofilter is the rpm supplied with SuSE 8.2

Does anyone have any suggestions?

Many thanks

FRancesco



More information about the Mew-int mailing list