From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61467 Path: news.gmane.org!not-for-mail From: Adam Duck Newsgroups: gmane.emacs.gnus.general Subject: strange fancy mail splitting Date: Mon, 05 Dec 2005 16:37:20 +0100 Message-ID: <86slt74ksv.fsf@oumu.localdomain> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133798125 11924 80.91.229.2 (5 Dec 2005 15:55:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Dec 2005 15:55:25 +0000 (UTC) Original-X-From: ding-owner+m9998@lists.math.uh.edu Mon Dec 05 16:55:23 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EjIdD-0008NE-UG for ding-account@gmane.org; Mon, 05 Dec 2005 16:52:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EjId5-0003s9-00; Mon, 05 Dec 2005 09:51:51 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EjIWu-0003rr-00 for ding@lists.math.uh.edu; Mon, 05 Dec 2005 09:45:28 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1EjIWq-0001Ek-7C for ding@lists.math.uh.edu; Mon, 05 Dec 2005 09:45:28 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EjIWn-0002pD-00 for ; Mon, 05 Dec 2005 16:45:21 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EjIUH-0004sU-Sq for ding@gnus.org; Mon, 05 Dec 2005 16:42:45 +0100 Original-Received: from 141.2.19.171 ([141.2.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Dec 2005 16:42:45 +0100 Original-Received: from duck by 141.2.19.171 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Dec 2005 16:42:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 141.2.19.171 User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 Cancel-Lock: sha1:QdVIkZwhg7Z/Czx6HaDIY4jsLn8= X-Spam-Score: -1.3 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61467 Archived-At: Hello list! Ok, so I have the following in my No Gnus v0.4 (CVS): (setq nnmail-split-fancy (quote (| (: spam-split) (any "xemacs\\.org" "xemacs.list") (any "descent-source@warpcore\\.org" "descent.list") (any "gentoo-misc@lists\\.sourceforge\\.net" "gentoo-fm.list") (any "ntg-context@ntg\\.nl" "ConTeXt.list") (any "cedet.*@lists\\.sourceforge\\.net" "cedet.list") (any "video4linux-list@redhat\\.com" "v4l.list") (any "amrc-l@yahoogroups\\.com" "anime.list") (any "am-utils@\\(am-utils\\.org\\|\\(filer\\.\\)?fsl\\.cs\\.sunysb\\.edu\\)" "amd.list") "mail.misc"))) My problem is that, upon the _first_ start -- and only then -- of M-x gnus, all unread mails I get new into "mail.misc" and "ConTeXt.list" are already marked as "old". But all other groups -- like "xemacs.list" -- work fine. I looked at the settings for each group with "G c", and they don't have any special settings. Upon the second fetch -- either with "g" or quitting and restarting gnus, the new mails don't get marked as read (even if they end up in "mail.misc"). The last sentence troubles me the most :(. Has anyone got a clue? How can I debug this problem? cu, Adam.