From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69891 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: multipart part does not have valid content-type Date: Tue, 10 Aug 2010 09:18:45 +0900 Organization: Emacsen advocacy group Message-ID: References: <20100809231654.GZ31014@rzlab.ucr.edu> <87tyn3we8c.fsf_-_@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1281399595 7401 80.91.229.12 (10 Aug 2010 00:19:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 00:19:55 +0000 (UTC) Cc: owner@bugs.debian.org, 591094@bugs.debian.org To: ding@gnus.org Original-X-From: ding-owner+M18278@lists.math.uh.edu Tue Aug 10 02:19:54 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OicZN-0005tx-5G for ding-account@gmane.org; Tue, 10 Aug 2010 02:19:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1OicZ6-0006bu-8R; Mon, 09 Aug 2010 19:19:36 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1OicZ4-0006ba-CL for ding@lists.math.uh.edu; Mon, 09 Aug 2010 19:19:34 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OicZ3-0003wS-5c for ding@lists.math.uh.edu; Mon, 09 Aug 2010 19:19:34 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OicZ2-0003E9-00 for ; Tue, 10 Aug 2010 02:19:32 +0200 Original-Received: from localhost ([127.0.0.1]:47688) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1OicYS-0006mv-0h; Mon, 09 Aug 2010 19:18:56 -0500 X-Hashcash: 1:20:100810:ding@gnus.org::LdE3OidZy0p6APhx:00002OdT X-Hashcash: 1:20:100810:owner@bugs.debian.org::vMDEYSZDz9Beadz5:0000000000000000000000000000000000000000HEdh X-Hashcash: 1:20:100810:591094@bugs.debian.org::3cAVnk88kCb3SZiv:0000000000000000000000000000000000000000z3j X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:VHeOP0f2xsmej10fI6Gezl/+qc8= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.5 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69891 Archived-At: jidanni@jidanni.org wrote: > Dear Gnus team, I sent http://jidanni.org/test/591094.mbox.txt using > gnus-version "Gnus v5.13" with http://jidanni.org/comp/configuration/ and > then regarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591094 >>>>>> "DA" == Don Armstrong writes: DA> Your MUA is sending a multipart message with a part that doesn't have DA> a valid content-type; because the only content-type that is specified DA> is an image, and there isn't text content, one of our rules finds it DA> and discards it. [Various viruses do this, and we procmail them out DA> specifically.] DA> Please fix your MUA to set a Content-Type on all parts of a multipart DA> message. [While this is not strictly required by the RFC 1521, there's DA> no reason not to have one, and almost all MUAs have them.] (setq mml-insert-mime-headers-always t) and you will be able to verify that the Content-Type header is inserted in each text/plain part by typing `C-u C-c C-m P' before sending a multipart message to such a brain-damaged MUA.