From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46656 Path: main.gmane.org!not-for-mail From: Oystein Viggen Newsgroups: gmane.emacs.gnus.general Subject: Re: finding the article buffer when splitting Date: Mon, 23 Sep 2002 20:49:51 +0200 Organization: Tihlde Sender: owner-ding@hpc.uh.edu Message-ID: <03vg4wzgkw.fsf@msgid.viggen.net> References: <03bs7em0a4.fsf@msgid.viggen.net> <03y9ahlu15.fsf@msgid.viggen.net> <873csdrhhi.fsf_-_@emacswiki.org> <87k7lcx0bc.fsf@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032807074 21047 127.0.0.1 (23 Sep 2002 18:51:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 23 Sep 2002 18:51:14 +0000 (UTC) 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 17tYIX-0005T3-00 for ; Mon, 23 Sep 2002 20:51:13 +0200 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 17tYHa-0000g0-00; Mon, 23 Sep 2002 13:50:10 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 23 Sep 2002 13:50:49 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id NAA08921 for ; Mon, 23 Sep 2002 13:50:35 -0500 (CDT) Original-Received: (qmail 1010 invoked by alias); 23 Sep 2002 18:49:52 -0000 Original-Received: (qmail 1004 invoked from network); 23 Sep 2002 18:49:52 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 23 Sep 2002 18:49:52 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17tYxb-0007re-00 for ; Mon, 23 Sep 2002 21:33:35 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 28 Original-NNTP-Posting-Host: colargol.tihlde.hist.no Original-X-Trace: quimby.gnus.org 1032809615 30233 158.38.48.10 (23 Sep 2002 19:33:35 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 Sep 2002 19:33:35 GMT X-URL: http://www.tihlde.org/~oysteivi/ X-Phone-Number: +47 97 11 48 58 X-Address: Tordenskioldsgt. 12, 7012 Trondheim, Norway X-MSMail-Priority: High X-Face: R=b-K(^1#]KR?6moG:Wrc/t>p)?p`?bgHg36M3hZ>^?\akat3!nX*8xZpIvZrI#]ZzN`I<+ L{8#pdH*1SOB$Zu-_e1<>iE$5cGiLhRem.ct.QtE=&v@9\S_6slX4='![%,F3^&ed5Y5g-#!N'Lr[s &Gfs3c}pYq^oUo{8l-qD87s[P1~+f([41~gD}Pj)nX|KcVv;tF4IIx%pnN\UL|SNT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.1 (Capitol Reef, i386-debian-linux) Cancel-Lock: sha1:ouqWgNeoe7inTCwFpgddaVMk78A= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46656 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46656 * [Alex Schroeder] > Hm, my spam-stat.el still has some problems. I use the following > macro, and now found message that was considered spam when splitting, > and not-spam when respooling. To me, that suggests that something in > this article buffer business is still malfunctioning. I believe this is because your code still prefers to use gnus-original-article-buffer, which is not updated when spooling new mail. View a spam before you spool in some new mail from your mailbox, and I think you will find all your new mail is considered spam. (Note: Bt and Br do not count as spooling in new mail - Send yourself some test mails instead). There are a few possible workarounds: 1. Kill gnus-original-article-buffer from gnus-get-new-news-hook 2. Check for nnmail-article-buffer before gnus-original-article-buffer in your code. 3. Use the defadvice posted by Jeremy H. Brown in < news:uv6r8g9n5id.fsf@suspiria.ai.mit.edu > and change spam-stat-split-fancy to look in the-article-buffer. (This last one is what I use). spam-stat.el is now my only spam filter. It Just Works. :) Oystein -- If it ain't broke, don't break it.