info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help with splitting rules and help with bbdb


From: Zhang Wei
Subject: Re: help with splitting rules and help with bbdb
Date: Tue, 01 Nov 2005 15:04:38 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]