You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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?)
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.
The text was updated successfully, but these errors were encountered: