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

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: W B Hacker
Data:  
Para: exim-users
Asunto: 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