[pkg-fetchmail-maint] Bug#323027: marked as done (fetchmail: lost patch: APOP and default fetchsizelimit)

Debian Bug Tracking System owner at bugs.debian.org
Mon Jan 9 10:48:26 UTC 2006


Your message dated Mon, 09 Jan 2006 11:43:49 +0100
with message-id <1136803429.6634.4.camel at hector.debian.org>
and subject line Closing fixed bug
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Aug 2005 08:39:07 +0000
>From arnaud.giersch at free.fr Sun Aug 14 01:39:07 2005
Return-path: <arnaud.giersch at free.fr>
Received: from postfix3-1.free.fr [213.228.0.44] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E4E1L-000501-00; Sun, 14 Aug 2005 01:39:07 -0700
Received: from groumpf (str90-1-82-238-123-182.fbx.proxad.net [82.238.123.182])
	by postfix3-1.free.fr (Postfix) with ESMTP id 9AA401734B2
	for <submit at bugs.debian.org>; Sun, 14 Aug 2005 10:39:06 +0200 (CEST)
Received: from jekyll ([192.168.1.1] ident=Debian-exim)
	by groumpf with esmtp (Exim 3.35 #1 (Debian))
	id 1E4E1J-0007Sl-00
	for <submit at bugs.debian.org>; Sun, 14 Aug 2005 10:39:05 +0200
Received: from arnaud by jekyll with local (Exim 4.50)
	id 1E4E1J-0003my-9b
	for submit at bugs.debian.org; Sun, 14 Aug 2005 10:39:05 +0200
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: fetchmail: lost patch: APOP and default fetchsizelimit
X-Debbugs-CC: Arnaud Giersch <arnaud.giersch at free.fr>
From: Arnaud Giersch <arnaud.giersch at free.fr>
X-Face: &yL?ZRfSIk3zaRm*dlb3R4f.8RM"~b/h|\wI]>pL)}]l$H>.Q3Qd3[<h!`K6mI=+cWpg-El
 B(FEm\EEdLdS{2l7,8\!RQ5aL0ZXlzzPKLxV/OQfrg/<t!FG>i.K[5isyT&2oBNdnvk`~y}vwPYL;R
 y)NYo"]T8NlX{nmIUEi\a$hozWm#0GCT'e'{5f at Rl"[g|I8<{By=R8R>bDe>W7)S0-8:b;ZKo~9K?'
 wq!G,MQ\eSt8g`)jeITEuig89NGmN^%1j>!*F8~kW(yfF7W[:bl>RT[`w3x-C
Date: Sun, 14 Aug 2005 10:39:04 +0200
Message-ID: <87oe807w0n.fsf at groumpf.homeip.net>
User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4 (Jumbo Shrimp, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: fetchmail
Version: 6.2.5-12sarge1
Severity: normal

Hello,

I use APOP authentication to retrieve my mails with fetchmail.  Since
last security update, it doesn't work any more when there are several
mails to fetch:

  fetchmail: 4 messages for XXX at XXX (3180 octets). 
  fetchmail: cannot get a range of message sizes (1-4). 
  fetchmail: client/server protocol error while fetching from XXX 
  fetchmail: Query status=4 (PROTOCOL) 

A workaround is to add "fetchsizelimit 1" in the procmailrc
configuration file.

A quick diff between fetchmail-6.2.5-12 and fetchmail-6.2.5-12sarge1
shows that the following patch was lost between the two releases:

diff -Naur fetchmail-6.2.5-12/driver.c fetchmail-6.2.5-12sarge1/driver.c
--- fetchmail-6.2.5-12/driver.c 2005-08-14 00:29:02.000000000 +0200
+++ fetchmail-6.2.5-12sarge1/driver.c   2005-08-14 00:29:23.000000000 +0200
@@ -426,11 +426,8 @@
        /* for POP3, we can get the size of one mail only! Unfortunately, this
         * protocol specific test cannot be done elsewhere as the protocol
         * could be "auto". */
-       switch (ctl->server.protocol)
-       {
-           case P_POP3: case P_APOP: case P_RPOP:
+       if (ctl->server.protocol == P_POP3)
            fetchsizelimit = 1;
-       }
 
        /* Time to allocate memory to store the sizes */
        xalloca(msgsizes, int *, sizeof(int) * fetchsizelimit);


Regards,

        Arnaud

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)

Versions of packages fetchmail depends on:
ii  adduser                     3.63         Add and remove users and groups
ii  base-files                  3.1.2        Debian base system miscellaneous f
ii  debconf                     1.4.30.13    Debian configuration management sy
ii  debianutils                 2.8.4        Miscellaneous utilities specific t
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- no debconf information

---------------------------------------
Received: (at 327893-done) by bugs.debian.org; 9 Jan 2006 10:43:56 +0000
>From hector at debian.org Mon Jan 09 02:43:56 2006
Return-path: <hector at debian.org>
Received: from [195.219.121.190] (helo=orix.scouts-es.org ident=postfix)
	by spohr.debian.org with esmtp (Exim 4.50)
	id 1EvuVI-0005Cx-Ak
	for 327893-done at bugs.debian.org; Mon, 09 Jan 2006 02:43:56 -0800
Received: from localhost (localhost [127.0.0.1])
	by orix.scouts-es.org (Postfix) with ESMTP id A6D23D8FD
	for <327893-done at bugs.debian.org>; Mon,  9 Jan 2006 11:43:57 +0100 (CET)
Received: from orix.scouts-es.org ([127.0.0.1])
	by localhost (orix [127.0.0.1]) (amavisd-new, port 10024) with SMTP
	id 30402-10 for <327893-done at bugs.debian.org>;
	Mon, 9 Jan 2006 11:43:52 +0100 (CET)
Received: from hector.debian.org (localhost [127.0.0.1])
	by orix.scouts-es.org (Postfix) with ESMTP id 2A53ECFCE
	for <327893-done at bugs.debian.org>; Mon,  9 Jan 2006 11:43:52 +0100 (CET)
Subject: Closing fixed bug
From: =?ISO-8859-1?Q?H=E9ctor_Garc=EDa?= <hector at debian.org>
To: 327893-done at bugs.debian.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-8tQ07ymOgHtoVIm0H2jn"
Date: Mon, 09 Jan 2006 11:43:49 +0100
Message-Id: <1136803429.6634.4.camel at hector.debian.org>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at scouts-es.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02


--=-8tQ07ymOgHtoVIm0H2jn
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Hi,

This bug was fixed on version 6.2.5-12sarge3 uploaded by the security
team.

Thanks for reporting bugs,

H=C3=A9ctor

--=-8tQ07ymOgHtoVIm0H2jn
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDwj5lMwsDi2xjdG0RAtIzAKCuyPj1Q2gBrAQ/lleyu8IbdMwi1gCfWPLl
TjTGBmQhy1JZ9kCCBlD0qmo=
=O47k
-----END PGP SIGNATURE-----

--=-8tQ07ymOgHtoVIm0H2jn--




More information about the pkg-fetchmail-maint mailing list