From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 29 12:09:45 2015 Received: (at submit) by debbugs.gnu.org; 29 Jan 2015 17:09:45 +0000 Received: from localhost ([127.0.0.1]:57454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGsbA-0001gb-O0 for submit@debbugs.gnu.org; Thu, 29 Jan 2015 12:09:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50791) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YGm8A-0006Hw-6r for submit@debbugs.gnu.org; Thu, 29 Jan 2015 05:15:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGm84-00082R-8w for submit@debbugs.gnu.org; Thu, 29 Jan 2015 05:15:17 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGm84-00082I-5l for submit@debbugs.gnu.org; Thu, 29 Jan 2015 05:15:16 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGm83-0002MI-Ae for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 05:15:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGm82-00081a-Ch for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 05:15:15 -0500 Received: from mail-ie0-x234.google.com ([2607:f8b0:4001:c03::234]:54267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGm82-00081O-6X for bug-gnu-emacs@gnu.org; Thu, 29 Jan 2015 05:15:14 -0500 Received: by mail-ie0-f180.google.com with SMTP id rl12so31603152iec.11 for ; Thu, 29 Jan 2015 02:15:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ycN1DmvaCvhKd+VHjXEpLqNZGnn17/QkZ2xNk40nErs=; b=EHDi82WkPDmcfDbZmglehNmByeT+P5izISofgNSEVtijyPjH5ntmPTetzli6j79Gpk wCoRZcDbiC6v5v6zcMuk47FYmmvtnenVBS8ln3aOcQAcikXOBEjgioJMg0O8SlTM+hvN xFzudQdSO3k2ajr15tlYV24ndPKsBpBPgRnegA2K1T4uDOmYLzTZnON1h16G5s7XXcX9 xNkWF5HDETN2FkJHM7xup468bMmIJfaQQk9zzqzCKfeQ4FCFk+OwJ+r2Fb5tD9k2Rryr NwE6utSAx+D26L3RYXcbwygANcDHid4vWF2HarJGBKXoOgjMJ61sAI/PEiuClpkVhuHX dGnQ== MIME-Version: 1.0 X-Received: by 10.50.117.41 with SMTP id kb9mr1296958igb.37.1422526510910; Thu, 29 Jan 2015 02:15:10 -0800 (PST) Received: by 10.50.251.147 with HTTP; Thu, 29 Jan 2015 02:15:10 -0800 (PST) Date: Thu, 29 Jan 2015 10:15:10 +0000 Message-ID: Subject: 24.4; When sending email, all lines starting with `from' get capitalized From: Marek Rudnicki To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 29 Jan 2015 12:09:43 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) Hi, I'm using GNU Emacs 24.4.1 on FreeBSD and GNU/Linux. I noticed a strange behavior, that whenever I send a GPG signed email from Emacs, all lines in the body (and inline attachements) starting with `from' followed by some words, turn into `From' followed by some words. For example, if I send a Python script containing: from __future__ import division it will turn into: >From __future__ import division This problem occurs only when there is a secure-pgpmime-sign marker. In order to retproduce: emacs -Q C-x m C-c RET C-s Example email (you must have working GPG with keys for bob@example.com): -----EMAIL START----- To: alice@example.com Subject: from test From: bob@example.com --text follows this line-- <#secure method=pgpmime mode=sign> hi from __future__ import division from from asdf from subject subject asdf bye -----EMAIL STOP----- After sending such email or pressing `Preview' in the toolbar the message turns into: -----EMAIL START----- From: marekrud@gmail.com Subject: from test To: alice@example.com Date: Thu, 29 Jan 2015 11:05:00 +0100 (13 seconds ago) hi >From __future__ import division from >From asdf from subject subject asdf bye -----EMAIL STOP----- If you need any more information, please let me know per email. Thank you Marek From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 07 13:23:28 2015 Received: (at 19726) by debbugs.gnu.org; 7 Feb 2015 18:23:28 +0000 Received: from localhost ([127.0.0.1]:36789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKA2R-0000Ea-RS for submit@debbugs.gnu.org; Sat, 07 Feb 2015 13:23:28 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:51275) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YKA2P-0000EN-DK for 19726@debbugs.gnu.org; Sat, 07 Feb 2015 13:23:26 -0500 Received: by mail-wi0-f177.google.com with SMTP id em10so1706316wid.4 for <19726@debbugs.gnu.org>; Sat, 07 Feb 2015 10:23:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=9SEUxu2O8wbPCRQoDiZNry6zS2DV2Jdp7V88cxpRUp0=; b=NVKohPDYvVQpkz2QzptsLVz+U0djZySOWw0X1mwRyFZdnMml6f0MI4wgC11ZZzraQx USRQFWUiz3vYJe5oRhtERSt/oCnvMG/740OxcJ86P6D6zjNtEZZS4IllNgBFrFD07qMz +f+/JbbQNBQwbX2HEDWrVGamc0oYQEAGL5m00EG6uDJQDw0eTVd+tpXqL4ujjoVZjZgO bNYe9e6HCITE+5qZp9+0L8u12dWAccq2gReu4IV8PT06WrqKso0fP+59Uv/+2LWCRPr0 uhiqtgsFmVVtNwrPIgf1YtFQ7LlUeG/bsGVavkMiMQBjCAqcQP7WS/FYO2ieRllNbXqM T8fw== X-Received: by 10.194.223.5 with SMTP id qq5mr21910441wjc.152.1423333399721; Sat, 07 Feb 2015 10:23:19 -0800 (PST) Received: from localhost (chomsky.torservers.net. [77.247.181.162]) by mx.google.com with ESMTPSA id pp10sm8558110wjc.31.2015.02.07.10.23.17 for <19726@debbugs.gnu.org> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Feb 2015 10:23:18 -0800 (PST) From: marekrud@gmail.com To: 19726@debbugs.gnu.org Subject: Re: When sending email, all lines starting with `from' get capitalized Date: Sat, 07 Feb 2015 19:23:13 +0100 Message-ID: <86vbjdk2cu.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19726 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Was someone to able to reproduce bug #19726? Or is it caused by some mis-configuration on my side? Thank your for help with that! Marek From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 26 02:22:23 2016 Received: (at 19726) by debbugs.gnu.org; 26 Mar 2016 06:22:23 +0000 Received: from localhost ([127.0.0.1]:38242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajhc3-0001vl-JX for submit@debbugs.gnu.org; Sat, 26 Mar 2016 02:22:22 -0400 Received: from mail.mojserwer.eu ([195.110.48.8]:57633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajhbz-0001va-H0 for 19726@debbugs.gnu.org; Sat, 26 Mar 2016 02:22:18 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 51381A51845; Sat, 26 Mar 2016 07:22:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G+cLXzoAn+Px; Sat, 26 Mar 2016 07:22:09 +0100 (CET) Received: from localhost (98-171.echostar.pl [213.156.98.171]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 1D2D1A51843; Sat, 26 Mar 2016 07:22:09 +0100 (CET) References: <86vbjdk2cu.fsf@gmail.com> <87io0jfv1j.fsf@mbork.pl> <86pouirwiz.fsf@posteo.de> User-agent: mu4e 0.9.13; emacs 25.1.50.7 From: Marcin Borkowski To: marekrud@posteo.de Subject: Re: bug#19726: When sending email, all lines starting with `from' get capitalized In-reply-to: <86pouirwiz.fsf@posteo.de> Date: Sat, 26 Mar 2016 07:22:08 +0100 Message-ID: <87zitlpxm7.fsf@mbork.pl> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 19726 Cc: 19726@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On 2016-03-26, at 00:02, marekrud@posteo.de wrote: > 2016-03-18 20:25 +0100, Marcin Borkowski : > >> [ text/plain ] >> On 2015-02-07, at 19:23, marekrud@gmail.com wrote: >> >>> Was someone to able to reproduce bug #19726? Or is it caused by some >>> mis-configuration on my side? >>> >>> Thank your for help with that! >> >> Hi, >> >> I couldn't reproduce that (what exactly do you use to send emails? My >> emacs -Q cannot send emails without some configuration!), > > Hi, > > You don't have to actually send the email. It's sufficient to press the > `Preview' button in toolbar---it will render a message for sending with > `From' capitalized. OK, I tried this. >> but this looks >> kind of familiar to me. Some time ago I read that Unix tools used to >> prepend a ">" sign to all lines beginning with "From" so that they are >> not mistaken for the sender address^W^W beginning of the new mail. Here >> you are, see https://en.wikipedia.org/wiki/Mbox . > > I'm not sure how is the issue of capitalizing `from' causally related to > the mbox format and it's quirks. Well, the problem is similar - I'm not saying that it's related (and in fact it appears it's not). > Thanks for looking at the problem! > > I would still be curious, if were able to see the same effect just by > pressing the `Preview' button (without actually sending the message). I just tried, and it seems not. Does it persist on your side? (If not, I'd be inclined to close this bug.) I think I could try one more thing (but not today - it's Easter Eve, and my family will soon be awake!): checkout the Emacs version from the time you reported this bug, compile it and see whether I could observe it. > Cheers, > > Marek Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 26 12:46:06 2016 Received: (at 19726) by debbugs.gnu.org; 26 Mar 2016 16:46:06 +0000 Received: from localhost ([127.0.0.1]:38879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajrLh-0002Ai-PJ for submit@debbugs.gnu.org; Sat, 26 Mar 2016 12:46:06 -0400 Received: from mout01.posteo.de ([185.67.36.65]:42224) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ajqkp-0001G2-HP for 19726@debbugs.gnu.org; Sat, 26 Mar 2016 12:08:00 -0400 Received: from dovecot03.posteo.de (dovecot03.posteo.de [172.16.0.13]) by mout01.posteo.de (Postfix) with ESMTPS id 0D652208D7 for <19726@debbugs.gnu.org>; Sat, 26 Mar 2016 17:07:51 +0100 (CET) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot03.posteo.de (Postfix) with ESMTPSA id 3qXQ7B046lz5vMr; Sat, 26 Mar 2016 17:07:49 +0100 (CET) From: marekrud@posteo.de To: Marcin Borkowski Subject: Re: bug#19726: When sending email, all lines starting with `from' get capitalized In-Reply-To: <87zitlpxm7.fsf@mbork.pl> References: <86vbjdk2cu.fsf@gmail.com> <87io0jfv1j.fsf@mbork.pl> <86pouirwiz.fsf@posteo.de> <87zitlpxm7.fsf@mbork.pl> Date: Sat, 26 Mar 2016 17:07:49 +0100 Message-ID: <86io09p6i2.fsf@posteo.de> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 19726 X-Mailman-Approved-At: Sat, 26 Mar 2016 12:46:04 -0400 Cc: 19726@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) 2016-03-26 07:22 +0100, Marcin Borkowski : > [ text/plain ] > > On 2016-03-26, at 00:02, marekrud@posteo.de wrote: > >> 2016-03-18 20:25 +0100, Marcin Borkowski : >> >>> [ text/plain ] >>> On 2015-02-07, at 19:23, marekrud@gmail.com wrote: >>> >>>> Was someone to able to reproduce bug #19726? Or is it caused by some >>>> mis-configuration on my side? >>>> >>>> Thank your for help with that! >>> >>> Hi, >>> >>> I couldn't reproduce that (what exactly do you use to send emails? My >>> emacs -Q cannot send emails without some configuration!), >> >> Hi, >> >> You don't have to actually send the email. It's sufficient to press the >> `Preview' button in toolbar---it will render a message for sending with >> `From' capitalized. > > OK, I tried this. > >>> but this looks >>> kind of familiar to me. Some time ago I read that Unix tools used to >>> prepend a ">" sign to all lines beginning with "From" so that they are >>> not mistaken for the sender address^W^W beginning of the new mail. Here >>> you are, see https://en.wikipedia.org/wiki/Mbox . >> >> I'm not sure how is the issue of capitalizing `from' causally related to >> the mbox format and it's quirks. > > Well, the problem is similar - I'm not saying that it's related (and in > fact it appears it's not). Thanks, I understand now. >> Thanks for looking at the problem! >> >> I would still be curious, if were able to see the same effect just by >> pressing the `Preview' button (without actually sending the message). > > I just tried, and it seems not. Does it persist on your side? (If not, > I'd be inclined to close this bug.) > > I think I could try one more thing (but not today - it's Easter Eve, and > my family will soon be awake!): checkout the Emacs version from the time > you reported this bug, compile it and see whether I could observe it. I currently use GNU Emacs 24.5.1 which still hast this problem. I quickly tried version 25.0.92 which seem to have it fixed. For me you could consider closing this issue, because the new Emacs version should be released sooner than later and the workaround (at least for Python files) is to send them as non-inline attachments. Cheers, Marek From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 22:11:23 2016 Received: (at control) by debbugs.gnu.org; 4 Jul 2016 02:11:23 +0000 Received: from localhost ([127.0.0.1]:36350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bJtM3-0004is-Ge for submit@debbugs.gnu.org; Sun, 03 Jul 2016 22:11:23 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:35835) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bJtM1-0004ig-Dp for control@debbugs.gnu.org; Sun, 03 Jul 2016 22:11:22 -0400 Received: by mail-io0-f171.google.com with SMTP id f30so141961174ioj.2 for ; Sun, 03 Jul 2016 19:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=iQJoaLn7Sx9U/G7FcUllrf21dl/gwJap3wfHwOuUiFs=; b=iKddo3TZkiUNszqKzN9r6x8tnBgFH1KVdcwq7c9M7771iVBOdxR6ZhzSnp90uqnHO1 xTl+FM+WbtQq4Ypyp+7EhojB0ml2PeflsL/MHiQLs4y49hdyrDPsDqZvFfyLhRZjPA5a Pvw31jHHT82jASKvqYxS66bVrBar787tlCYWL6u6fUG88KiiKdespupjVkPwi1RxyyBJ D/F8/9Es4oVAQrBI4BjZGtkn+03fvLYDWO/g76ySJKUrEBMihpRxl2vKh/tneMOy4jd0 RnWiCAjj24FRmHI+tz/ba/N6MDMvqtXD0xa1xFq/7IAKxHGB0OC85g+rNyJ32FmTbNhK 2vnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version; bh=iQJoaLn7Sx9U/G7FcUllrf21dl/gwJap3wfHwOuUiFs=; b=BdQH4UqivDF1UeYBskB/7s8XbS+YXt8sxkYs4widMQH1tWNoOo1z783QAZRl45eH8z HNHpBfndB+2XJpzvir0y0ZbdZ13kfO0rMTqVOgkCGdTOOvIOsnl/G3EA8or36ztFO3gQ 718LzimsREAyJPgNY4YkHQ73ebblcMWaMCKULSpQVVPlF3eH3EKUt4sKr+0eWruyKTxR yujtqlyaGEPXMYWQ03W+/hfk9/ofPHlYNnrxjG0EIcDvi7abPiEJQO6zP0DAv5nGJIlQ Vvooi7+dlqjXKF1PFd6MB5E0ti9g6BdKRuCqYiDixYQDEZAGs9GoHX2ZO6Jr417P0sBf vvyw== X-Gm-Message-State: ALyK8tLoDn5cwlvG67RtFX7fU3OkEhZH3/KGc5OJNMqgW+FJJJpe4QaQBu3DlS/v+QbbZw== X-Received: by 10.107.37.69 with SMTP id l66mr6559778iol.117.1467598276058; Sun, 03 Jul 2016 19:11:16 -0700 (PDT) Received: from zony (206-188-64-44.cpe.distributel.net. [206.188.64.44]) by smtp.googlemail.com with ESMTPSA id e41sm191393iod.17.2016.07.03.19.11.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Jul 2016 19:11:15 -0700 (PDT) From: npostavs@users.sourceforge.net To: control@debbugs.gnu.org Subject: Re: bug#19726: When sending email, all lines starting with `from' get capitalized References: <86vbjdk2cu.fsf@gmail.com> <87io0jfv1j.fsf@mbork.pl> <86pouirwiz.fsf@posteo.de> <87zitlpxm7.fsf@mbork.pl> <86io09p6i2.fsf@posteo.de> Date: Sun, 03 Jul 2016 22:11:23 -0400 In-Reply-To: <86io09p6i2.fsf@posteo.de> (marekrud@posteo.de's message of "Sat, 26 Mar 2016 17:07:49 +0100") Message-ID: <87k2h2dues.fsf@users.sourceforge.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) tags 19726 fixed close 19726 25.0.92 quit marekrud@posteo.de writes: > 2016-03-26 07:22 +0100, Marcin Borkowski : > > I currently use GNU Emacs 24.5.1 which still hast this problem. > > I quickly tried version 25.0.92 which seem to have it fixed. > > For me you could consider closing this issue, because the new Emacs > version should be released sooner than later and the workaround (at > least for Python files) is to send them as non-inline attachments. From unknown Mon Jun 23 06:00:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 01 Aug 2016 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator