Gnus development mailing list
 help / color / mirror / Atom feed
* bbdb filtering stopped working?
@ 2002-03-18 17:31 Jack Twilley
  0 siblings, 0 replies; only message in thread
From: Jack Twilley @ 2002-03-18 17:31 UTC (permalink / 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-03-18 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-18 17:31 bbdb filtering stopped working? Jack Twilley

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).