------- 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 #1 from Jakob Hirsch <jh.exim-bugzilla@???> 2012-05-23 12:10:23 ---
You can easily do that with Exim's existing capabilities. Just set a ACL
variable and evaluate it at the beginning of the DKIM acl, e.g.:
accept
condition = $acl_m_dkim_no_more
...
accept
sender_domains = +dkim_known_signers
dkim_status = pass
...
set acl_m_dkim_no_more = true
(I don't know enough about DKIM to say if it makes sense to do this, though)
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email