From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56248 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with bbdb whitelist filtering Date: Mon, 02 Feb 2004 15:02:17 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: <4nbroh1c8m.fsf@collins.bwh.harvard.edu> References: <200401120935.i0C9ZbVV024046@loki.exolution.lan> <4nllocri65.fsf@collins.bwh.harvard.edu> <200401130845.i0D8jChq029589@loki.exolution.lan> <4nu12qi348.fsf@collins.bwh.harvard.edu> <200401220953.i0M9rFDm020430@loki.exolution.lan> <4noesvua0n.fsf@collins.bwh.harvard.edu> <200401231507.i0NF73FJ029804@loki.exolution.lan> <87hdyhpu68.fsf@emptyhost.emptydomain.de> <4n65exjhen.fsf@collins.bwh.harvard.edu> <200402021222.i12CMM6n020825@loki.exolution.lan> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1075752262 3522 80.91.224.253 (2 Feb 2004 20:04:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2004 20:04:22 +0000 (UTC) Cc: Kai Grossjohann , ding@gnus.org Original-X-From: ding-owner+M4788@lists.math.uh.edu Mon Feb 02 21:04:16 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AnkIp-0004yk-00 for ; Mon, 02 Feb 2004 21:04:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AnkIR-0006sd-00; Mon, 02 Feb 2004 14:03:51 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AnkIN-0006sY-00 for ding@lists.math.uh.edu; Mon, 02 Feb 2004 14:03:47 -0600 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 3D4893A01F5 for ; Mon, 2 Feb 2004 14:03:47 -0600 (CST) Original-Received: from collins.bwh.harvard.edu (collins [134.174.9.80]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id i12K2RU09437; Mon, 2 Feb 2004 15:02:27 -0500 (EST) Original-Received: from collins.bwh.harvard.edu (localhost [127.0.0.1]) by collins.bwh.harvard.edu (8.12.9+Sun/8.11.0) with ESMTP id i12K2Ivl016356; Mon, 2 Feb 2004 15:02:18 -0500 (EST) Original-Received: (from tzz@localhost) by collins.bwh.harvard.edu (8.12.9+Sun/8.12.9/Submit) id i12K2Hqa016353; Mon, 2 Feb 2004 15:02:17 -0500 (EST) Original-To: Martin Monsorno 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: Martin Monsorno , Kai Grossjohann , ding@gnus.org In-Reply-To: <200402021222.i12CMM6n020825@loki.exolution.lan> (Martin Monsorno's message of "Mon, 02 Feb 2004 13:22:22 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56248 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56248 On Mon, 02 Feb 2004, monsorno-nospam@gmx.de wrote: > I have now the following rules for splitting: > > > ,---- > | ... > | (to ".*[Mm]onsorno.*@exolution\\.de" (| (: spam-split "work-spam") > | "work")) > | (to "monsorno@gmx\\.de" "private" (| (: spam-split "private-spam") > | "private")) > | "unsplitted-mail" > `---- > > and spam-use-BBDB-exclusive set to t. This would, if I have > understood it correctly, make mails addressed to my work address, go > to "work-spam", if the sender is not in the bbdb, else to "work". > The same for the private mail. > > Sadly, also mails from senders that are not in the bbdb, go to > "work". 'B t' on a spam mail in a folder says: > > ,---- > | (to ".*[Mm]onsorno.*@exolution\\.de" (| (: spam-split "work-spam") > | "work")) (: spam-split "work-spam") "work" > `---- > > What could be the reason? `B t' has not worked well in some cases. I don't remember the exact problems right now, but other people have reported similar issues. Set gnus-verbose high (10 is good) and try going to the article buffer, hit `t' to see the full message, then type M-: (spam-split "doesthiswork") Does spam-check-BBDB get called? Look at the *Messages* buffer. I just fixed what I think may have been the actual bug in this, and it's on my side. So check out the latest CVS and see how it works for you. If it doesn't, try setting spam-use-BBDB to t as well, please, and see if that helps. Thanks and sorry for the trouble... Ted