Harry Putnam <[email protected]> writes:

> How can I make any messages generated inside a specific group have a
> CC addressed to a specific address?
>
> Something along the line of (Using "G p"):
>     ((to-address . "[email protected]"))
>
> I tried the obvious thing: 
> ((to-address . "[email protected]")
>  (cc-address . "[email protected]"))
>
> No soap.

You can add a posting style entry in `G p', too.  Something like

  (posting-style
    ("Cc" "[email protected]"))

Or add a similar entry to `gnus-posting-styles'.

Bye,
Tassilo


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

Reply via email to