http://bugzilla.spamassassin.org/show_bug.cgi?id=4621
------- Additional Comments From [EMAIL PROTECTED] 2005-10-11 16:15 -------
Subject: Re: URI test of lengthy HTML msg on 1 line causes spamd CPU overload
On Tue, Oct 11, 2005 at 04:11:40PM -0700, [EMAIL PROTECTED] wrote:
> Tom and Theo, what are your LANG environment variables set to?
-bash-2.05b$ echo $LANG
en_US.UTF-8
-bash-2.05b$ perl
use bytes;
use HTML::Entities;
$a = decode_entities("∂");
print "First string prints as '$a'\n";
print "First string hex is " . unpack("H*", $a) . "\n";
$a = pack('C0A*', $a);
print "Second string prints as '$a' hex is " . unpack("H*", $a) . "\n";
-- ctrl d --
First string prints as 'â'
First string hex is e28882
Second string prints as 'â' hex is e28882
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.