You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/04/06 21:15:14 UTC

[Bug 3247] New: Unable to locate object method "new" via package

http://bugzilla.spamassassin.org/show_bug.cgi?id=3247

           Summary: Unable to locate object method "new" via package
           Product: Spamassassin
           Version: 2.63
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: spamassassin
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: sirgeek-sa@mrsucko.org


Unable to connect to razor from spamd. 

It gives this error to the stdout that started spamd:
check skipped:  Can't locate object method "new" via package
"Razor2::Client::Agent" at
/usr/local/lib/perl5/site_perl/5.8.2/Mail/SpamAssassin/Dns.pm line 392, <GEN31>
line XXXXXX.

It appears the line ( 392 ) in Dns.pm :
my $rc = Razor2::Client::Agent->new('razor-check'); 

should be
my $rc = $Razor2::Client::Agent->new('razor-check');



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.