From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80405 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: spam.el: asking about removing spam-use-BBDB Date: Mon, 24 Oct 2011 09:26:39 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87y5wajzao.fsf@lifelogs.com> References: <8739ezafwf.fsf@lifelogs.com> <84wrcbm45l.fsf@davestoy.home> <848vocvp25.fsf@davestoy.home> <87y5wcpi1y.fsf@ericabrahamsen.net> Reply-To: ding@gnus.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319463027 2894 80.91.229.12 (24 Oct 2011 13:30:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2011 13:30:27 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28693@lists.math.uh.edu Mon Oct 24 15:30:23 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RIKbe-0006eZ-Bk for ding-account@gmane.org; Mon, 24 Oct 2011 15:30:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RIKbX-0001gQ-Sj; Mon, 24 Oct 2011 08:30:15 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RIKbW-0001g7-DO for ding@lists.math.uh.edu; Mon, 24 Oct 2011 08:30:14 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RIKbR-0006Xe-8A for ding@lists.math.uh.edu; Mon, 24 Oct 2011 08:30:14 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RIKbP-0001el-Sr for ding@gnus.org; Mon, 24 Oct 2011 15:30:07 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RIKbP-0006Xf-3c for ding@gnus.org; Mon, 24 Oct 2011 15:30:07 +0200 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 15:30:07 +0200 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 24 Oct 2011 15:30:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net 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-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:JhGjOJyryMFDtdOlihbBz4VFPEU= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80405 Archived-At: On Sun, 23 Oct 2011 10:18:01 +0800 Eric Abrahamsen wrote: EA> It was probably `bbdb-search-simple' that was undefined: that function EA> disappeared between BBDB versions 2 and 3, and spam.el is still using EA> it. It's possible that by recompiling you ended up with a mish-mash of EA> BBDB versions: what does `bbdb-version' report? I thought I pushed out a fix for that. Hmm. It's annoying because I've already gone to BBDB v3 so I can't test v2 easily. On Sun, 23 Oct 2011 22:22:18 -0400 david.goldberg6@verizon.net (Dave Goldberg) wrote: DG> Anyway, Ted did say he wanted to eliminate the bbdb engine, and I'm DG> not worth keeping it around since all I need is a whitelist. I notice DG> that spam.el has a whitelist capability. It's trivial to turn bbdb DG> into a list of email addresses using bbdb-display-layout-alist; I'll DG> give that a try. I'll support the BBDB backend to spam.el. I just need to fix the `bbdb-search-simple' bug, it should work fine otherwise. Ted