Found it. 
In Client.pm in the readserverlist routine.
For some reason when razor is called from spammassassin it doesn't like
the new push condition when the .razor.lst already exists.  But does
like it when it's created during the spamassassin call.  Maybe @list is
still lingering from the writeserverlist sub.

      push @list, $1 if /^(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/;

But did like the old push condition.
        
        push @list, $_ if $_;

Running razor-check, report bins don't exhibit the behavior.


-=B

-----Original Message-----
From: Rose, Bobby 
Sent: Sunday, March 03, 2002 2:00 PM
To: [EMAIL PROTECTED]
Subject: RE: [SAtalk] Spamassassin and razor issue


I reinstalled 1.19 and it works so Spamassassin doesn't work with 1.20
of the razor agents.  Here's the debug for 1.19 for comparison with the
debug of 1.2

debug: Razor is available
debug: Razor Agents 1.19, protocol version 2.
debug: Read server list from /home/admin/brose/.razor.lst
debug: 127009 seconds before closest server discovery
debug: Closest server is 64.90.187.2
194.109.217.74

debug: Connecting to 64.90.187.2
194.109.217.74
...
debug: Connection established
debug: Signature: fba3c8b4cb47d91a9d01d7d3a575072525aae9b0
debug: Server version: 1.11, protocol version 2
debug: Server response: Positive
fba3c8b4cb47d91a9d01d7d3a575072525aae9b0
debug: - Message 1 is KNOWN SPAM -
debug: Agent terminated

-----Original Message-----
From: Rose, Bobby 
Sent: Sunday, March 03, 2002 11:10 AM
To: [EMAIL PROTECTED]
Subject: [SAtalk] Spamassassin and razor issue



After upgrading to 1.20 razor agents, spamassassin doesn't seem to be
able to user razor anymore.  Whenever it tries, it says 
razor check skipped: No such file or directory undefined Razor::Client

In debug mode

debug: Razor is available
debug: Razor Agents 1.20, protocol version 2.
debug: Read server list from /export/home/brose/.razor.lst
debug: 151602 seconds before closest server discovery
debug: Agent terminated
razor check skipped: No such file or directory undefined Razor::Client

Now if I delete the .razor.lst file then it's ok for the next attempt
but then has the same issue after the file is recreated.  I've tried
this on two different systems with the same result.

Any ideas what's up.  I've posted to the razor user list also.

_______________________________________________
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

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to