Gnus development mailing list
 help / color / mirror / Atom feed
* Marking as spam -- spam-stat
@ 2003-10-29 21:31 Peter Lee
  2003-10-30 10:20 ` Ian Dobbie
  2003-10-30 19:29 ` Danny Siu
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Lee @ 2003-10-29 21:31 UTC (permalink / raw)


In a ham group, if I see spam, I have to manually move it to spam
group with 'B M'.  Then I have to remember that at some point in the future I
need to run spam-stat-update which I have defined as:

(defun spam-stat-update ()
  "Learn about my spam and non-spam"
(interactive)
(let ((starting (current-time-string)))
  ;; LEARN SPAM
  (spam-stat-process-spam-directory "~/Mail/mail/spam")

  ;; LEARN HAM
  (let ((ham-groups '("mail.misc" "mail.vcpphelp" "mail.windbg" "mail.hew")))
    (mapc (lambda (x)
            (spam-stat-process-non-spam-directory
             (format "~/Mail/mail/%s" x)))
          ham-groups))

Isn't there a way to delete a message as spam such that it would get
moved to the spam group and the spam database would get automatically
updated?  Same goes for when ham appears in a spam group.

The addin for Outlook (SpamBayes) has this functionality and it's
very nice.  With it, I can build the db once, and then just
incrementally update as needed.

I'm hoping something similar can be done with spam-stat and gnus.
Thanks.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-10-31 17:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-29 21:31 Marking as spam -- spam-stat Peter Lee
2003-10-30 10:20 ` Ian Dobbie
2003-10-30 19:29 ` Danny Siu
2003-10-31 16:20   ` Peter Lee
2003-10-31 17:01   ` Ted Zlatanov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).