Re: [exim-dev] [Bug 1091] Parameter passing to ACL subroutin…

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-dev
Anciens-sujets: [exim-dev] [Bug 1091] Parameter passing to ACL subroutines
Sujet: Re: [exim-dev] [Bug 1091] Parameter passing to ACL subroutines
On 07/07/2012 10:33 PM, Jeremy Harris wrote:
> --- Comment #1 from Jeremy Harris <jgh146exb@???> 2012-07-07 22:33:49 ---
> Fixed by 3e8abda0fa92b78


The implementation makes parameters passed to ACLs visible in the
called ACL in variables $acl_arg1 etc. Any sub-ACL call is liable
to overwrite these variables, so in practice you spend a lot of effort
copying them.

Should I spend in making them auto-saved; in effect becoming local
variables?
--
Jeremy