Martin Rubey <[EMAIL PROTECTED]> writes:

> The first thing I wanted to do is to direct all mail from the mailing lists
> axiom-developer, axiom-mail and [email protected]  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 "[EMAIL PROTECTED]" "mail.axiom")
          "mail.misc"))
(setq nnmail-split-methods 'nnmail-split-fancy)


[...]

_______________________________________________
Info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to