Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* gnus-posting-styles with different addresses
@ 2022-02-25 15:31 Roland Winkler
  2022-02-25 15:53 ` Greg Farough
  0 siblings, 1 reply; 3+ messages in thread
From: Roland Winkler @ 2022-02-25 15:31 UTC (permalink / raw)
  To: info-gnus-english

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?

Thanks,

Roland



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-posting-styles with different addresses
  2022-02-25 15:31 gnus-posting-styles with different addresses Roland Winkler
@ 2022-02-25 15:53 ` Greg Farough
  2022-02-25 16:08   ` Roland Winkler
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Farough @ 2022-02-25 15:53 UTC (permalink / raw)
  To: info-gnus-english

On Fri, Feb 25 2022, Roland Winkler <winkler@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
		'("foo@foo.net" "gregf@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."



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gnus-posting-styles with different addresses
  2022-02-25 15:53 ` Greg Farough
@ 2022-02-25 16:08   ` Roland Winkler
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Winkler @ 2022-02-25 16:08 UTC (permalink / raw)
  To: info-gnus-english

On Fri, Feb 25 2022, Greg Farough wrote:
> I take this approach:
>
> (setq gf/gnus-avoid-address-list
> 		'("foo@foo.net" "gregf@gnu.org"))
>   (setq message-dont-reply-to-names (regexp-opt
> 		gf/gnus-avoid-address-list))

Thanks!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-25 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 15:31 gnus-posting-styles with different addresses Roland Winkler
2022-02-25 15:53 ` Greg Farough
2022-02-25 16:08   ` Roland Winkler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).