Your message dated Fri, 30 Jan 2009 11:50:33 -0400 with message-id <20090130155033.7079.95635.report...@debian> and subject line libemail-mime-contenttype-perl: Fixed in 1.012-1 has caused the Debian Bug report #436609, regarding [libemail-mime-contenttype-perl] Content-Type less mails cause error to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 436609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436609 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libemail-mime-contenttype-perl Version: 1.857-1 Parsing a Content-Type: less mail via Email::MIME causes libemail-mime-contenttype-perl to throw an error (though not fatal). Headers available on request. Use of uninitialized value in pattern match (m//) at /usr/share/perl5/Email/MIME/Content Type.pm line 24, <GEN0> line 190. Here is the code: 21 sub parse_content_type { # XXX This does not take note of RFC2822 comments 22 my $ct = shift; 23 24 $ct =~ m[ ^ ($discrete) / ($composite) \s* ($params)? $ ]x 25 or return parse_content_type($ct_default); 26 # It is also recommend (sic.) that this default be assumed when a 27 # syntactically invalid Content-Type header field is encountered. 28 29 return { discrete => lc $1, composite => lc $2, 30 attributes => _parse_attributes($3) }; 31 } Flo -- Florian Lohoff [email protected] +49-171-2280134 Those who would give up a little freedom to get a little security shall soon have neither - Benjamin Franklin
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Package: libemail-mime-contenttype-perl Version: 1.012-1 Followup-For: Bug #436609 This bug was fixed in upstream version 1.011. Version 1.012 was packaged and released. The upstream changelog reads: 1.011 2006-10-12 clearer special case for undef/empty content-type -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libemail-mime-contenttype-perl depends on: ii perl 5.10.0-19 Larry Wall's Practical Extraction libemail-mime-contenttype-perl recommends no packages. libemail-mime-contenttype-perl suggests no packages. -- no debconf information
--- End Message ---

