http://bugzilla.spamassassin.org/show_bug.cgi?id=4621
------- Additional Comments From [EMAIL PROTECTED] 2005-10-10 21:46 ------- Created an attachment (id=3174) --> (http://bugzilla.spamassassin.org/attachment.cgi?id=3174&action=view) Another test script that may crash Tom's perl Tom, see if this script crashes your perl. I've narrowed this down to what I think is a bug in HTML::Entities which is called by HTML::Parser The "&part=" in the URI is being decoded as if it contained the Unicode entity "∂". This would not happen in perl versions below 5.8.0 because HTML::Parser does not support codes outside the Latin-1 character set. The result is a string that contains wide characters. The crash appears to be the result of bugs in 5.8.0 unicode support which were fixed in later 5.8.x versions. Tom, if this attached script does crash your perl, see if it does when you precede running it with (in bash) export LANG=C or export LANG=en_US If that works, see if that fixes the spamd problem. If this is it, you may want to consider upgrading your perl. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
