From owner-cvs-all@FreeBSD.ORG Fri Sep 3 22:58:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 375E216A4CE; Fri, 3 Sep 2004 22:58:12 +0000 (GMT) Received: from mx1.imp.ch (mx1.imp.ch [157.161.9.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37A7043D2F; Fri, 3 Sep 2004 22:58:11 +0000 (GMT) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (mx2o [157.161.9.17]) by mx1.imp.ch (8.12.11/8.12.11) with ESMTP id i83Mw18l034581; Sat, 4 Sep 2004 00:58:02 +0200 (CEST) (envelope-from mb@imp.ch) Received: from mx2.imp.ch (localhost [127.0.0.1]) by mx2.imp.ch (8.12.11/8.12.11/Submit) with ESMTP id i83Mx7Yc084010; Sat, 4 Sep 2004 00:59:08 +0200 (CEST) (envelope-from mb@imp.ch) Received: (from clamav@localhost) by mx2.imp.ch (8.12.11/8.12.11/Submit) id i83Mx7l2084006; Sat, 4 Sep 2004 00:59:07 +0200 (CEST) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by ns1.imp.ch (MIMEDefang) with ESMTP id i83Mvgl6085256; Sat, 04 Sep 2004 00:59:07 +0200 (CEST) Date: Sat, 4 Sep 2004 00:57:42 +0200 (CEST) From: Martin Blapp To: Martin Blapp In-Reply-To: <200409032241.i83MfNIT057401@repoman.freebsd.org> Message-ID: <20040904005533.N6407@cvs.imp.ch> References: <200409032241.i83MfNIT057401@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Resent: Yes X-Spam-Checksum: 6648441b3b6a7840f09f57e86828b2e6 X-Virus-Message-Status: No X-Virus-Status: No, scantime="0.0010 seconds" X-Spam-Status: No, hits=-3.561 required=5 scantime="4.8545 seconds" tests=BAYES_00, SUBJ_HAS_UNIQ_ID X-Scanned-By: MIMEDefang 2.44 cc: j.koopmann@seceidos.de cc: cvs-ports@FreeBSD.org cc: janos.mohacsi@bsd.hu cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/p5-MIME-Tools/files patch-Decoder-qpdecode-pdf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 22:58:12 -0000 Hi, > Log: > Add fix/workaround for corrupted PDF files attached as > quoted-printable encoded MIME attachments by some popular > email-client versions on windows. > > Revision Changes Path > 1.1 +41 -0 ports/mail/p5-MIME-Tools/files/patch-Decoder-qpdecode-pdf (new) > The bad hacks in mailscanner and anomy-sanitizer should be removed since they break PDFs generated on UNIX. Both ports do the same: They convert all /n to /r/n which does break a lot of files. Martin