On Fri, Mar 12, 2010 at 08:57:03AM +0100, Alexandre wrote: > send-hook does not match aliases but only e-mail adress ? > For example, be aliases: > alias test TEST <[email protected]> > send-hook ^.*TEST.*$ "set forward_format='[TAG]'" > does not match the alias... > > How to configure it ?
send-hook's will not match the alias name, but it will match what the alias expands to. Alias expansion occurs prior to send-hook's being executed. The problem here is that $forward_format is expanded *prior* to the send-hook's executing, so it is not currently possible to change the forward subject based on the recipients. me
pgpE7U8TA4DEs.pgp
Description: PGP signature
