Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751401AbeAPIbt (ORCPT + 1 other); Tue, 16 Jan 2018 03:31:49 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:45792 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750818AbeAPIbr (ORCPT ); Tue, 16 Jan 2018 03:31:47 -0500 X-Google-Smtp-Source: ACJfBotvHzDPX2ctrJ55gi9Ap1sYhOiEOMjPgfDRpt/ByQ4x+m4UL1SyKw25d9IqZWMFr/mLvxgG8xc4gBTOLzVtZDI= MIME-Version: 1.0 In-Reply-To: <20180116071225.GJ8249@thunk.org> References: <20180104092552.GA991@amd> <1515058705.7875.25.camel@gmx.de> <20180104095628.GA4407@atrey.karlin.mff.cuni.cz> <87inchsl4h.fsf@xmission.com> <87efmrt6ul.fsf@xmission.com> <20180116071225.GJ8249@thunk.org> From: Dmitry Vyukov Date: Tue, 16 Jan 2018 09:31:26 +0100 Message-ID: Subject: Re: LKML admins (syzbot emails are not delivered) To: "Theodore Ts'o" , "Eric W. Biederman" , Dmitry Vyukov , Pavel Machek , Mike Galbraith , LKML , Greg Kroah-Hartman , Andrew Morton , Linus Torvalds , syzkaller Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 16, 2018 at 8:12 AM, Theodore Ts'o wrote: > I just checked a recent report from the Syzbot, and it's not fixed. > The raw.log file still uses a Content-Type of > Application/Octet-stream. Worse the reproducer C source file has a > content type of Application/Octet-stream instead of the much more sane > Application/text. I will look into using a different mailing system which allows more control over email contents. A quick fix for raw.log will be to rename it to raw.log.txt. Not sure if text/plain repro.c.txt is better than application/octet-stream repro.c...