Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Zhang Wei <id.brep@gmail.com>
Subject: Re: help with splitting rules and help with bbdb
Date: Tue, 01 Nov 2005 15:04:38 +0800	[thread overview]
Message-ID: <87zmooetmh.fsf@lab.emacs.tsinghua.edu.cn> (raw)
In-Reply-To: <85y849yj7w.fsf@localhost.localdomain>

Martin Rubey <axiomize@yahoo.de> writes:

> The first thing I wanted to do is to direct all mail from the mailing lists
> axiom-developer, axiom-mail and axiom-math@nongnu.org  to a group mail.axiom.
> So I customized
>  '(nnmail-split-methods (quote (("mail.axiom" "^To:.*axiom-") 
>                                 ("mail.misc" ""))))
> However, this doesn't catch all mail intended for the axiom mailing lists, of
> course, since sometimes the keyword will be in the CC list, etc.
> I looked at group splitting, but it looks quite complicated, I must
> admit. Well, I'm open to any solution that works, of course.

With fancy splitting method, it's quite easy:

(setq nnmail-split-fancy
      '(| (any "axiom.*@nongnu.org" "mail.axiom")
	  "mail.misc"))
(setq nnmail-split-methods 'nnmail-split-fancy)


[...]


      reply	other threads:[~2005-11-01  7:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-31 12:16 Martin Rubey
2005-11-01  7:04 ` Zhang Wei [this message]

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=87zmooetmh.fsf@lab.emacs.tsinghua.edu.cn \
    --to=id.brep@gmail.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).