Gnus development mailing list
 help / color / mirror / Atom feed
From: Sten Drescher <sten.drescher@tivoli.com>
Subject: Re: New feature request: "faked" identity, and supercede
Date: 06 Nov 1996 13:04:40 -0600	[thread overview]
Message-ID: <vpu3r3gi47.fsf@dogbert.tivoli.com> (raw)
In-Reply-To: Steinar Bang's message of 06 Nov 1996 08:30:56 +0100

>>>>> Steinar Bang writes:

>>>>> Lars Magne Ingebrigtsen <larsi@ifi.uio.no>:
>> Steinar Bang <sb@metis.no> 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               |
+-----------------------------------------------------------------------+


  parent reply	other threads:[~1996-11-06 19:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-29 17:45 Steinar Bang
1996-10-29 22:30 ` Edward J. Sabol
1996-10-29 22:47   ` Lars Magne Ingebrigtsen
1996-11-05 21:16 ` Lars Magne Ingebrigtsen
1996-11-06  7:30   ` Steinar Bang
1996-11-06  8:58     ` Lars Magne Ingebrigtsen
1996-11-06 11:37       ` Steinar Bang
1996-11-06 22:00         ` Lars Magne Ingebrigtsen
1996-11-07  8:01           ` Steinar Bang
1996-11-09  4:51             ` Lars Magne Ingebrigtsen
1996-11-09 15:13               ` Steinar Bang
1996-11-09 17:33                 ` David Moore
1996-11-09 18:35                   ` Steinar Bang
1996-11-09 20:24                     ` Hrvoje Niksic
1996-11-10  6:45                       ` Steven L Baur
1996-11-06 19:04     ` Sten Drescher [this message]
1996-11-08 19:05       ` Steinar Bang
1996-11-08 20:50         ` Steven L Baur
1996-11-09 21:36           ` Mark Eichin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vpu3r3gi47.fsf@dogbert.tivoli.com \
    --to=sten.drescher@tivoli.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).