From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jose A. Ortega Ruiz" Newsgroups: gmane.emacs.help Subject: gnus-bbdb and gnus-private field Date: Fri, 25 Jun 2004 00:21:55 +0200 Organization: CCD - Autonomous University of Barcelona Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86llicd2bg.fsf@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088538469 26540 80.91.224.253 (29 Jun 2004 19:47:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:47:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:47:33 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfOZp-0000KX-00 for ; Tue, 29 Jun 2004 21:47:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfObV-000597-8M for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:49:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-X-Trace: news.uni-berlin.de K9ngOxNmwoZWAQ3kvzTqoQt9BGGezS5LFBlcqQOXvr48MS9j7N X-Attribution: jao X-URL: Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAYFBMVEUICAj////4+Pjw8PAY GBhYWFjg4OAQEBDQ0NC4uLjo6OjIyMg4ODggICBgYGBAQEAoKCiIiIhQUFCYmJiwsLBoaGiQkJBw cHCAgICgoKBISEgwMDCoqKjY2NjAwMB4eHjpzs9HAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAA CxIB0t1+/AAAAAd0SU1FB9MMFhUWOMaLTbEAAAHBSURBVHic1VXLoqMgDDUgKIIiiPVt//8vb2jV 3s60IruZbMjinOTkYUyS/8LKMpIgizmO4gDyKIYmBEQMoS4AIIskRGVQBKCPIWgk6M3PrkizAHRz x4IIFiTcsa34lMysFMuHpQoQZiQ0wrcKDeVBcQJOx35FDCEFl2Iw99aytqq/gVXv4yKeMxUu1gqO yYWxA8AcRKNlnZx98kwChKp8M5wzjVq9DsDF4BNxKJrEhaElEwH+UDQ12ASSBykGoMGHSQqPMdP0 HJ9yIKNuCuD9VGIK6AIJ2GMdimFEX6O7hhThEPjaPmXckKoDeAy6uC471DWhBA6oKofceh/LzwMV +3vhY7ZFkyaKYvmhBII8Z8CoVPKCIAZkG7Kl9IKgjL/2uoWD/N3Mr5jYXiKnc7yiVO3+jcBC8cM7 FbSAPQQRkCkjQG4nhAHM7iLUi+v9tqpv+PYVzVJwj2Ebv1fm8zlQ9MBj/NsGGvxV4p+6VecHvqL8 WOlMeAbIv4ov1/sOMWT+dbfS/Hn+ZPU2xNLtMWuXvwuol+1iLuZVftrs/axc++c6KA6bUbcPMt01 KPthe0b/adNc9PrqtdId03XML++ftx9ClhEPheraiAAAAABJRU5ErkJggg== User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) Cancel-Lock: sha1:4DoH0JQHQlcTwqPAwHVvAOFM+ec= Original-Xref: shelby.stanford.edu gnu.emacs.help:123942 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19302 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19302 Hello. I'm using BBDB 2.34, Gnus 5.10.6 and Emacs 21.3.1 on FreeBSD 5.2, and have the following configuration in my gnus.el in order to use bbdb-based mail splitting: (setq nnmail-crosspost nil nnmail-split-methods 'bbdb/gnus-split-method bbdb/gnus-split-nomatch-function 'nnmail-split-fancy bbdb/gnus-split-myaddr-regexp gnus-ignored-from-addresses nnmail-split-fancy `(| (to "root@.+" "root") ("subject" ".*\\(mix\\|mdk\\|mixvm\\)" "mdk") < more rules > "spam")) In addition, I've populated my bbdb records with the requisite gnus-public and gnus-private fields. But, while the gnus-public-based filtering works like a charm, mails from adresses in my bbdb database with a gnus-private field (the name of a nnml group without the nnml: prefix) are not split at all: all of them end up in the "spam" group (the default for non-filtered mail). Can anyone spot what I am doing wrong? Thanks for your help. jao -- "It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration." - Edsger Dijkstra, How do we tell truths that might hurt?