Adam, > I noticed in dag's amavisd-new 2.3.3 spec for amavisd the info below > which goes against everything I have found in the archives for the > amavisd-new list: > > ### No longer required with new amavisd-new > #Requires: perl(Digest::MD5) >= 2.22, perl-HTML-Parser >= 3.24 > > > But the INSTALL file for amavisd-new 2.3.3 says: > Digest::MD5 (Digest-MD5-x.xx) (2.22 or later)
Digest::MD5 is still required by amavisd-new, it used to be needed only for computing body digest for caching, but now (since 2.3.0) it is also used to collect entropy, for the primary purpose of generating sufficiently random mail_id. Version 2.22 or later is needed, this was the first version which introduced a 'clone' method. > RedHat 9's perl 5.8.0 packages Digest::MD5 with the main perl rpm which > is at version 2.20. I would shy away from Perl 5.8.0, even if Digest::MD5 were right, 5.8.3 or thereabout started to behave more rationally. > Anyone know which is correct? I would hope dag would not drop the > requirement when it would break amavisd-new. Trying to upgrade > Digest::MD5 on RH9 will be tricky so I have my fingers crossed that 2.20 > is ok. It might be possible to change amavisd to get away without 'clone', but it greatly simplifies matters, so I didn't bother. > NOTE: I will not be using DAG's rpm regardless BTW... I am mainly using > the spec to find out how he got around the newer MD5 requirement in > amavisd-new. Mark ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/