https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8402
Giovanni Bechis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Giovanni Bechis <[email protected]> --- It seems that Convert::Ascii85 is a new hidden dependency (https://github.com/apache/spamassassin/blob/trunk/lib/Mail/SpamAssassin/PDF/Filter/ASCII85Decode.pm) Crypt::Rc4 is an optional dependency instead (https://github.com/apache/spamassassin/blob/trunk/lib/Mail/SpamAssassin/PDF/Filter/Decrypt.pm), listing the new optional dependency in https://github.com/apache/spamassassin/blob/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm and disabling the test if Crypt::RC4 is not installed should be enough. -- You are receiving this mail because: You are the assignee for the bug.
