
snabb at epipe
May 23, 2012, 7:40 AM
Views: 127
Permalink
|
|
Re: [Bug 1252] New: Add a "no_more" rule to DKIM ACL processing
[In reply to]
|
|
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 [at] epipe - http://epipe.com/ -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|