From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 54A5A3858291; Tue, 9 May 2023 21:55:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54A5A3858291 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683669342; bh=1ljwaVCKj5uOsGeIIfG+Cxj9R9UgcBtzNFqY5rO7DRg=; h=From:To:Subject:Date:From; b=SMJT342fXDF7yigAwGf90JDrO2u+8E2LUPjWXIGoOJLLvpX0x+pQYa1xxsaBrywlF Gal6dMQXW7ExYw+HgqsQK6psK6xsPWM7ILFvMtQEZbZPAz3nYCu7uJz+NIfL1s4F0V Ws5NcOPi29rbd3RXD2oT4jEU6VsW04KdLIDCL8Rs= From: "mark at klomp dot org" To: overseers@sourceware.org Subject: [Bug Infrastructure/30436] New: inbox: strip HTML attachements Date: Tue, 09 May 2023 21:55:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: sourceware X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: overseers at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30436 Bug ID: 30436 Summary: inbox: strip HTML attachements Product: sourceware Version: unspecified Status: NEW Severity: normal Priority: P2 Component: Infrastructure Assignee: overseers at sourceware dot org Reporter: mark at klomp dot org Target Milestone: --- Currently public-inbox just drops emails that have HTML. public-inbox-mda says: May 09 20:40:46 *** We only accept plain-text mail, No HTML *** This is fairly hardcoded into public-inbox. So we might want to add a filter in front of public-inbox-mda that filters = out any text/html attachments like mailman does. --=20 You are receiving this mail because: You are the assignee for the bug.=