Re: [exim] DMARC alignment when forwarding

2021-03-09 Thread Jim Fenton via Exim-users
Rob, Generally if you need for messages to pass DMARC check when forwarding, you need to rewrite the From header field to make it align. Hacking up an example from the IETF DMARC mailing list, they would rewrite the address to something like: From: Happy User Where of course you would

Re: [exim] Adding authentication-results header field only locally

2020-09-21 Thread Jim Fenton via Exim-users
On 18 Sep 2020, at 17:09, Jeremy Harris via Exim-users wrote: On 17/09/2020 23:30, Jim Fenton via Exim-users wrote: So instead I have tried putting into my mail_spool transport: headers_add = ${authresults {$primary_hostname}} but I'm not seeing the header field in locally-delivered messages

Re: [exim] Adding authentication-results header field only locally

2020-09-18 Thread Jim Fenton via Exim-users
On 9/18/20 5:09 PM, Jeremy Harris via Exim-users wrote: > On 17/09/2020 23:30, Jim Fenton via Exim-users wrote: >> So instead I have tried putting into my mail_spool transport: >> >> headers_add = ${authresults {$primary_hostname}} >> >> but I'm not seeing the

[exim] Adding authentication-results header field only locally

2020-09-18 Thread Jim Fenton via Exim-users
Hi, I'd like to add the Authentication-Results: header field only to messages that are being delivered locally; it doesn't make sense for me to attach it to outgoing messages. I started out by putting in the acl_check_data ACL:   warn     add_header = :at_start:${authresults