Bug 3885 - Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available
Summary: Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamassassin (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: PC Linux
: P2 major
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 09:06 UTC by Paul M. Moriarty
Modified: 2005-03-29 22:09 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 Paul M. Moriarty 2004-10-07 09:06:16 UTC
Every time I pipe a message though spamassassin -r, i get this error message.  
The full message is:
Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available 
called at /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Reporter.pm line 509.

I grepped the entire distribution for the subroutine is_razor2_available.  I 
see it called twice in Reporter.pm, but cannot find the subroutine itself 
anywhere in the distribution.
Comment 1 Theo Van Dinter 2004-10-07 11:04:38 UTC
Subject: Re:  New: Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available

On Thu, Oct 07, 2004 at 09:06:17AM -0700, bugzilla-daemon@bugzilla.spamassassin.org wrote:
> Every time I pipe a message though spamassassin -r, i get this error message.  
> The full message is:
> Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available 
> called at /usr/local/share/perl/5.8.4/Mail/SpamAssassin/Reporter.pm line 509.
> 
> I grepped the entire distribution for the subroutine is_razor2_available.  I 
> see it called twice in Reporter.pm, but cannot find the subroutine itself 
> anywhere in the distribution.

Hrm.  It looks like Reporter::is_razor2_available is short-cutting into PMS,
which no longer has it (Razor2 checking is a plugin now).

The reporter stuff isn't in the plugin yet, because there's no plugin calls
for reporting yet.  I haven't gotten around to it. :(

Comment 2 Michael Parker 2005-03-29 18:54:55 UTC
Now that the reporting stuff is all in the plugin, can I assume this is no
longer an issue?
Comment 3 Paul M. Moriarty 2005-03-30 06:42:41 UTC
Subject: Re:  Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available

bugzilla-daemon@bugzilla.spamassassin.org writes:
> http://bugzilla.spamassassin.org/show_bug.cgi?id=3885
> 
> 
> 
> 
> 
> ------- Additional Comments From parkerm@pobox.com  2005-03-29 18:54 -------
> Now that the reporting stuff is all in the plugin, can I assume this is no
> longer an issue?
> 

Correct.  This can be closed.

Comment 4 Michael Parker 2005-03-30 07:09:15 UTC
Yep, it's fixed.