Return-Path: Delivered-To: apmail-spamassassin-dev-archive@www.apache.org Received: (qmail 36017 invoked from network); 4 Sep 2004 21:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Sep 2004 21:12:18 -0000 Received: (qmail 32621 invoked by uid 500); 4 Sep 2004 21:12:17 -0000 Delivered-To: apmail-spamassassin-dev-archive@spamassassin.apache.org Received: (qmail 32523 invoked by uid 500); 4 Sep 2004 21:12:16 -0000 Mailing-List: contact dev-help@spamassassin.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "SpamAssassin Development" dev@spamassassin.apache.org Delivered-To: mailing list dev@spamassassin.apache.org Received: (qmail 32510 invoked by uid 99); 4 Sep 2004 21:12:16 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NO_REAL_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of apache@bugzilla.spamassassin.org designates 64.142.3.173 as permitted sender) Received: from [64.142.3.173] (HELO bugzilla.spamassassin.org) (64.142.3.173) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 04 Sep 2004 14:12:16 -0700 Received: by bugzilla.spamassassin.org (Postfix, from userid 48) id 436C183805; Sat, 4 Sep 2004 14:12:15 -0700 (PDT) From: bugzilla-daemon@bugzilla.spamassassin.org To: dev@spamassassin.apache.org Subject: [Bug 3749] New: message parser skips blank/invalid(?) parts X-Bugzilla-Reason: CC Message-Id: <20040904211215.436C183805@bugzilla.spamassassin.org> Date: Sat, 4 Sep 2004 14:12:15 -0700 (PDT) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N http://bugzilla.spamassassin.org/show_bug.cgi?id=3749 Summary: message parser skips blank/invalid(?) parts Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P3 Component: Libraries AssignedTo: felicity@kluge.net ReportedBy: felicity@kluge.net CC: dev@spamassassin.apache.org While debugging bug 3748, I found that we completely skip parts with no body section. I don't think this is a major issue since there's nothing in the part that we need to scan, but we should be adding a node for the part in the tree. ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.