Re: make gnus reply correctly to debian lists
Sven Joachim <svenjoac@gmx.de> writes:
> You can use gnus-parameters to set up all Debian groups (i.e. mailing
> lists) at once. The following untested example assumes that mail sent
> to debian-foo@lists.debian.org end up in a debian.foo nnml group:
>
> (setq gnus-parameters
> '(("nnml:debian\\.\\(.*\\)$"
> (to-address . "debian-\\1@lists.debian.org")
> (to-list . "debian-\\1@lists.debian.org")
> (subscribed . t)))
Thanks Sven, it seems it's exactly what I need. I will try it soon.
> Use with caution and be sure to read the "Group Parameters" section in
> the Gnus manual.
Yes, I will read it again. But I have to say that I find the gnus manual
really confusing, perhaps because I do not have a news background, and I
fail to understand several of the underlying concepts.
Tiago.
Reply to: