Re: [SAtalk] Razor::Client

2002-04-03 Thread Olivier Nicole
>Looks like the solution is right there to me. Is there some way I could >make it more apparent? No point having the FAQ if people are seeing it, >but not finding the answer! Change every occurence of the word Razor into Razor (use version 1.19) :) Olivier _

RE: [SAtalk] Razor::Client

2002-04-02 Thread Maurits Bloos
t; Cc: SpamAssassin Users > Subject: Re: [SAtalk] Razor::Client > > > Looks like the solution is right there to me. Is there some > way I could > make it more apparent? No point having the FAQ if people are > seeing it, > but not finding the answer! > > C > >

Re: [SAtalk] Razor::Client

2002-04-02 Thread Craig Hughes
Looks like the solution is right there to me. Is there some way I could make it more apparent? No point having the FAQ if people are seeing it, but not finding the answer! C FAQ I'm having trouble with Razor 1.20 and SpamAssassin. Help! SpamAssassin claims that Razor is not installed when it

Re: [SAtalk] Razor::Client

2002-04-02 Thread Olivier Nicole
>Can someone please explain the razor 1.20 issue? spamassassin is >convinced that its not installed even though it is. Downgrade to Razor 1.19 As far as I understood, Razor had once a problem, so SA installed a work around, but since Razor 1.20, the problem is solved, but SA still has the wo

Re: [SAtalk] Razor::Client

2002-04-02 Thread Gregor Lawatscheck
At 13:39 02/04/2002, you wrote: >Can someone please explain the razor 1.20 issue? spamassassin is >convinced that its not installed even though it is. > >The FAQ mentions this is a problem but not how to fix it. OK maybe I shouldn't post to this because I'm not a 100% certain - but I'll try an

[SAtalk] Razor::Client

2002-04-02 Thread Bradley Glonka
Can someone please explain the razor 1.20 issue? spamassassin is convinced that its not installed even though it is. The FAQ mentions this is a problem but not how to fix it. Thanks brad ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https

Re: [SAtalk] Razor::Client

2002-03-06 Thread Jeffrey J. Bacon
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

Re: [SAtalk] Razor::Client

2002-03-06 Thread Craig R Hughes
arnings 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] > Subj

Re: [SAtalk] Razor::Client

2002-03-06 Thread Gunter Ohrner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Wednesday, 6. March 2002 15:56 schrieb Jeff Bacon: > I have installed Spamassassin and Razor::Client but Spamassassin says it > cannot find Razor::Client. If I put "use Razor::Client;" in a perl http://www.geocrawler.com/lists/3/SourceForge/11679

[SAtalk] Razor::Client

2002-03-06 Thread Jeff Bacon
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