SA Bugzilla – Bug 3885
Undefined subroutine &Mail::SpamAssassin::PerMsgStatus::is_razor2_available
Last modified: 2005-03-29 22:09:15 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.
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. :(
Now that the reporting stuff is all in the plugin, can I assume this is no longer an issue?
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.
Yep, it's fixed.