Your message dated Sun, 23 Dec 2007 18:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#407873: fixed in retchmail 1:1.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: retchmail
Version: 1:1.0-1
Severity: normal
Tags: patch

Using retchmail -qq I always see all headers printed, which makes it
hard to run from crontab.  The reason is that the dec_log_level callback
only updates a local copy of the log level variable.  Patch attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages retchmail depends on:
ii  libc6                        2.3.6.ds1-9 GNU C Library: Shared libraries
ii  libuniconf4.2                4.2.2-2.2   C++ network libraries for rapid ap
ii  libwvstreams4.2-base         4.2.2-2.2   C++ network libraries for rapid ap
ii  libwvstreams4.2-extras       4.2.2-2.2   C++ network libraries for rapid ap
ii  libxplc0.3.13                0.3.13-1    Light weight component system

retchmail recommends no packages.

-- no debconf information
--- retchmail-1.0.orig/retchmail.cc
+++ retchmail-1.0/retchmail.cc
@@ -142,7 +142,7 @@
 
 static bool dec_log_level_cb(void *userdata)
 {
-    WvLog::LogLevel level = *static_cast<WvLog::LogLevel *>(userdata);
+    WvLog::LogLevel &level = *static_cast<WvLog::LogLevel *>(userdata);
     if ((int)level > (int)WvLog::Critical)
        level = (WvLog::LogLevel)((int)level - 1);
     return true;
@@ -151,7 +151,7 @@
 
 static bool inc_log_level_cb(void *userdata)
 {
-    WvLog::LogLevel level = *static_cast<WvLog::LogLevel *>(userdata);
+    WvLog::LogLevel &level = *static_cast<WvLog::LogLevel *>(userdata);
     if ((int)level < (int)WvLog::Debug5)
        level = (WvLog::LogLevel)((int)level + 1);
     return true;

--- End Message ---
--- Begin Message ---
Source: retchmail
Source-Version: 1:1.1

We believe that the bug you reported is fixed in the latest version of
retchmail, which is due to be installed in the Debian FTP archive:

retchmail_1.1.dsc
  to pool/main/r/retchmail/retchmail_1.1.dsc
retchmail_1.1.tar.gz
  to pool/main/r/retchmail/retchmail_1.1.tar.gz
retchmail_1.1_i386.deb
  to pool/main/r/retchmail/retchmail_1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Patterson <[EMAIL PROTECTED]> (supplier of updated retchmail package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 22 Dec 2007 15:16:09 -0700
Source: retchmail
Binary: retchmail
Architecture: source i386
Version: 1:1.1
Distribution: unstable
Urgency: low
Maintainer: Simon Law <[EMAIL PROTECTED]>
Changed-By: Patrick Patterson <[EMAIL PROTECTED]>
Description: 
 retchmail  - Stupidly fast POP3 retriever
Closes: 407873
Changes: 
 retchmail (1:1.1) unstable; urgency=low
 .
   * New upstream version.  (Closes: #407873)
Files: 
 9c4ca18835a8ff60019a6bdb82cdec24 627 mail optional retchmail_1.1.dsc
 10343ec462c937026005b70dce748808 51168 mail optional retchmail_1.1.tar.gz
 65b0fe74b9ffa54bb1156dd7b19a3bcc 55372 mail optional retchmail_1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHbZtORUWK3LHlV6ARAlScAKCqS2ieVALBgwsQbNxXaVSWbbdD/QCgjdAx
Q6NKaXY/VYGwbB/KcGNpASU=
=KMVY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to