Your message dated Sun, 23 Mar 2008 15:44:31 +0100
with message-id <[EMAIL PROTECTED]>
and subject line closing old unanswered bug report
has caused the Debian Bug report #312743,
regarding libmail-pop3client-perl: Method Body broken (incompatible) after 
upgrade from woody
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.)


-- 
312743: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312743
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libmail-pop3client-perl
Version: 2.16-1
Severity: normal


After upgrading from 2.9-1 (version in woody), the method Body started
returning empty strings.

It broke mon's mailloop.monitor. Code snippet:

$pop = new Mail::POP3Client( USER => $popname,
                    PASSWORD => $poppass,
                    HOST => $popserv,
                    DEBUG => $DEBUG);

    $pop->Connect;
    dbgprint "There are " . $pop->Count . " messages";    # This is printed 
correctly
    for ($i = 1; $i <= $pop->Count; $i++) {
     dbgprint "Parsing message $i";
     $id = "";
     dbgprint $pop->Body($i);    # Prints nothing
     @lines = split( /\n/, $pop->Body($i));   # @lines is empty array here
     foreach $line (@lines) {
         dbgprint $line;     # Does not get here
         if ($line =~ m/REFL: (\S+ \d+)/g) {
          $id = $1;
          dbgprint "Found: $id";
         }
     }
     $check{$id} = 0;
     $pop->Delete($i);   # Does _not_ delete the message
    }

Downgrading to woody's 2.9-1 made the mailloop.monitor work again as expected
and this snippet also works.

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-ow3-vs1
Locale: LANG=sk_SK, LC_CTYPE=sk_SK (charmap=ISO-8859-2)

-- no debconf information


--- End Message ---
--- Begin Message ---
-- 
Noèl Köthe <noel debian.org>
Debian GNU/Linux, www.debian.org

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---

Reply via email to