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

Top Page
Delete this message
Reply to this message
Author: David Woodhouse
Date:  
To: exim-users
Subject: Re: [exim] [patch] "do nothing" ACL modifier
On Thu, 2007-02-08 at 02:18 +0100, 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.


Yeah, I suspect you're right. If we need a clearer 'nop' anywhere, I'd
suggest that we need it as a _verb_, not a modifier. Using 'warn' isn't
too obvious sometimes:

warn set acl_whatever = blah

But in practice I don't think we really _need_ that either.

--
dwmw2