Re: [exim-dev] [Bug 1252] New: Add a "no_more" rule to DKIM …

Top Page
Delete this message
Reply to this message
Author: Janne Snabb
Date:  
To: 1252
CC: exim-dev, Mike Tubby
Subject: Re: [exim-dev] [Bug 1252] New: Add a "no_more" rule to DKIM ACL processing
On 2012-05-22 23:12, Mike Tubby wrote:
> What I think is needed is something like a "no_more" clause that could be used
> at the end of the ACL entry like this:
>
>
>         accept  sender_domains = +dkim_known_signers
>                 dkim_status = pass
>                 logwrite = DKIM PASS: Accepted $sender_address_domain is known
> signer and has good signature
>                 add_header = :after_received:X-DKIM-Result:
> Domain=$sender_address_domain Result=Good and Known Domain
>                 no_more

>
> So that if we have accepted it then that's the end if it.


Couldn't you achieve it the following way?

1. add "set acl_m_foobar_done = true" in that quoted condition

2. add "accept condition = ${if def:acl_m_foobar_done}" above the quoted ACL

Quite simple and no need for additional syntax?

--
Janne Snabb / EPIPE Communications
snabb@??? - http://epipe.com/