Gnus development mailing list
 help / color / mirror / Atom feed
* Bogofiltrification predicated erroneously
@ 2003-01-17 15:41 David Z Maze
  2003-01-21 16:30 ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: David Z Maze @ 2003-01-17 15:41 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

Bogofile processing of ham groups is predicated on the ifile variable,
oops.  This means that bogofilter users won't get ham files examined,
and ifile users can't exit a group.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 510 bytes --]

--- spam.el.orig        Fri Jan 17 10:15:27 2003
+++ spam.el     Fri Jan 17 10:38:51 2003
@@ -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))

[-- Attachment #3: Type: text/plain, Size: 167 bytes --]


-- 
David Maze             dmaze@mit.edu          http://www.mit.edu/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
	-- Abra Mitchell

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

* Re: Bogofiltrification predicated erroneously
  2003-01-17 15:41 Bogofiltrification predicated erroneously David Z Maze
@ 2003-01-21 16:30 ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2003-01-21 16:30 UTC (permalink / raw)
  Cc: ding

On Fri, 17 Jan 2003, dmaze@MIT.EDU wrote:
> Bogofile processing of ham groups is predicated on the ifile
> variable, oops.  This means that bogofilter users won't get ham
> files examined, and ifile users can't exit a group.

Bug fixed, thanks.

Ted



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

end of thread, other threads:[~2003-01-21 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-17 15:41 Bogofiltrification predicated erroneously David Z Maze
2003-01-21 16:30 ` 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).