On 12/12/2022 09:21, Victor Sudakov via Exim-users wrote:
acl_check_dkim:
    accept add_header      = :at_start:${authresults {$primary_hostname}}

It's generally better to use ${authresults } in the data ACL, so that it
can pick up other results even when the message wasn't DKIM-signed.
Also, the DKIM ACL can get called more than once (when there are multiple
signatures in a message) which would, with the header added here,
give you multiple results headers -
and can *modify* the result for a signature (yours doesn't, obviously).
--
Cheers,
  Jeremy


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to