Re: order of recipients in To, Cc, etc.

2022-07-03 Thread patpro
Hi Peter, You are right about DKIM, I've not mentioned it because it was obvious to me: this kind of tempering should be done before any signing. patpro July 4, 2022 7:41 AM, "Peter" wrote: > I'm not aware of any server that would alter headers in this way. Keep in > mind that doing so woul

Re: order of recipients in To, Cc, etc.

2022-07-03 Thread Peter
I'm not aware of any server that would alter headers in this way. Keep in mind that doing so would be very likely to break any DKIM signature on the message. This type of randomization or manipulation is best done at the MUA (email client) stage. Anything after that should really be leaving

order of recipients in To, Cc, etc.

2022-07-03 Thread patpro
Hello, Few days ago I've stumbled on this gem: https://twitter.com/gabsmashh/status/1542154330836553728 It made me wonder about headers manipulation so I have few questions: - are you aware of email servers that can/will manipulate headers so that recipients order is altered? - would it be pos