Hi,

I’d like to add an Authentication-Results: header, and – if existing – prior remove other Authentication-Results:
I’m using exim 4.96 (Debian 12). My configuration is:

acl_smtp_dkim = check_dkim
…
check_dkim:
    # remove Authentication-Results: header
    warn remove_header  = Authentication-Results

    # Add own Authentication-Results: header
    accept add_header = :at_start: ${authresults {$primary_hostname}}

Having this, an error is logged:
temporarily rejected DKIM : cannot use remove_header condition in DKIM ACL

According to https://www.exim.org/exim-html-4.96/doc/html/spec_html/ch-access_control_lists.html
25. Removing header lines in ACLs
remove_header  should be possible in DKIM ACL.

What’s wrong?

Thanks,
Frank

--
Frank Richter, Chemnitz University of Technology, Germany


--
## subscription configuration (requires account):
##   https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
##   exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to