From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21720 invoked from network); 9 Feb 2021 05:14:03 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 9 Feb 2021 05:14:03 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 1ess; Tue Feb 9 00:09:09 -0500 2021 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id c2f6e8aa (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Mon, 8 Feb 2021 21:08:57 -0800 (PST) Message-ID: <6B2624687B48229BD4C2C356D0661C68@eigenstate.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit To: 9front@9front.org Date: Mon, 08 Feb 2021 21:08:56 -0800 From: ori@eigenstate.org In-Reply-To: <39CF6C3CACABB0DA7AFE691C674A7C19@arrow.hsd1.ca.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: package DOM app engine framework Subject: Re: [9front] mimetype: add entry for .patch extension Reply-To: 9front@9front.org Precedence: bulk Quoth Michael Forney : > This way, upas/vf won't flag .patch files as suspicious by default. > > diff 55083200f5d1392076feb1bd51625d02d46a9698 9ff94047ba6fbb83806c7c3a86be6f2f897ef7b5 > --- a/sys/lib/mimetype Sun Feb 7 15:01:36 2021 > +++ b/sys/lib/mimetype Sun Feb 7 15:07:37 2021 > @@ -91,6 +91,7 @@ > .p text plain - y # Pascal program > .p7m application x-pkcs7-mime - y # SMIME > .p7s application x-pkcs7-signature - y # SMIME > +.patch text plain - y > .pbm image x-portable-bitmap - y > .pdf application pdf - y # Adobe Portable Document Format > .pif application octet-stream - r # DOS executable > Seems good, but for most purposes, it also seems reasonable to just 'rm /mail/lib/validateattachment'; I don't think it really does anything useful for mail on plan 9.