From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4265 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.user Subject: spam-stat.el seems not to work with agent and a imap server Date: Thu, 25 Nov 2004 16:06:21 +0100 Message-ID: <867joadl3m.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670229 22552 80.91.229.2 (31 Jan 2006 01:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:17:09 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:30 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: maportatil06.quim.ucm.es Original-X-Trace: quimby.gnus.org 1101395160 2597 147.96.6.221 (25 Nov 2004 15:06:00 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 25 Nov 2004 15:06:00 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:Ba+MrKL3FsV4m5/PSIBb9WS4wIQ= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4406 Original-Lines: 32 X-Gnus-Article-Number: 4406 Tue Jan 17 17:33:30 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4265 Archived-At: 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