Is it possible for $realname to take precedence over $reverse_name
(essentially turning $reverse_name into just "reverse_email")?
Occasionally I receive emails to: "Troy Davis (e-mail)" <[EMAIL PROTECTED]>
or others where responding with that name would be s
EMAIL PROTECTED]
otherwise, default From: address
3. On any new message or replies From: [EMAIL PROTECTED], use the signature file
~/.sig
otherwise, no sig
4. Reply to *all* messages with the realname set to Troy Davis but using the
address that the message was sent to if it's one o
Is there a way to change the From: address based on a message's recipient (ie,
based on what it gets when it prompts for To: and Subject:)?
I played with send-hook with no luck.
Cheers,
Troy
s inserted below.
Specifically #3, but advice on any question would be appreciated.
-
Date: Tue, 28 Sep 1999 19:56:50 -0700
From: Troy Davis <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: recipient-based hooks
Greetings,
I'm trying to achieve the following 4 behaviors:
1. In t
On Sat, 02 Oct 1999, Mikko Hänninen <[EMAIL PROTECTED]> wrote:
> 1) If in the folder "stuff", or if sending email to any @stuff.com
> address, use
> - a From header of "From: Troy Davis <[EMAIL PROTECTED]>"
> - a signature ~/.sig
>
> 2) Other
=~/.sig'
folder-hook =stuff 'my_hdr From: Troy Davis <[EMAIL PROTECTED]>'
send-hook '~C stuff\.com' 'my_hdr From: Troy Davis <[EMAIL PROTECTED]>'
send-hook '!~f troy@stuff\.com' 'my_hdr From: Troy Davis <[EMAIL PROTECTED]>'
send