Re: [exim] adding mail headers vs. domainkeys

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: sven
CC: exim-users, Magnus Holmgren
Betreff: Re: [exim] adding mail headers vs. domainkeys
Magnus Holmgren schrieb:

> That only applies to add_header in ACLs, not to headers added in routers and
> transports.


Right. Some clarification:

When signing mail using the current Exim DK implementation, adding
headers in either ACLs, Routers or transports is completely
uncritical, since signing is done while the message is leaving the
system (only eventual TLS encryption comes after DK signing).

When you forward DK-signed mail, you should not add headers after the
signature header. For headers added in ACLs, there is the mentioned
workaround. For headers added in routers or transports, there is no
workaround.

/tom