On Thu, Aug 16, 2001 at 04:05:03PM -0300, Fernan Aguero wrote:
:
: So here's my first question: is it possible to set the subject on a
: send-hook?
[...]
: I've tried the following send-hook, which failed:
:
: send-hook info 'set my_hdr Subject: [info]'
send-hook info 'my_hdr Subject: [info]'
BTW, this hook only works if the person you're sending to has the word
"info" in the email address. So you could so something like:
send-hook '(email1|email2|...)' 'my_hdr Subject: [info]'
--
Eugene Lee
[EMAIL PROTECTED]