From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8612 Path: main.gmane.org!not-for-mail From: Sten Drescher Newsgroups: gmane.emacs.gnus.general Subject: Re: New feature request: "faked" identity, and supercede Date: 06 Nov 1996 13:04:40 -0600 Sender: stend@dogbert.tivoli.com Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148754 13238 80.91.224.250 (20 Oct 2002 21:19:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:19:14 +0000 (UTC) Return-Path: Original-Received: (qmail 14378 invoked from smtpd); 6 Nov 1996 19:30:25 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by deanna.miranova.com with SMTP; 6 Nov 1996 19:30:25 -0000 Original-Received: from tivoli.com (tivoli.tivoli.com [146.84.1.5]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 6 Nov 1996 20:05:33 +0100 Original-Received: from dogbert.tivoli.com (dogbert.tivoli.com [146.84.111.8]) by tivoli.com (8.6.10/8.6.10-local-mods-ESMTP) with ESMTP id NAA09324 for ; Wed, 6 Nov 1996 13:04:55 -0600 Original-Received: by dogbert.tivoli.com (SMI-8.6/SMI-SVR4) id NAA02166; Wed, 6 Nov 1996 13:04:40 -0600 Original-To: Gnus Development Transport-Options: /delivery/return In-Reply-To: Steinar Bang's message of 06 Nov 1996 08:30:56 +0100 Original-Lines: 34 X-Mailer: Red Gnus v0.53/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:8612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8612 >>>>> Steinar Bang writes: >>>>> Lars Magne Ingebrigtsen : >> Steinar Bang writes: >>> So... I would like to see a built-in customization mechanism for >>> the sender address, and organization. >> Well, you could just add the thingies to `message-default-headers' >> in a hook? SB> But that still won't allow me to cancel my own messages, no? I use the following, both at home and at work, and I can cancel or supercede my posted messages from either location. (defadvice message-user-mail-address (before generate-user-mail-address activate compile) "Change the value of the user mail address based on the group." (setq user-mail-address (cond ((message-news-p) (concat "stend+" (gnus-short-group-name gnus-newsgroup-name) "@grendel.texas.net")) (t "sten.drescher@tivoli.com")))) SB> Would it be different/simpler than my current solution? -- +---------------------- Tivoli Customer Support ----------------------+ | Sten Drescher Tivoli Systems, Inc | | email: sten.drescher@tivoli.com 9442 Capital of Texas Hwy North | | phone: (512) 794-9070 Arboretum Plaza One, Suite 500 | | fax : (512) 345-2784 Austin, Texas 78759 | +-----------------------------------------------------------------------+