Gnus development mailing list
 help / color / mirror / Atom feed
From: dave@cavalry.com
Subject: Re: nnmail-split-fancy woes
Date: Tue, 23 Jan 2001 23:32:37 +0200	[thread overview]
Message-ID: <ulms2he43.fsf@totally-fudged-out-message-id> (raw)
In-Reply-To: <86g0ib58ov.fsf@jfb.pacbell.net>

>>>>> "James" == James Felix Black <jfb@visi.com> writes:

  James> Yes, that did it.  Thanks.  Now, to get the gnus-bbdb
  James> splitting integrated into "nnmail-split-fancy" ...

Ask and ye shall receive:

Assuming you already have gnus-bbdb.el from Brian Edmonds
<edmonds@cs.ubc.ca>

(setq nnmail-split-methods 'nnmail-split-fancy)
 (setq
  nnmail-split-fancy
  '(| 
      ("Subject" "foobar" "foobar.general")
      ("From" ".*metrowerks\\.com" "metrowerks")
      ("X-suspected-spam" "see" "spam")
      ("From" "larsi@gnus.org" "test1")
      (: gnus-bbdb-split-method)
      "bogus"
      )
  )

;; Where to file mail if BBDB does not match a bbdb entry
(setq gnus-bbdb-split-default-group "other")


Nothing should ever get to the "bogus" group.  Mails ending up in
bogus is an indication that gnus-bbdb-split-method is not working....

-- 
-David
________________________________________________________________
E. David Bell                       |           dave@cavalry.com




  reply	other threads:[~2001-01-23 21:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-23  0:00 James Felix Black
2001-01-23  1:53 ` Francisco Solsona
2001-01-23  2:00   ` James Felix Black
2001-01-23 21:32     ` dave [this message]
2001-01-24 20:56       ` gnus-bbdb & split-fancy (was: nnmail-split-fancy woes) James Felix Black

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=ulms2he43.fsf@totally-fudged-out-message-id \
    --to=dave@cavalry.com \
    /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).