------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1252 --- Comment #3 from Janne Snabb <[email protected]> 2012-05-23 15:40:56 --- 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? -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
