sympa-community / sympa

Sympa, Mailing List Management Software
https://www.sympa.community/sympa
GNU General Public License v2.0
247 stars 97 forks source link

[6.2.72] Mail::AuthenticationResults::Header Missing in cpanfile #1539

Closed dverdin closed 1 year ago

dverdin commented 1 year ago

Mail::AuthenticationResults::Header is currently absent from cpanfile, so Sympa crashes at startup.

ikedas commented 1 year ago

Mail-DKIM depends on it. Close. https://metacpan.org/dist/Mail-AuthenticationResults/requires

dverdin commented 1 year ago

Mail::DKIM is not currently a direct Sympa dependency in the cpanfile. We have Mail::DKIM::Verifier and Mail::DKIM::ARC::Signer. None of these require Mail::DKIM. I don't see any Sympa dependency requiring Mail::DKIM: https://metacpan.org/dist/Mail-DKIM/requires

I simply ran cpanm --installdeps . and the "Mail::AuthenticationResults::Header" was not installed. It is either a cpanfile or a documentation problem.

ikedas commented 1 year ago

When submitting a bug report, please fill in all fields of the template. Are you willing to cooperate with others?