Re: [exim] Add custom headers for DKIM, SPF, DMARC check status

2017-04-19 Thread Heiko Schlittermann via Exim-users
Фадеев Виталий Львович via Exim-users (Mi 19 Apr 2017 10:04:28 CEST): … >   accept >    dkim_status = pass >    logwrite = DKIM test passed >    add_header = X-DKIM-Status: DKIM pass: (address=$sender_address > domain=$dkim_cur_signer), signature

Re: [exim] Add custom headers for DKIM, SPF, DMARC check status

2017-04-19 Thread Фадеев Виталий Львович via Exim-users
Hello. For DKIM I tried with this: acl_smtp_dkim = acl_check_dkim acl_check_dkim:   accept    dkim_status = fail    logwrite = DKIM test failed: $dkim_verify_reason    add_header = X-DKIM-Status: DKIM fail: (address=$sender_address domain=$dkim_cur_signer), signature

Re: [exim] Add custom headers for DKIM, SPF, DMARC check status

2017-04-18 Thread Jeremy Harris
On 18/04/17 12:54, Фадеев Виталий Львович via Exim-users wrote: > For our custom scripts we want that exim would add custom headers, for > example X-DKIM-Status, X-SPF-Status, X-DMARC-Status with status of checking > this. > How I can do this? Either headers_add or add_headers. One in ACL and

[exim] Add custom headers for DKIM, SPF, DMARC check status

2017-04-18 Thread Фадеев Виталий Львович via Exim-users
Hello! For our custom scripts we want that exim would add custom headers, for example X-DKIM-Status, X-SPF-Status, X-DMARC-Status with status of checking this. How I can do this? Great thanks! -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at