Package: mail-expire
Version: 0.6
Severity: important

While running mail-expire on my LKML folder, it sometimes gets stuck on
a message that it never finds the end of message, and thus archives
the rest of the mbox.  This may be a problem with 

  /usr/share/perl5/Mail/Mbox/MessageParser/Grep.pm

I found the email that caused the problem and I'm posting it here,
It looks like it may have been corrupted, but that's still no reason
to lose the rest of the mbox to the archive.  I'm glad I didn't use the
 --delete option since that would have lost the entire mbox.

Here's the email:

From
[EMAIL PROTECTED]
Sun Jun 11 14:15:04 2006
Return-path:
<[EMAIL PROTECTED]>
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
gandalf.stny.rr.com
X-Spam-Level:
X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00,EMPTY_MESSAGE
autolearn=no version=3.1.1
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Sun, 11 Jun 2006 14:15:04 -0400
Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by
gandalf.stny.rr.com with esmtp (Exim 4.62) (envelope-from
<[EMAIL PROTECTED]>)
id 1FpUSm-0000e3-Eg for [EMAIL PROTECTED]; Sun, 11 Jun 2006 14:15:04
-0400
X-Real-To: <[EMAIL PROTECTED]>
Received: from webmaillogin.com [216.40.35.34] by localhost.localdomain
with POP3 (fetchmail-6.3.4) for <[EMAIL PROTECTED]> (single-drop); Sun,
11 Jun 2006 14:15:04 -0400 (EDT)
Received: from c1m14.emaildefenseservice.com ([216.40.36.47] verified)
by fr4.webmaillogin.com (CommuniGate Pro SMTP 5.0.9) with SMTP id
191616963 for [EMAIL PROTECTED]; Sun, 11 Jun 2006 14:14:24 -0400
Received: from vger.kernel.org [209.132.176.167] (EHLO vger.kernel.org)
by c1m14.emaildefenseservice.com (mxl_mta-1.3.8-10p10) with ESMTP id
48d5c844.1650.009.c1m14; Sun, 11 Jun 2006 14:14:28 -0400 (EDT)
Received: ([EMAIL PROTECTED]) by vger.kernel.org via listexpand
id S1750732AbWFKSN6 (ORCPT <rfc822;[EMAIL PROTECTED]>); Sun, 11 Jun
2006 14:13:58 -0400
Received: ([EMAIL PROTECTED]) by vger.kernel.org id
S1750729AbWFKSN4 (ORCPT <rfc822;linux-kernel-outgoing>); Sun, 11 Jun
2006 14:13:56 -0400
Received: from manic.desrt.ca ([66.36.239.117]:17089 "HELO
manic.desrt.ca") by vger.kernel.org with SMTP id S1750732AbWFKSN4 (ORCPT
<rfc822;linux-kernel@vger.kernel.org>); Sun, 11 Jun 2006 14:13:56 -0400
Subject: [patch] ICH7 SCI_EN quirk required for Macbook
From:   Ryan Lortie <[EMAIL PROTECTED]>
To:     [EMAIL PROTECTED], linux-acpi@vger.kernel.org, Andrew Morton
<[EMAIL PROTECTED]>
Cc:     Matthew Garrett <[EMAIL PROTECTED]>, Ben Collins
<[EMAIL PROTECTED]>, Frederic Riss <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="=-Yb3G0z+a1ZV00/YAUUh4"
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.6.1
Date:   Sun, 11 Jun 2006 14:00:19 -0400
X-Evolution-Format: text/plain
X-Evolution-Account: [EMAIL PROTECTED]
X-Evolution-Transport: smtp://@copacetic.desrt.ca/;use_ssl=never
X-Evolution-Fcc: imap://[EMAIL PROTECTED]/sent
Sender: [EMAIL PROTECTED]
Precedence: bulk
X-Mailing-List: linux-kernel@vger.kernel.org
X-Spam: exempt
X-MAIL-FROM:
<[EMAIL PROTECTED]>
X-SOURCE-IP: [209.132.176.167]
X-Evolution: 0000593e-0010
Status: RO
X-Status:
X-Keywords:
X-UID: 2187

X-E        {
         .callback =3D init_ints_after_s1,
         .ident =3D "Toshiba Satellite 4030cdt",
         .matches =3D {DMI_MATCH(DMI_PRODUCT_NAME, "S4030CDT/4.3"),},
         },
+       {
+        .callback =3D init_ich7_sci_en_quirk,
+        .ident =3D "Intel Apple",
+        .matches =3D {DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer"),},
+        },
        {},
 };
=20





--=-Yb3G0z+a1ZV00/YAUUh4
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.2 (GNU/Linux)

iQG5AwUARIxaLJ96IjKvqm/2AQJcMA0eIQnj5Lm6YfYiHecouNsckBvBcZaCsYLd
Arzkg/lMV7UpXwuMbcoXo5/GHDqvGorjRfqfibmg82/gL/syS2kcv3xyPqGXTSsk
iyuxyP0qW442mbC8Dp1r9eps953D5--=-Yb3G0z+a1ZV00/YAUUh4--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/




-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-i386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mail-expire depends on:
ii  libcompress-zlib-perl         1.41-1     Perl module for creation and manip
ii  libdate-calc-perl             5.4-4      Perl library for accessing dates
ii  libmail-mbox-messageparser-pe 1.4003-1   fast and simple mbox folder reader
ii  perl                          5.8.8-4    Larry Wall's Practical Extraction 

mail-expire recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to