On Thu, Sep 02, 2010 at 07:00:56PM +0200, Louis-David Mitterrand wrote:
In any case it matches contact@ and root@ without any quoting. Are your
sure it is necessary to quote the regexp?
I suppose not since it worked. :-)
Also I made a send-hook for when 'alt-e'dit an existing message:
send2-hook '[email protected]' set hostname=example.net
But is only works as a send2-hook, not a send-hook. Is that expected?
Expected. The From: field is not set until after the send-hook's are
processed, since one of the primary use of send-hook is to set the from:
address.
me