From owner-freebsd-questions@FreeBSD.ORG Tue Jun 14 19:16:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AB2116A41C for ; Tue, 14 Jun 2005 19:16:59 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3954843D4C for ; Tue, 14 Jun 2005 19:16:59 +0000 (GMT) (envelope-from flowers@users.sourceforge.net) Received: from pd4mr8so.prod.shaw.ca (pd4mr8so-qfe3.prod.shaw.ca [10.0.141.101]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0II300EJ79I3D6B0@l-daemon> for freebsd-questions@freebsd.org; Tue, 14 Jun 2005 13:15:39 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd4mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0II300CX29I37DI0@pd4mr8so.prod.shaw.ca> for freebsd-questions@freebsd.org; Tue, 14 Jun 2005 13:15:39 -0600 (MDT) Received: from aldebaran.local (S01060010a72631f9.cg.shawcable.net [68.144.46.209]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0II30021C9I3L4@l-daemon> for freebsd-questions@freebsd.org; Tue, 14 Jun 2005 13:15:39 -0600 (MDT) Received: (qmail 796 invoked by uid 1001); Tue, 14 Jun 2005 19:15:38 +0000 Date: Tue, 14 Jun 2005 13:15:38 -0600 From: Danny MacMillan In-reply-to: <366c9fa64160b1789cdef8a524864036@chrononomicon.com> To: Bart Silverstrim Message-id: <20050614191538.GD510@aldebaran.local> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <20050613043910.GA55308@aldebaran.local> <20050614181719.GC510@aldebaran.local> <366c9fa64160b1789cdef8a524864036@chrononomicon.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: [Solved] How to disable > quoting of lines starting with From in email body? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2005 19:16:59 -0000 On Tue, Jun 14, 2005 at 02:28:45PM -0400, Bart Silverstrim wrote: > > On Jun 14, 2005, at 2:17 PM, Danny MacMillan wrote: > > >It turns out that when I send the same email both to freebsd-test@ > >and directly to the account I have subscribed to that list, the > >mail delivered via the list has the From line quoting and the other > >one doesn't. So it looks like the list is actually sending the > >From lines quoted over the wire and my FreeBSD configuration is > >okay. Most of the mail I read on this box is list traffic so > >I didn't notice. > > On this list? I forget what it's called now, but qualcomm had a method > of quoting messages so that email would be indented properly on very > small displays, and it's a format that Mail.app uses in quoting > things...and I don't have the ">", but rather colored lines showing > indenting, so from what I can tell there's a formatting code being put > into the message to assist with proper word wrapping and the MUA is > responsible for properly interpreting the text. I believe you're talking about format=flowed. I remember it from a posting war last year sometime. The thing is that the format is determined by the sender, and this is happening even to messages sent by me, and those messages are not in that format. GUI mail clients sometimes are able to represent the > characters at the beginnings of lines as meaning that the line contains quoted text and represent that graphically. Opera does it, it sounds like Mail.app does it too. But they can only work with the text that is there in the first place. Mail.app might have some real fuzzy logic built in if it doesn't interpet those From lines as quoted text. > Perhaps it's a combination of factors; I remember some mail agents give > you an option of how to prefix quoted messages (the >, custom > characters, etc.). Yes, most do, but that setting only comes into play when you are replying to or forwarding messages and quoting the original. It happens on the sending side. The issue I'm having is that the message is altered in transit. It is sent without a ">" in front of the From lines, but it arrives with a ">" in front of the From lines. > Only other thing I could suggest would be a sniff dump of the messages > flying over the wire then retracing them to find out exactly what's > happening, or see if your MUA stores messages in a plain format that > can be viewed on the console and see what exactly is in them (or use a > hex editor on the source to see if there are non-visible characters > embedded in the text for formatting purposes). That's good advice. The mail store on this box is a Maildir folder. The messages are stored in plain RFC822 format. Those From lines are indeed quoted in the mail store, so I guess I can absolve Mutt of all wrongdoing :) Dovecot too for that matter. I don't have those "sniff dump of the messages flying over the wire" smarts. If you can recommend a tool for doing that I would appreciate it. Thanks for your reply. -- Danny MacMillan