[mew-int 01628] Re: bogofilter
Kazu Yamamoto ( 山本和彦 )
kazu at example.com
Tue Nov 18 00:11:54 JST 2003
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
More information about the Mew-int
mailing list