From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/3058 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: spam-use-BBDB and spam-use-BBDB-exclusive Date: Thu, 02 Oct 2003 13:52:01 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Message-ID: <4npthf8r3y.fsf@lockgroove.bwh.harvard.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669279 17479 80.91.229.2 (31 Jan 2006 01:01:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:01:19 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:38 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!lockgroove.bwh.harvard.EDU!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: lockgroove.bwh.harvard.edu (134.174.9.133) Original-X-Trace: news.uni-berlin.de 1065117142 12790272 134.174.9.133 (16 [177066]) 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" User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Cancel-Lock: sha1:XKHJKDygn6JYsAyci7UTa42AXYA= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:3199 Original-Lines: 43 X-Gnus-Article-Number: 3199 Tue Jan 17 17:31:38 2006 Xref: news.gmane.org gmane.emacs.gnus.user:3058 Archived-At: On Thu, 02 Oct 2003, oub@mat.ucm.es wrote: > With the setting > > (setq spam-use-BBDB t) > (setq spam-use-BBDB-exclusive t) > > then all the ham, based on BBDB, goes to the MAILBOX and SPAM to the > SPAM imap folder. So far so good. > > I got curious, and used > (setq spam-use-BBDB t) > (setq spam-use-BBDB-exclusive nil) > > Then all my mail goes to the MAILBOX folder, > > BUT with > (setq spam-use-BBDB nil) > (setq spam-use-BBDB-exclusive nil) > again all my mail goes into the MAILBOX folder, so I don't see the > difference. Can somebody enlighten me, please. Here's what's happening: spam-use-BBDB and spam-use-BBDB-exclusive (case 1) - only mail from people in the BBDB is not spam spam-use-BBDB (case 2) - mail from people in the BBDB is ham, all other is unclassified nothing (case 3) - no classification is done spam-use-BBDB-exclusive is on top of spam-use-BBDB, it does not do anything by itself. Also, keep in mind "unclassified" is a third category apart from "ham" and "spam." HTH Ted