From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58184 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Always copying a mailing list Date: Mon, 02 Aug 2004 14:33:12 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <86n01diut3.fsf@ketchup.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091450014 20138 80.91.224.253 (2 Aug 2004 12:33:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Aug 2004 12:33:34 +0000 (UTC) Original-X-From: ding-owner+M6725=ding+2Daccount=gmane.org@lists.math.uh.edu Mon Aug 02 14:33:25 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Brc0L-0007XT-00 for ; Mon, 02 Aug 2004 14:33:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Brc0K-0002Ma-01 for ding-account@gmane.org; Mon, 02 Aug 2004 07:33:24 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Brc0C-0002MS-00 for ding@lists.math.uh.edu; Mon, 02 Aug 2004 07:33:16 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Brc0B-0000Zg-FD for ding@lists.math.uh.edu; Mon, 02 Aug 2004 07:33:15 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 0B4103A004B for ; Mon, 2 Aug 2004 07:33:14 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1Brc09-0006uL-00 for ; Mon, 02 Aug 2004 14:33:13 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: 139.4.37.213 Original-X-Trace: quimby.gnus.org 1091449993 26556 139.4.37.213 (2 Aug 2004 12:33:13 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 2 Aug 2004 12:33:13 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:tF1jiY8doLRcZVBeuJskUOVUL10= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58184 I can set mail-self-blind to get "Bcc: kais.address" in outgoing messages. But I have a special group where I'd rather like to have "Cc: some.mailinglist". I've tried to frob the posting style for the group, saying (("Gcc" . nil) ("Cc" . "some.mailinglist")). But this does not work as I like, because it also removes other recipients that I would like to keep. The behavior I'm looking for is: After I've hit R or F (or S W or S V), add the following address to the list of recipients if not yet present. How to do that? Kai