From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 17 06:20:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3740015B for ; Mon, 17 Dec 2012 06:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2AC8FC0C for ; Mon, 17 Dec 2012 06:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBH6K0Rc002851 for ; Mon, 17 Dec 2012 06:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBH6K02E002847; Mon, 17 Dec 2012 06:20:00 GMT (envelope-from gnats) Date: Mon, 17 Dec 2012 06:20:00 GMT Message-Id: <201212170620.qBH6K02E002847@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Gasol Wu Subject: Re: ports/174500: [MAINTAINER] devel/pear-channel-pirum: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Gasol Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 06:20:01 -0000 The following reply was made to PR ports/174500; it has been noted by GNATS. From: Gasol Wu To: bug-followup@FreeBSD.org, gasol.wu@gmail.com Cc: Subject: Re: ports/174500: [MAINTAINER] devel/pear-channel-pirum: [SUMMARIZE CHANGES] Date: Mon, 17 Dec 2012 14:11:09 +0800 Due to RFC 2821 text line The maximum total length of a text line including the is 1000 characters (not counting the leading dot duplicated for transparency). This number may be increased by the use of SMTP Service Extensions. So MTA puts new line and whitespace after 999 chars that between text "Modifie" and " d", It lead to problem that reg file contains malformed PHP serialize string. I don't know how to fix this myself, So could you help me to fix that?