From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10982 Path: main.gmane.org!not-for-mail From: Steven L Baur Newsgroups: gmane.emacs.gnus.general Subject: Re: X-No-Archive Date: 18 May 1997 11:19:08 -0700 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035150769 27594 80.91.224.250 (20 Oct 2002 21:52:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:52:49 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id MAA09765 for ; Sun, 18 May 1997 12:04:56 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.5/8.8.5) with ESMTP id MAA29533 for ; Sun, 18 May 1997 12:04:28 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id OAA07629 for ; Sun, 18 May 1997 14:03:45 -0500 (CDT) Original-Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 18 May 1997 20:18:07 +0200 Original-Received: (from steve@localhost) by altair.xemacs.org (8.8.5/8.8.5) id LAA09544; Sun, 18 May 1997 11:19:09 -0700 Mail-Copies-To: never Original-To: ding@ifi.uio.no X-Url: http://www.miranova.com/%7Esteve/ X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5" f8*@r4ipO6Jl!:Ccqp:9I OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+ X-Attribution: sb In-Reply-To: Samuel Tardieu's message of 18 May 1997 18:48:42 +0200 X-Mailer: Gnus v5.4.53/XEmacs 20.3(beta2) Original-Lines: 30 Original-Xref: altair.xemacs.org dgnus-list:1365 Xref: main.gmane.org gmane.emacs.gnus.general:10982 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10982 Samuel Tardieu writes: > Lars, could it be possible to add a binding to the message mode to > automatically insert a X-No-Archive: header into a post or a mail[1]? How about adding it to `message-default-headers'? (setq message-default-headers "X-No-Archive: yes\n") Another possibility is adding something to message-header-setup-hook. With some help from Lars, my hook looks like this: (to put in a `Mail-Copies-To: never' only when posting to a mailing list or newsgroup) (defun steves-message-header-setup-hook () (let ((group (or gnus-newsgroup-name ""))) (when (or (message-fetch-field "newsgroups") (gnus-group-find-parameter group 'to-address) (gnus-group-find-parameter group 'to-list)) (insert "Mail-Copies-To: never\n")))) > This convention is being used by many archiving software to prevent > automatic archiving. The only 100% reliable way not to be archived somewhere is to not post. This is either a good thing or a bad thing, I haven't decided yet. -- steve@calag.com baur Unsolicited commercial e-mail will be billed at $250/message.