From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56445 Path: main.gmane.org!not-for-mail From: monsorno-nospam@gmx.de Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with bbdb whitelist filtering Date: Fri, 27 Feb 2004 15:37:24 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <200402271437.i1REbO9c018841@loki.exolution.lan> 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> <4nbroh1c8m.fsf@collins.bwh.harvard.edu> <200402061331.i16DVBm8017071@loki.exolution.lan> <4n3c9karhh.fsf@collins.bwh.harvard.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077892706 5194 80.91.224.253 (27 Feb 2004 14:38:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2004 14:38:26 +0000 (UTC) Original-X-From: ding-owner+M4986@lists.math.uh.edu Fri Feb 27 15:38:19 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 1Awj86-0005lU-00 for ; Fri, 27 Feb 2004 15:38:18 +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 1Awj7S-0000QG-00; Fri, 27 Feb 2004 08:37:38 -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 1Awj7J-0000Q8-00 for ding@lists.math.uh.edu; Fri, 27 Feb 2004 08:37:29 -0600 Original-Received: from thor.exolution.de (thor.exolution.de [212.18.2.65]) by justine.libertine.org (Postfix) with ESMTP id 7D0F63A0027 for ; Fri, 27 Feb 2004 08:37:26 -0600 (CST) Original-Received: from loki.exolution.lan (root@loki.exolution.lan [192.168.1.100]) by thor.exolution.de (8.12.11/8.12.11/Debian-1) with ESMTP id i1REbP1r029138 for ; Fri, 27 Feb 2004 15:37:25 +0100 Original-Received: from loki.exolution.lan (monsorno@localhost [127.0.0.1]) by loki.exolution.lan (8.12.3/8.12.3/Debian-6.6) with ESMTP id i1REbOE2018843 for ; Fri, 27 Feb 2004 15:37:24 +0100 Original-Received: (from monsorno@localhost) by loki.exolution.lan (8.12.3/8.12.3/Debian-6.6) id i1REbO9c018841; Fri, 27 Feb 2004 15:37:24 +0100 X-Authentication-Warning: loki.exolution.lan: monsorno set sender to Martin.Monsorno@exolution.de using -f Original-To: ding@gnus.org In-Reply-To: <4n3c9karhh.fsf@collins.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 09 Feb 2004 16:10:50 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Reasonable Discussion, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56445 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56445 Ted Zlatanov writes: > On Fri, 06 Feb 2004, monsorno-nospam@gmx.de wrote: > >> Well, I have found just one more little problem: it seems that BBDB >> checking only uses the first address of a person. E.g. if I have >> Peter in by BBDB with a line >> >> net: peter@work.com, peter@home.net >> >> mails to me from Peters account peter@work.com go to my normal >> inbox, mails from peter@home.net go to the -spam group. > > I'm not sure why this is, I use bbdb-search-simple which should give a > valid search. Can you turn off spam-cache-lookups which is probably > t: > > (setq spam-cache-lookups nil) > > and see if the first-address problem happens again? I optimized the > lookup cache for speed, but may have created this problem. with spam-cache-lookups set to nil, the problem does not occur anymore (Sorry for this late answer, there've been tooo much work the last week) -- Martin