From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CEC7B6DE098A for ; Sun, 8 Sep 2019 20:27:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.33 X-Spam-Level: X-Spam-Status: No, score=-1.33 tagged_above=-999 required=5 tests=[AWL=1.171, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7grqhlJYdV5U for ; Sun, 8 Sep 2019 20:27:34 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id AF7EE6DE025C for ; Sun, 8 Sep 2019 20:27:34 -0700 (PDT) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019; t=1567999653; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=+AqUHQAC+iBxDwFq+/C8iOFLBBuSKPp2AnY+oHb9YHM=; b=JOaadnHRpm+uz2UlT+j0ZSnilmMBoaRAcrfSRCzx8eSVojvp8fyamGiA 83SDuJyBcH6LcThcb270D4YbdK1eAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fifthhorseman.net; i=@fifthhorseman.net; q=dns/txt; s=2019rsa; t=1567999653; h=from : to : subject : date : message-id : mime-version : content-transfer-encoding : from; bh=+AqUHQAC+iBxDwFq+/C8iOFLBBuSKPp2AnY+oHb9YHM=; b=MwQiuCbP84zLjje/zViN96z5QoNVHIp2I/eY7JcNS30iubXK6W28Fazm gunvjOPdRgQXi/GMLn3hE0tanuxVHNddg8YaSY5FT7kEkWG39kEkFrhazh 2Ft13RzVTxdaIGHMds9al9m/Zw6I8+Xsyu6C6o3ZeteCRKB8HknStUv6vd z7FFysicJSkU6CC8EienF4vz+qlXpLblb8VomkeRsM0eVW0chBgGmLR3yr l1DBLXbViVJrx6DcgQrJ7lEJG2LJu6xcJuJ6UCQ3YSbXluS0s8AHzzfuJF uzi5tRTMegvZoKPh5Ha9orbeGtq6Q/oFwVthV93q857LMNq2G7TrBA== Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net [108.58.6.98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 4D93CF9A5 for ; Sun, 8 Sep 2019 23:27:33 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 0612A2029B; Sun, 8 Sep 2019 23:27:29 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: v4 of repairing Mixed-up mangled MIME messages Date: Sun, 8 Sep 2019 23:27:22 -0400 Message-Id: <20190909032726.8931-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2019 03:27:35 -0000 This is the fourth revision of the "Mixed up Mangling" series. Previous versions: * v1 starts at id:20190528225452.17550-1-dkg@fifthhorseman.net * v2 starts at id:20190530172707.10378-1-dkg@fifthhorseman.net * v3 starts at id:20190531074842.16789-1-dkg@fifthhorseman.net This is a simple rebase of v3 on top of the current notmuch master branch. Comments welcome, as always! --dkg