From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/18754 Path: news.gmane.org!.POSTED!not-for-mail From: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Newsgroups: gmane.emacs.gnus.user Subject: Re: Gnus capitalizes non-header "from" Date: Mon, 13 Nov 2017 17:32:41 +0100 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87a7zqf8ba.fsf@tullinup.koldfront.dk> References: <87k1yuuqt0.fsf@grothesque.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: blaine.gmane.org 1510590795 29980 195.159.176.226 (13 Nov 2017 16:33:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 13 Nov 2017 16:33:15 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Nov 13 17:33:09 2017 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eEHfS-00075o-Hd for gegu-info-gnus-english@m.gmane.org; Mon, 13 Nov 2017 17:33:02 +0100 Original-Received: from localhost ([::1]:55280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEHfZ-0000Yu-NT for gegu-info-gnus-english@m.gmane.org; Mon, 13 Nov 2017 11:33:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEHfN-0000Rw-RZ for info-gnus-english@gnu.org; Mon, 13 Nov 2017 11:32:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEHfK-0001gd-KB for info-gnus-english@gnu.org; Mon, 13 Nov 2017 11:32:57 -0500 Original-Received: from [195.159.176.226] (port=33394 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEHfK-0001fi-Ce for info-gnus-english@gnu.org; Mon, 13 Nov 2017 11:32:54 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eEHf6-0005x3-SY for info-gnus-english@gnu.org; Mon, 13 Nov 2017 17:32:40 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 45 Original-X-Complaints-To: usenet@blaine.gmane.org OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc X-Now-Playing: Settle for Nothing, Rage Against the Machine XX (Rage Against the Machine) X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97, Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: "info-gnus-english" Xref: news.gmane.org gmane.emacs.gnus.user:18754 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Christoph writes: > The bug occurs when I send an email message with an attachment that is a > Python source file. Lines in that file that begin with "from" (or > perhaps just the first such line), get capitalized, as if they were a > SMTP header. For an example see the message [1] that I've just sent to > a mailing list. Are you sure Gnus is the program mangling it? It is mangled in your sent-folder? I just tried emailing myself an attachment and "from" was untouched - both in the copy in the sent-folder and the one I received through my local Postfix. (I tried both with disposition=attachment and inline, same result). Let me try attaching it here, and we'll see what happens (maybe my email gets rejected :-)) Best regards, Adam -- "Efter 90?" Adam Sjøgren "89" asjo@koldfront.dk "Efter 89 blev det faste pladser. Kopper med navn på." --=-=-= Content-Type: text/x-python Content-Disposition: attachment; filename=test.py import kwant, numpy from math import cos, sin import matplotlib.pyplot as plt lat = kwant.lattice.square() --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline