[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question to fancy-mail split
From: |
Alexandre Russel |
Subject: |
Re: Question to fancy-mail split |
Date: |
31 Aug 2004 23:33:52 +0900 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
Josef Oswald <NO.SPAM.for.gnus@chello.at> writes:
> like gnus@chello.at goes to group nnml+private:other, I would like that
> _all_ e-mails coming from @chello.at address goes into the same group.
I am not using fancy mail, but nnmail-split-method understand
regexp. So if I want all the mail from @chello.at going to chello
and all the mail coming from @xyz.au going to xyz I put in my
.gnus file:
(setq nnmail-split-methods
'(("chello" "^From:.*chello.at")
("xyz" "^From:.*xyz.au")))
I got that from:
http://freebooks.by.ru/view/EmacsIn24h/emacs180.htm
in the sorting incoming mail section.
Alex.