info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

spam-stat.el seems not to work with agent and a imap server


From: Uwe Brauer
Subject: spam-stat.el seems not to work with agent and a imap server
Date: Thu, 25 Nov 2004 16:06:21 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux)

Hello

I have set



(require 'spam-stat)
(spam-stat-load)

;; <--- [HERE IS A CHANGE] Aug  3, 2004 17:10
(spam-initialize)
(spam-stat-reset)                                               ;Reset:
(spam-stat-process-spam-directory 
"/home/oub/News/agent/nnimap/ucmail.ucm.es/SPAM") 
(spam-stat-process-non-spam-directory 
"/home/oub/News/agent/nnimap/ucmail.ucm.es/MAILBOX") 
;;Repeat for any other non-spam group you need...
(spam-stat-reduce-size) ;Reduce table size:
(spam-stat-save)                        ;Save table:

However the relevant .spam-stat.el file

Contains only

;-*- coding: raw-text; -*-
(setq spam-stat-ngood 0 spam-stat-nbad 0
spam-stat (spam-stat-to-hash-table '()))

Does this mean that spam-stat.el will not work in the above setting?

Thanks

Uwe Brauer 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]