Gnus development mailing list
 help / color / mirror / Atom feed
* bug in spam.el and expiry issue
@ 2003-01-18 17:46 Bruce Stephens
  2003-01-21 17:07 ` Ted Zlatanov
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Stephens @ 2003-01-18 17:46 UTC (permalink / raw)


First the typo:

Index: spam.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/spam.el,v
retrieving revision 6.54
diff -u -r6.54 spam.el
--- spam.el     2003/01/16 12:08:15     6.54
+++ spam.el     2003/01/18 17:53:56
@@ -275,7 +275,7 @@
   (spam-group-processor-p group 'gnus-group-ham-exit-processor-ifile))
 
 (defun spam-group-ham-processor-bogofilter-p (group)
-  (spam-group-processor-p group 'gnus-group-ham-exit-processor-ifile))
+  (spam-group-processor-p group 'gnus-group-ham-exit-processor-bogofilter))
 
 (defun spam-group-spam-processor-stat-p (group)
   (spam-group-processor-p group 'gnus-group-spam-exit-processor-stat))


Secondly, how do I sanely use spam.el with auto-expire (or
total-expire)?  It seems that spam gets categorised OK, but the ham
never gets processed, since (presumably) by the time the check
happens, it's marked with E, which is correctly not processed.



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

end of thread, other threads:[~2003-01-24 11:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-18 17:46 bug in spam.el and expiry issue Bruce Stephens
2003-01-21 17:07 ` Ted Zlatanov
2003-01-22 15:02   ` Bruce Stephens
2003-01-24  4:48     ` Ted Zlatanov
2003-01-24 11:15       ` Bruce Stephens

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).