Bug 1479 - Razor 2 scares Win32 people
Summary: Razor 2 scares Win32 people
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (Eval Tests) (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other Windows 2000
: P5 minor
Target Milestone: 2.50
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1478
  Show dependency tree
 
Reported: 2003-02-13 01:00 UTC by Michael Bell
Modified: 2003-02-17 08:22 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Bell 2003-02-13 01:00:00 UTC
Razor2, now the default, uses getpwuid, which is not supported on Win32. Now, 
this doesn't cause it to crash out anything, but does blast out one of those 
scary not implemented messages.

Is there no way to test if RAZOR2 is installed, and if not skip this?
Comment 1 Justin Mason 2003-02-13 09:31:37 UTC
moving to 2.50.  should be easy to fix.
Comment 2 Michael Bell 2003-02-13 10:55:27 UTC
Thanks justin. I also noticed you have test code in spamassassin.pm proper 
which checks for getpwuid existing, and doesn't spit out ugly message. So 
assume it would be easy to port
Comment 3 Daniel Quinlan 2003-02-13 11:03:07 UTC
a Util.pm routine :-)
Comment 4 Michael Bell 2003-02-13 11:33:15 UTC
As I've noted above, this bug causes bug 1478
Comment 5 Justin Mason 2003-02-14 11:02:43 UTC
tada! now in.
Comment 6 Michael Bell 2003-02-17 17:22:50 UTC
no change here - cleared out all SA rules directories, program files, etc. 
Still get the getpwuid error and thus bug #1478 as well