This change is purely cosmetic, but I do find it very convenient to have all of the auth results indented the same. It makes it easier to read at a glance. It also seems pretty standard to fold after the authserv-id, as Mail::AuthenticationResults does, and Google seems to do for both AR and AAR headers.
Currently ARC::Signer with Chain => ar will take this AR header:
And produce this AAR header:
This change causes ARC::Signer to copy the first fold from the AR header in to the AAR header as well, so the result is:
This change is purely cosmetic, but I do find it very convenient to have all of the auth results indented the same. It makes it easier to read at a glance. It also seems pretty standard to fold after the authserv-id, as Mail::AuthenticationResults does, and Google seems to do for both AR and AAR headers.