On Sep 30, 9:34 pm, [email protected] (Adam Sjøgren) wrote:
> On Wed, 30 Sep 2009 07:00:40 -0400, Stephen wrote:
> > One of the mailing lists I read doesn't set the Reply-To header; a
> > typical message has headers like:
>
> (Good!)
>
> > From: Timothy <[email protected]>
> > Subject: [Monotone-devel] merging branch
> > To: monotone-devel <[email protected]>
> > Is there a way to tell Gnus that this is actually a mailing list, and
> > replies should go to the "To" address, without also going to the
> > "From" address?
>
> Does setting the Group Parameters to something like this help:
>
>   ((to-address . "[email protected]")
>    (to-list . "[email protected]")
>    (subscribed . t))
>

BTW, if I'm subscribed to a bunch of mailing lists like:

    [email protected]
    [email protected]
    [email protected]

and my groups dealing with them looks like:

    list.crazy.foo
    list.crazy.bar
    list.crazy.junk

The associated group parameters look like these:

    ("list\\.crazy\\..*"
      (total-expire - t))

I would like to add the 'to-address' parameter,

Instead of repeating these to-address parameters:

    ("list\\.crazy\\.foo"
      (to-address . "[email protected]"))
    ("list\\.crazy\\.bar"
      (to-address . "[email protected]"))
    ("list\\.crazy\\.junk"
      (to-address . "[email protected]"))

are there any ways to factorize them in ("list\\.crazy\\..*")
regexp ?

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

Reply via email to