Gnus development mailing list
 help / color / mirror / Atom feed
From: "Björn Lindström" <bkhl@stp.ling.uu.se>
Subject: Problem with spam.el and BBDB
Date: Wed, 14 Apr 2004 06:02:22 +0200	[thread overview]
Message-ID: <s38d66bky0h.fsf@numerus.ling.uu.se> (raw)

Here are my Gnus split rules:

(setq nnmail-crosspost nil
      nnmail-split-methods 'nnmail-split-fancy
      bbdb/gnus-split-default-group nil
      bbdb/gnus-split-nomatch-function nil
      bbdb/gnus-split-myaddr-regexp gnus-ignored-from-addresses
      nnmail-split-fancy
      `(|
        (: spam-split)                  ; Spam
        ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate") ; Duplicate messages
        (: gnus-group-split-fancy nil t nil) ; Group parameter splitting
        (: (lambda ()                   ; BBDB splitting
             (car (bbdb/gnus-split-method))))
        "misc"))

This works with the (: spam-split) _or_ the
(: (lambda () (car (bbdb/gnus-split-method))))
commented out, but if I try to use both at once I get this error:

Error in `nnmail-split-methods'; using `bogus' mail group

Can anyone explain this?




             reply	other threads:[~2004-04-14  4:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-14  4:02 Björn Lindström [this message]
2004-04-15 19:45 ` Ted Zlatanov
2004-04-14  4:37 Björn Lindström

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=s38d66bky0h.fsf@numerus.ling.uu.se \
    --to=bkhl@stp.ling.uu.se \
    /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).