[mew-int 01629] Re: bogofilter

Francesco Scaglioni fgs at example.com
Tue Nov 18 00:21:30 JST 2003


From: Kazu Yamamoto (山本和彦) <kazu at example.com>
Subject: [mew-int 01628] Re: bogofilter
Date: Tue, 18 Nov 2003 00:11:54 +0900 (JST)

> From: Francesco Scaglioni <fgs at example.com>
> Subject: [mew-int 01627] Re: bogofilter
> 
> > When I type ls on message then it is " learn't as spam " but the
> > message reamins unmarked in summary mode - I still need to
> > manually delete it. 
> 
> Yes. "ls" does not put any mark. At this moment, you should type "D"
> to put the "D" mark for the first time.
> 
> > No messages have ever been automatically
> > deleted ( as far as I can tell ) or automatically moved to
> > another folder.
> 
> If you are talking about the second spam message or later, the "D"
> mark should be automatically put.
> 
> I guess you don't put the following into your ".mew". If not, please
> do.
> 
> (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)))
> 
> --Kazu
> 
> 
> 

Here is the relevant part of my mew configuration file :

;;;;;;;;;;
(setq mew-spam: "X-Bogosity:")

(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)))
;;;;;;;;;;

I am obviously missing something very simple and obvious here

Regards

F



More information about the Mew-int mailing list