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/09/15 21:50:25 UTC

[Bug 5554] UTF-8 issue with perl 5.8.0 in Bayes.pm line 362

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





------- Additional Comments From alehman@gbutler.com  2007-09-15 12:50 -------
Just installed 3.2.3 on RH EL3. Getting the same error.
# rpm -q perl
perl-5.8.0-94.EL3


Message.pm :

package Mail::SpamAssassin::Message;

use strict;
use warnings;
use bytes;

use Mail::SpamAssassin;
use Mail::SpamAssassin::Message::Node;
use Mail::SpamAssassin::Message::Metadata;
use Mail::SpamAssassin::Constants qw(:sa);
use Mail::SpamAssassin::Logger;

use vars qw(@ISA);




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