From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9808 Path: news.gmane.org!not-for-mail From: David Z Maze Newsgroups: gmane.emacs.gnus.user Subject: Re: How to Automatically bcc: me! Date: Mon, 29 Oct 2007 13:21:01 -0400 Organization: Massachusetts Institute of Technology Message-ID: References: <1193677625.909568.95090@q5g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193679629 23713 80.91.229.12 (29 Oct 2007 17:40:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 17:40:29 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Oct 29 18:40:30 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ImYbE-0004s8-W1 for gegu-info-gnus-english@m.gmane.org; Mon, 29 Oct 2007 18:40:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImYb5-000775-Ns for gegu-info-gnus-english@m.gmane.org; Mon, 29 Oct 2007 13:40:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!panix!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!dreaderd!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (usg-unix-v) Cancel-Lock: sha1:pBO4BEISenSVmidJsb1npTKTZBY= Original-Lines: 18 Original-NNTP-Posting-Host: CONTENTS-VNDER-PRESSVRE.MIT.EDU Original-X-Trace: 1193678461 senator-bedfellow.mit.edu 493 18.7.18.65 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80016 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9808 Archived-At: Edward writes: > Does anyone know the right trigger/hook/variable to set so that every > new GNUS message includes a bcc: line with an address/alias already > filled in? I have: (setq message-required-mail-headers (nconc message-required-mail-headers (list '(Bcc . "dmaze@mit.edu")))) This is in a separate .el file that's loaded before Gnus starts up. I'm sure there was a good reason for that somewhere in the past 10 years; for all I know it'd probably work fine to put this in your .gnus file as well. --dzm