Le jeudi 11 mars de l'année 2010, vers 11 heures et 08 minutes, Alexandre Delanoë écrivait: > Le jeudi 11 mars de l'année 2010, vers 01 heures et 17 minutes, E. Prom > écrivait: > > > > Have you found the solution? > > Not really, I found another way: > > macro index,pager z ":set mime_forward=no\n:set forward_format='[TAG]'\n:set > mime_forward_decode=no\n<forward-message>"
New set seems to work: send-hook ^.*adresses.*$ "set forward_format='[TAG]'" > > Is it the regexp or the set that fails? > > I think that the set fails. Not really indeed. 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 ? Thank you for help. -- Alexandre Delanoë
