Am 2022-05-17 07:44, schrieb bugzilla-dae...@spamassassin.apache.org:
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7993
Henrik Krohns <apa...@hege.li> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #5 from Henrik Krohns <apa...@hege.li> ---
The base-family encoding is really simple when you understand it. I
committed a
super simple unoptimized Util/base32_encode (Revision 1900976).
sha256 option added:
Committed revision 1900977.
Yes, it is really simple and I can understand it now :-), thanks.
However, I would still prefer to be able to use the optimized version of
MIME::Base32 if this module is installed. For us the installation is no
problem, it would just be a statement in our puppet class for
SpamAssassin to install it on all servers with SpamAssassin.
Ah, I just saw that we still need to use the SH.pm plugin, since
HashBL.pm doesn't support attachment hashes. That's where the
performance of encode_base32 makes the biggest difference. Good thing I
rewrote the whole SH.pm plugin to support caching.
Michael