rmilter icon indicating copy to clipboard operation
rmilter copied to clipboard

Support DKIM l= tag (body length)

Open agners opened this issue 9 years ago • 2 comments

The l= tag is useful for mailing lists and message handling system which add content to the end... The dkim_sign function has a parameter for body length, I guess if the whole body length is passed, the function should add the l= tag and sign the complete mail.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

agners avatar Dec 05 '15 10:12 agners

Nope, dkim context is obtained when the whole length of message is yet unknown. Anyway, I don't see any useful application of l= in the context of rmilter.

vstakhov avatar Dec 06 '15 23:12 vstakhov

Well, when sending emails to mailing list, would be worthwhile I guess? Currently my emails fail DKIM signature when I receive them back through the mailing list...

I there another way to archive this with a rmilter/rspamd (maybe second OpenDKIM milter?)

agners avatar Dec 07 '15 06:12 agners