From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40835 Path: main.gmane.org!not-for-mail From: Ami Fischman Newsgroups: gmane.emacs.gnus.general Subject: Re: admin: prevent list cc's Date: Tue, 11 Dec 2001 10:32:56 -0800 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: <818zc9sj3b.fsf@zion.bpnetworks.com> References: <81k7vtmzg9.fsf@zion.bpnetworks.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176324 2990 80.91.224.250 (21 Oct 2002 04:58:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:58:44 +0000 (UTC) Return-Path: Original-Received: (qmail 17904 invoked from network); 11 Dec 2001 18:31:47 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 11 Dec 2001 18:31:47 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16DrgG-0004jW-00; Tue, 11 Dec 2001 12:31:04 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Dec 2001 12:30:50 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA04512 for ; Tue, 11 Dec 2001 12:30:39 -0600 (CST) Original-Received: (qmail 17882 invoked by alias); 11 Dec 2001 18:30:46 -0000 Original-Received: (qmail 17877 invoked from network); 11 Dec 2001 18:30:46 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 11 Dec 2001 18:30:46 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16Drmb-0005kf-00 for ; Tue, 11 Dec 2001 19:37:37 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 26 Original-NNTP-Posting-Host: zion.bpnetworks.com Original-X-Trace: quimby2.netfonds.no 1008095857 21966 207.199.66.114 (11 Dec 2001 18:37:37 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 11 Dec 2001 18:37:37 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i686-pc-linux-gnu) Cancel-Lock: sha1:/tmY3TH9WX1HhEN2ith1YtjmFNc= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40835 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40835 prj@po.cwru.edu (Paul Jarc) writes: > Ami Fischman wrote: >> BTW, I read this list via nntp. Is there a way to prevent getting a >> courtesy copy of replies to me mailed to me? > > Add a "Mail-Copies-To: nobody" header field. You can use posting > styles to automate this. Ah. Thanks for the pointer. I don't want to use posting styles (since I have my own home-rolled sending-hook-message-modifying stuff going on). I thought adding: (message-default-headers (concat message-default-headers "Mail-Copies-To: nobody\n")) to the last form in the 'G E' (gnus-group-edit-group) buffer would do it, but apparently not... In the gnus.ding summary buffer, the message-default-headers has the right value (which is different from the global value), but when I hit 'a' to compose a news message, message-default-headers reverts back to its global value. is the group-edit not the right place to put this modification? Do I really need a hook on creating the message that checks if the gnus.ding ng is the recipient and if so adds the extra header? -- Ami Fischman usenet@fischman.org