Your message dated Tue, 01 Mar 2005 11:02:06 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#236685: fixed in procmail 3.22-11
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; 7 Mar 2004 18:37:31 +0000
>From [EMAIL PROTECTED] Sun Mar 07 10:37:31 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mail010.syd.optusnet.com.au [211.29.132.56]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B039X-0004nt-00; Sun, 07 Mar 2004 10:37:31 -0800
Received: from catamount.yaspeth.com.au
(c211-28-201-191.eburwd1.vic.optusnet.com.au [211.28.201.191])
by mail010.syd.optusnet.com.au (8.11.6p2/8.11.6) with ESMTP id
i27IbR611473
for <[EMAIL PROTECTED]>; Mon, 8 Mar 2004 05:37:28 +1100
Received: by catamount.yaspeth.com.au (Postfix, from userid 1000)
id E42B840126; Mon, 8 Mar 2004 05:37:26 +1100 (EST)
Date: Mon, 8 Mar 2004 05:37:26 +1100
From: Ian Chiew <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: procmail missing large file support
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Ian Chiew <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no
version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level:
Package: procmail
Version: 3.22-9
procmail fails with the following error when delivering messages to mbox
spools larger than 1GB:
procmail: Error while writing to "Lists/robot-mail"
procmail: Truncated file to former size
A system call trace of procmail during the delivery reveals:
open("/home/users/ian/Mail/Lists/robot-mail", O_WRONLY|O_APPEND|O_CREAT, 0667)
...
write(5, "F", 1) = -1 EFBIG (File too large)
It looks like procmail was not compiled with large file support turned
on: O_LARGEFILE is not set in the flags to the open() call.
Turning on large file support at build time (by adding
"-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" to
CFLAGS0 in debian/rules) solved the problem.
---------------------------------------
Received: (at 236685-close) by bugs.debian.org; 1 Mar 2005 16:08:14 +0000
>From [EMAIL PROTECTED] Tue Mar 01 08:08:14 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D69uv-0007lh-00; Tue, 01 Mar 2005 08:08:14 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D69p0-0007Yh-00; Tue, 01 Mar 2005 11:02:06 -0500
From: Santiago Vila <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#236685: fixed in procmail 3.22-11
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 11:02:06 -0500
Delivered-To: [EMAIL PROTECTED]
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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: procmail
Source-Version: 3.22-11
We believe that the bug you reported is fixed in the latest version of
procmail, which is due to be installed in the Debian FTP archive:
procmail_3.22-11.diff.gz
to pool/main/p/procmail/procmail_3.22-11.diff.gz
procmail_3.22-11.dsc
to pool/main/p/procmail/procmail_3.22-11.dsc
procmail_3.22-11_i386.deb
to pool/main/p/procmail/procmail_3.22-11_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.
Santiago Vila <[EMAIL PROTECTED]> (supplier of updated procmail 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: Tue, 1 Mar 2005 16:35:56 +0100
Source: procmail
Binary: procmail
Architecture: source i386
Version: 3.22-11
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila <[EMAIL PROTECTED]>
Changed-By: Santiago Vila <[EMAIL PROTECTED]>
Description:
procmail - Versatile e-mail processor
Closes: 236685 295604
Changes:
procmail (3.22-11) unstable; urgency=low
.
* Added Large File Support, using the output of "getconf LFS_CFLAGS".
This will add -D_FILE_OFFSET_BITS=64 when the architecture needs it,
and only when the architecture needs it (Closes: #236685).
* Headers User-Agent: and NNTP-Posting-Date: are now recognized by formail
when splitting messages (Closes: #295604).
Files:
8b88a43efb3256fb38cc94b4aa65a4fb 530 mail standard procmail_3.22-11.dsc
dc073a968c177b5f56db16f672e6b82b 14166 mail standard procmail_3.22-11.diff.gz
39d43141133352fa4c698cc0eadf8e1a 140108 mail standard procmail_3.22-11_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCJIw7d9Uuvj7yPNYRAmveAJ470aul0m2zAwiOdl18Nw0iV4ZabQCfbJTY
kO0Avcvo4257XswKMWwUqR0=
=nqsy
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]