From owner-cvs-ports@FreeBSD.ORG Thu Sep 2 22:28:23 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3492B16A4CF; Thu, 2 Sep 2004 22:28:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066E743D54; Thu, 2 Sep 2004 22:28:23 +0000 (GMT) (envelope-from mbr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i82MSMd6003502; Thu, 2 Sep 2004 22:28:22 GMT (envelope-from mbr@repoman.freebsd.org) Received: (from mbr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i82MSM1Y003501; Thu, 2 Sep 2004 22:28:22 GMT (envelope-from mbr) Message-Id: <200409022228.i82MSM1Y003501@repoman.freebsd.org> From: Martin Blapp Date: Thu, 2 Sep 2004 22:28:22 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/p5-MIME-Tools/files patch-Parser-MaxParts X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 22:28:23 -0000 mbr 2004-09-02 22:28:22 UTC FreeBSD ports repository Added files: mail/p5-MIME-Tools/files patch-Parser-MaxParts Log: Limits the number of MIME parts we will parse. Normally, instances of this class parse a message to the bitter end. Messages with many MIME parts can cause excessive memory consumption. If you invoke this method, parsing will abort with a die() if a message contains more than NUM parts. Submitted by: David F. Skoll Revision Changes Path 1.1 +81 -0 ports/mail/p5-MIME-Tools/files/patch-Parser-MaxParts (new)