Re: [exim] [patch] "do nothing" ACL modifier

Top Page
Delete this message
Reply to this message
Author: W B Hacker
Date:  
To: exim-users
Subject: Re: [exim] [patch] "do nothing" ACL modifier
Kjetil Torgrim Homme wrote:
> On Wed, 2007-02-07 at 23:32 +0000, David Woodhouse wrote:
>>     set acl_m_dontcare = ${lookup sqlite {GREYDB INSERT INTO [...]

>
> why do we need a special ACL modifier for this? I think it is plenty
> readable already.
>


Point.

At least since the availability of 'named' vs numbered acl variables, and best
of all - one can name different ones per personal preferences / to suit local
documentation & maintainability needs.

EX:


set acl_m_insert

set acl_c_select

set acl_m_update

set acl_m_flag (as in triggering 'monitord' to turn on the coffee maker)

Bill