From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57035 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Problem with spam.el and BBDB Date: Thu, 15 Apr 2004 15:45:49 -0400 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: <4nbrltautu.fsf@b2-25-3.bwh.harvard.edu> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082058272 17129 80.91.224.253 (15 Apr 2004 19:44:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 19:44:32 +0000 (UTC) Original-X-From: ding-owner+M5575@lists.math.uh.edu Thu Apr 15 21:44:22 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 1BECmb-0003LH-00 for ; Thu, 15 Apr 2004 21:44:21 +0200 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 1BECmT-0000xH-00; Thu, 15 Apr 2004 14:44:13 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BECmP-0000xC-00 for ding@lists.math.uh.edu; Thu, 15 Apr 2004 14:44:09 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BECmO-00056F-Pp for ding@lists.math.uh.edu; Thu, 15 Apr 2004 14:44:08 -0500 Original-Received: from clifford.bwh.harvard.edu (clifford.bwh.harvard.edu [134.174.9.41]) by justine.libertine.org (Postfix) with ESMTP id 553E33A0035 for ; Thu, 15 Apr 2004 14:44:08 -0500 (CDT) Original-Received: from b2-25-3.bwh.harvard.edu (b2-25-3 [134.174.54.60]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id i3FJi7108676 for ; Thu, 15 Apr 2004 15:44:07 -0400 (EDT) Original-To: ding@gnus.org 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: ding@gnus.org In-Reply-To: =?iso-8859-1?q?=28Bj=F6rn_Lindstr=F6m's?= message of "Wed, 14 Apr 2004 06:02:22 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57035 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57035 On Wed, 14 Apr 2004, bkhl@stp.ling.uu.se wrote: > This works with the (: spam-split) _or_ the > (: (lambda () (car (bbdb/gnus-split-method)))) > commented out, but if I try to use both at once I get this error: > > Error in `nnmail-split-methods'; using `bogus' mail group > > Can anyone explain this? spam.el does some auto-loading of BBDB that *may* be causing this. Can you do M-x toggle-debug-on-error and see where the error is happening? Send me the stack trace. Also, turn gnus-verbose up to 10 and send me the contents of the *Messages* buffer when the problem happens. Thanks Ted