It's apparently due to a bug in Razor that was fixed in 1.20 which broke a workaround in SA. To fix, you need to apply the following patch to SA 2.11. I'd advise against getting the CVS version right now unless you like living very much on the edge. A couple experimental changes went in in the last day or so.
C --- lib/Mail/SpamAssassin/Dns.pm 3 Jan 2002 02:14:09 -0000 1.29 +++ lib/Mail/SpamAssassin/Dns.pm 4 Mar 2002 18:16:01 -0000 1.30 @@ -176,7 +176,6 @@ require Razor::Client; require Razor::Agent; local ($^W) = 0; # argh, warnings in Razor - local ($/); # argh, bugs in Razor local $SIG{ALRM} = sub { die "alarm\n" }; alarm 10; Jeff Bacon wrote: > Date: Wed, 06 Mar 2002 09:56:36 -0500 > From: Jeff Bacon <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [SAtalk] Razor::Client > > I have installed Spamassassin and Razor::Client but Spamassassin says it > cannot find Razor::Client. If I put "use Razor::Client;" in a perl > script or compiles/runs fine so it is in my @INC. What do I need to do > to have Spamassassin find it? > > Jeff > > > _______________________________________________ > Spamassassin-talk mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/spamassassin-talk > > > _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk