Your message dated Tue, 06 Mar 2007 13:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#272749: fixed in mailcheck 1.91.2-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: mailcheck
Version: 1.91.1
Severity: important
Tags: patch

mailcheck gets confused if username contains an @-sign. This simple
patch fixes this. I also noticed that some pop3 server doesn't understand
the LAST command. Patch uses STAT information in this case.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-wic
Locale: LANG=sv_SE, LC_CTYPE=sv_SE

Versions of packages mailcheck depends on:
ii  libc6                       2.3.2.ds1-16 GNU C Library: Shared libraries an

-- no debconf information
--- mailcheck-1.91.1/mailcheck.c~	2001-05-11 22:38:50.000000000 +0200
+++ mailcheck-1.91.1/mailcheck.c	2004-09-21 21:08:17.000000000 +0200
@@ -188,7 +188,7 @@
   else
     strcpy (box, "INBOX");
   /* determine username -- look for [EMAIL PROTECTED], else use USER */
-  p = strchr (h, '@');
+  p = strrchr (h, '@');
   if (p)
     {
       *p = '\0';
@@ -283,7 +283,7 @@
   fgets (buf, BUF_SIZE, fp);
   if (buf[0] != '+')
     {
-      fprintf (stderr, "mailcheck: Error Receiving Stats '[EMAIL PROTECTED]:%d'\n",
+      fprintf (stderr, "mailcheck: Error Receiving STAT '[EMAIL PROTECTED]:%d'\n",
 	       user, hostname, port);
       return 1;
     }
@@ -298,9 +298,9 @@
   fgets (buf, BUF_SIZE, fp);
   if (buf[0] != '+')
     {
-      fprintf (stderr, "mailcheck: Error Receiving Stats '[EMAIL PROTECTED]:%d'\n",
-	       user, hostname, port);
-      return 1;
+      /* Server does not support LAST. Assume total as new */
+      *new_p = total;
+      *cur_p = 0;
     }
   else
     {

--- End Message ---
--- Begin Message ---
Source: mailcheck
Source-Version: 1.91.2-1

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

mailcheck_1.91.2-1.diff.gz
  to pool/main/m/mailcheck/mailcheck_1.91.2-1.diff.gz
mailcheck_1.91.2-1.dsc
  to pool/main/m/mailcheck/mailcheck_1.91.2-1.dsc
mailcheck_1.91.2-1_i386.deb
  to pool/main/m/mailcheck/mailcheck_1.91.2-1_i386.deb
mailcheck_1.91.2.orig.tar.gz
  to pool/main/m/mailcheck/mailcheck_1.91.2.orig.tar.gz



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.
Kevin Coyner <[EMAIL PROTECTED]> (supplier of updated mailcheck 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, 3 Mar 2007 06:26:05 -0500
Source: mailcheck
Binary: mailcheck
Architecture: source i386
Version: 1.91.2-1
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner <[EMAIL PROTECTED]>
Changed-By: Kevin Coyner <[EMAIL PROTECTED]>
Description: 
 mailcheck  - Check multiple mailboxes/maildirs for mail
Closes: 190484 272749 404469
Changes: 
 mailcheck (1.91.2-1) unstable; urgency=low
 .
   * New maintainer. Closes: #404469.
   * debian/control:
     + Updated debhelper to version 5.0
     + Updated Standards-Version to 3.7.2
     + Added dpatch as a Build-Depends
     + Minor grammatical correction in long description
     + Added homepage link.
   * Reorganized debian/copyright.
   * debian/rules:
     + Added appropriate language for using dpatch
     + Cleaned up unneeded comments, obsolete dh_installmanpages
   * Added debian/compat file.
   * Removed debian/conffiles, since dh_installdeb adds any conffiles
     automatically
   * Applied patch that corrects problems with @'s in username.  Thanks to
     Martin Wickman, who provided this patch more than 2 years ago.
     Closes: #272749.
   * Acknowledge NMU from and thanks extended to Daniel Schepler.
     Closes: #190484.
   * Uploaded original source files to SourceForge (mailcheck) in order to
     convert this package from a Debian native to a normal package.
   * Added debian/watch file.
Files: 
 9f54611837d88e0ba00c71414f8155b1 578 mail extra mailcheck_1.91.2-1.dsc
 d2a3a22a65b1006d213d8cb3f4738070 15885 mail extra mailcheck_1.91.2.orig.tar.gz
 eb19f05a6165c08aefc295680612c26a 3411 mail extra mailcheck_1.91.2-1.diff.gz
 db4f6906a253010147c64f35d1e10c5b 11916 mail extra mailcheck_1.91.2-1_i386.deb

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

iD8DBQFF7WjV+C5cwEsrK54RAv5BAJ4yCzVtCxLDQ2PR0/yeS9GUxN+vKACeKzf1
1AazZDxsDGyGR8uu0c/+PaA=
=MoIs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to