On Mon 24/Mar/2025 20:49:32 +0100 Wei Chuang wrote:
To support that use case and other scenarios where the recipient is not
explicitly declared in the RFC5322 message e.g. some mailing lists, the sender
can populate a DKIM2-Signature "rt=" tag. Note that "rt=" here still only
supports a single recipient.
Why such single recipient limitation?
Sender Example::
header:
To: [email protected]
Cc: [email protected]
DKIM2-Signature: h=to:cc
To: [email protected], [email protected]
Cc: [email protected]
DKIM2-Signature: [email protected]:[email protected]
Now SMTP in the transaction with example.com's MX stays the same:
SMTP
RCPT TO: [email protected] <mailto:[email protected]>
RCPT TO: [email protected] <mailto:[email protected]>
That assumes the MTA is DKIM2-aware. If you don't have that, you're better off
splitting all messages to single recipient.
Best
Ale
--
_______________________________________________
Ietf-dkim mailing list -- [email protected]
To unsubscribe send an email to [email protected]