Thanks.  We're working on digest issues as well with the pure perl pyzor implementation too.

On 8/29/2022 1:39 PM, Avram-Teodor Berindeie wrote:
I compiled Apache SpamAssassin -- Version 4.0.0-RC1 from sources and in the testing phase I have the following problem.
When running the command:
/usr/local/src/Mail-SpamAssassin-4.0.0# spamassassin -t < sample-spam.txt > spam.out
I get
Aug 29 20:27:42.299 [28229] warn: rules: failed to run PYZOR_CHECK test, skipping: Aug 29 20:27:42.299 [28229] warn: \t(Can't locate object method "new" via package "Mail: [...]:SpamAssassin::SubProcBackChannel" (perhaps you forgot to load "Mail::SpamAssassin::SubProcBackChannel"?) at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Pyzor.pm line 336.
Aug 29 20:27:42.299 [28229] warn: )

It seems that it must be added to the respective file
use Mail::SpamAssassin::SubProcBackChannel;
immediately after line 37
use Mail::SpamAssassin::Plugin;

--
Kevin A. McGrail
kmcgr...@apache.org

Member, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171

Reply via email to