On Fri, Feb 25 2022, Roland Winkler <wink...@gnu.org> wrote:

> I may be missing something:
>
> I am using gnus-posting-styles with different addresses.  Then it
> happens often (I have not yet figured out the details) that a wide reply
> also puts my address (same as in the From field) into the Cc header.  Is
> this intentional?  Can I suppress my address in the Cc header?  How?

I take this approach:

(setq gf/gnus-avoid-address-list
                '("f...@foo.net" "gr...@gnu.org"))
  (setq message-dont-reply-to-names (regexp-opt
                gf/gnus-avoid-address-list))
        
And that seems to work.

-g

-- 
"We carry a new world here, in our hearts. That world is growing in
this minute."


Reply via email to