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 2007/06/21 17:56:44 UTC

[Bug 5533] New: library routine make_qr called without 'use' of library

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5533

           Summary: library routine make_qr called without 'use' of library
           Product: Spamassassin
           Version: 3.2.1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P3
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: cmbso0376@by-design.net


Plugin/MIMEHeader.pm calls the function make_qr (found in Util.pm) but does use
use or require Util.pm



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

[Bug 5533] library routine make_qr called without 'use' of library

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5533





------- Additional Comments From cmbso0376@by-design.net  2007-06-21 09:06 -------
Created an attachment (id=4007)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4007&action=view)
code fragment calling spamassassin

This is the code that called SpamAssassin.



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

[Bug 5533] library routine make_qr called without 'use' of library

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5533





------- Additional Comments From cmbso0376@by-design.net  2007-06-21 09:00 -------
Created an attachment (id=4006)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4006&action=view)
code stack history

Complete function call stack for this error.



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

[Bug 5533] library routine make_qr called without 'use' of library

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5533





------- Additional Comments From cmbso0376@by-design.net  2007-06-21 09:02 -------
(From update of attachment 4006)
<HTML><HEAD/><BODY>error: Undefined subroutine
&amp;Mail::SpamAssassin::Util::make_qr called at
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/MIMEHeader.pm line
113.<BR>
<BR>
context: <BR>
...<BR>
109: my $pattern = $4;<BR>
110:<BR>
111: return unless $self-&gt;{parser}-&gt;is_delimited_regexp_valid($rulename,
$pattern);<BR>
112:<BR>
113: $pattern = Mail::SpamAssassin::Util::make_qr($pattern);<BR>
114: return $Mail::SpamAssassin::Conf::INVALID_VALUE unless $pattern;<BR>
115:   <BR><BR>
116: $self-&gt;{mimeheader_tests}-&gt;{$rulename} = {<BR>
117:	 hdr =&gt; $hdrname,<BR>
... <BR>
<BR>
code stack: <BR>
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Plugin/MIMEHeader.pm:113<BR>
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Conf/Parser.pm:381<BR>
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/Conf.pm:2854<BR>
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin.pm:1418<BR>
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin.pm:550<BR>
[...]<BR>
</BODY></HTML>




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