* AxUm <[EMAIL PROTECTED]> [2002-06-11 03:00]: > Michael Tatge <[EMAIL PROTECTED]>: > > > set realname="Oliver Fuchs" > > set [EMAIL PROTECTED] > > set use_from # should be default > > set envelope_from # see manual section 6.3.43. > > Humm, even with that the from in a send hooks only takes effect if > I start a message twice, realname takes the first time. > > set use_from > set envelope_from > > send-hook x \ > 'set realname="&tc"; set from="[EMAIL PROTECTED]"' > > any ideas?
send-hook gets executed when you send the message, not when you start a message. Thus, you see the results for the next message. (darren) -- I don't mow lawns for the reason that I don't shave.
