Gnus development mailing list
 help / color / mirror / Atom feed
From: Jack Twilley <jmt+usenet@twilley.org>
Subject: bbdb filtering stopped working?
Date: Mon, 18 Mar 2002 09:31:30 -0800	[thread overview]
Message-ID: <86lmcpg4ul.fsf@duchess.twilley.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1248 bytes --]

I have Gnus and my bbdb set up to automatically file my mail into
personal folders for some people.

Here's what my nnmail-split-fancy looks like:

 '(| ;(: nnmail-split-fancy-with-parent)
     ("mail.gnus-warning" "duplication of messages" "duplicate")
     (any "jmt\\+usenet@.*"
	  (| ("subject" "re:.*" "mail.misc")
	     ("references" ".*@.*" "mail.misc")
	     "mail.spam"))
     (any "usenet@.*" "mail.spam")
     ;; mailing lists
     ...
     ;; other mail
     ...
     ;; people
     (: jmt-bbdb-gnus-split-fancy)
     ;; companies
     ...
     ;; diplomacy stuff
     (: judge-split)
     ;; and everything else...
     (to "jmt" "mail.misc")
     "mail.spam")

Here's what jmt-bbdb-gnus-split-fancy looks like:

(defun jmt-bbdb-gnus-split-fancy () 
  "this is just a boring wrapper function"
  (let ((x (bbdb/gnus-split-method)))
    (when x (cons '& x))))

I recently updated Gnus, and this suddenly stopped working.  All that
personal mail now goes into mail.misc and I don't know why.  Does
anyone know why this happened?

Jack.
(and yes, I'll pursue it with bbdb folks as well)
-- 
Jack Twilley
jmt at twilley dot org
http colon slash slash www dot twilley dot org slash tilde jmt slash

[-- Attachment #2: Type: application/pgp-signature, Size: 229 bytes --]

                 reply	other threads:[~2002-03-18 17:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86lmcpg4ul.fsf@duchess.twilley.org \
    --to=jmt+usenet@twilley.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).