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

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-dev
Old-Topics: [exim-dev] [Bug 1091] Parameter passing to ACL subroutines
Subject: 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