If a domain has a size limit on its ruf address (e.g. mailto:mx-dmarc@cpanel.net!10m), failure reports to this domain are sent to the ruf address without stripping the size limit (!10m).
This is similiar to #144, but a different thing.
You misunderstood my report - sorry for not being more clear:
It's not about discarding a part of the original email to fulfill the size requirement - its about sending a failure report to e.g. ruf@example.com!10m instead of ruf@example.com.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This simple patch fixes the above problem.
as opendmarc don't report full body the size don't matter either
so it's OK to simply discard anything after !
You misunderstood my report - sorry for not being more clear:
It's not about discarding a part of the original email to fulfill the size requirement - its about sending a failure report to e.g. ruf@example.com!10m instead of ruf@example.com.
Fixed, but in a slightly different way.
Fixed in 1.3.2.