From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60542 Path: news.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.gnus.general Subject: some messages ending up in 'bogus' group Date: Fri, 08 Jul 2005 14:50:48 -0500 Organization: Memorial University of Newfoundland Message-ID: <87wto1m607.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120861067 18896 80.91.229.2 (8 Jul 2005 22:17:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Jul 2005 22:17:47 +0000 (UTC) Original-X-From: ding-owner+M9070@lists.math.uh.edu Sat Jul 09 00:17:47 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dr1A7-0007Ct-Jq for ding-account@gmane.org; Sat, 09 Jul 2005 00:17:35 +0200 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 1Dr0ya-0003Dj-00; Fri, 08 Jul 2005 17:05:40 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Dqz21-0002nw-00 for ding@lists.math.uh.edu; Fri, 08 Jul 2005 15:01:05 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Dqz21-0002oG-72 for ding@lists.math.uh.edu; Fri, 08 Jul 2005 15:01:05 -0500 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 1Dqz1z-0008Kt-00 for ; Fri, 08 Jul 2005 22:01:03 +0200 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Dqz1f-0006Dc-7m for ding@gnus.org; Fri, 08 Jul 2005 22:00:43 +0200 Original-Received: from s0106001111ddbc6e.wp.shawcable.net ([24.77.75.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 22:00:43 +0200 Original-Received: from spluque by s0106001111ddbc6e.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jul 2005 22:00:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 43 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106001111ddbc6e.wp.shawcable.net User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:sADKVqyyW/qdOnGkJhUYsZA5ghY= X-Spam-Score: -4.6 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60542 Dear List, I recently found that a mail message sent to me ended up in the 'bogus' group, much to my horror (because I was not subscribed to that one...until now). I reanalyzed my ~/.gnus, but couldn't find anything that could cause this, but reading the manual it seemed that this might have something to do with it: (require 'spam) (setq spam-split-group "Spam" spam-use-bogofilter t nnmail-split-methods 'nnmail-split-fancy nnmail-split-fancy '(| (any ".*video4linux.*\\|.*Sympa\\|.*helixcommunity.*\\|.*aircanada.com.*\\|.*ostg.*" "Various") ("to" ".*ecolog-l.*" "Ecolog-L") ("to" ".*marmam.*" "Marmam") ("to" ".*mammal-l.*" "Mammal-L") (: spam-split) "mail.misc")) (spam-initialize) I added this not a long time ago, after learning to use spam, and I didn't encounter this problem before that. The relevant info contains: ,-----[ (info "(gnus)Splitting Mail") ] | The last of these groups should always be a general one, and the | regular expression should _always_ be `""' so that it matches any mails | that haven't been matched by any of the other regexps. (These rules are | processed from the beginning of the alist toward the end. The first | rule to make a match will "win", unless you have crossposting enabled. | In that case, all matching rules will "win".) If no rule matched, the | mail will end up in the `bogus' group. When new groups are created by | splitting mail, you may want to run `gnus-group-find-new-groups' to see | the new groups. This also applies to the `bogus' group. `----- so I guess I followed those instructions above, but perhaps someone can correct me. Thanks in advance. -- Sebastian P. Luque