From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56308 Path: main.gmane.org!not-for-mail From: Martin Monsorno Newsgroups: gmane.emacs.gnus.general Subject: Re: problem with bbdb whitelist filtering Date: Fri, 06 Feb 2004 14:31:11 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: <200402061331.i16DVBm8017071@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> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1076074333 13234 80.91.224.253 (6 Feb 2004 13:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2004 13:32:13 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M4848@lists.math.uh.edu Fri Feb 06 14:32:05 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 1Ap65V-00029a-00 for ; Fri, 06 Feb 2004 14:32:05 +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 1Ap64r-0001to-00; Fri, 06 Feb 2004 07:31:25 -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 1Ap64h-0001tg-00 for ding@lists.math.uh.edu; Fri, 06 Feb 2004 07:31:15 -0600 Original-Received: from thor.exolution.de (thor.exolution.de [212.18.2.65]) by justine.libertine.org (Postfix) with ESMTP id E99803A0037 for ; Fri, 6 Feb 2004 07:31:14 -0600 (CST) Original-Received: from loki.exolution.lan (root@loki.exolution.lan [192.168.1.100]) by thor.exolution.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id i16DVDhj005578; Fri, 6 Feb 2004 14:31:13 +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 i16DVCXh017073; Fri, 6 Feb 2004 14:31:12 +0100 Original-Received: (from monsorno@localhost) by loki.exolution.lan (8.12.3/8.12.3/Debian-6.6) id i16DVBm8017071; Fri, 6 Feb 2004 14:31:11 +0100 X-Authentication-Warning: loki.exolution.lan: monsorno set sender to monsorno-nospam@gmx.de using -f Original-To: Ted Zlatanov In-Reply-To: <4nbroh1c8m.fsf@collins.bwh.harvard.edu> (Ted Zlatanov's message of "Mon, 02 Feb 2004 15:02:17 -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:56308 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56308 Ted Zlatanov writes: > 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. [...] > So check out the latest CVS and see how it works for you. Yes, now it works! Splitting _and_ "B t"-ing. Great! Thank you very much! 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. -- Martin