From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49258 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Refactoring request for spam.el Date: Wed, 15 Jan 2003 12:11:35 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: owner-ding@hpc.uh.edu Message-ID: <4nadi2qqwo.fsf@koz.bwh.harvard.edu> References: <86u1gawhtq.fsf@asfast.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042650765 24709 80.91.224.249 (15 Jan 2003 17:12:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 15 Jan 2003 17:12:45 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Yr5k-0006Q2-00 for ; Wed, 15 Jan 2003 18:12:40 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18Yr5V-0005o3-00; Wed, 15 Jan 2003 11:12:25 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 15 Jan 2003 11:13:20 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA09035 for ; Wed, 15 Jan 2003 11:13:08 -0600 (CST) Original-Received: (qmail 14736 invoked by alias); 15 Jan 2003 17:12:07 -0000 Original-Received: (qmail 14731 invoked from network); 15 Jan 2003 17:12:07 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by 66.230.238.6 with SMTP; 15 Jan 2003 17:12:07 -0000 Original-Received: from koz.bwh.harvard.edu (koz [134.174.9.110]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h0FHBaW27693; Wed, 15 Jan 2003 12:11:36 -0500 (EST) Original-Received: (from tzz@localhost) by koz.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h0FHBZi02314; Wed, 15 Jan 2003 12:11:35 -0500 (EST) Original-To: Lloyd Zusman X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Lloyd Zusman , ding@gnus.org In-Reply-To: <86u1gawhtq.fsf@asfast.com> (Lloyd Zusman's message of "Wed, 15 Jan 2003 10:31:13 -0500") User-Agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.2 (sparc-sun-solaris2.8) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:49258 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:49258 On Wed, 15 Jan 2003, ljz@asfast.com wrote: > Would it be possible to conditionally execute the code in `gnus.el' > that manages the spam processing? > > The reason I'm asking for this is that I still can't customize any > groups as long as the spam-related code in `gnus.el' exists; I have > to manually comment out this code in order for customization to work > for me. I added the boolean gnus-install-group-spam-parameters; customize the gnus-start group to see it. Try it and let me know how it works. > And sadly, I haven't as yet had the time to do a major debugging > session for this problem. Therefore, I'd prefer just to set some > kind of variable in order to block all spam processing. I don't > need that processing, because I already do extensive spam filtering > on my mailserver. Right, but the bug won't get fixed if we just ignore it. And I have not been able to observe it yet. If you or anyone else with XEmacs and group parameter trouble could see what's happening, I would greatly appreciate it. Thanks Ted