From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: smtp crap Date: Mon, 10 Oct 2011 23:38:41 -0400 Message-ID: References: <8739f4kzp3.fsf@catnip.gol.com> <87ipo0p1bc.fsf@stupidchicken.com> <58C87CB9F44943A7BBE78F2D6B62A850@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318304333 11843 80.91.229.12 (11 Oct 2011 03:38:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 03:38:53 +0000 (UTC) Cc: 'Chong Yidong' , 'Miles Bader' , ding@gnus.org, Drew Adams , emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 05:38:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDTB0-0006BO-Mp for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 05:38:46 +0200 Original-Received: from localhost ([::1]:36272 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDTB0-0005bz-3S for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 23:38:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDTAx-0005bt-Hx for emacs-devel@gnu.org; Mon, 10 Oct 2011 23:38:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDTAw-0006Nu-O9 for emacs-devel@gnu.org; Mon, 10 Oct 2011 23:38:43 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:16702 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDTAw-0006Nq-Gt; Mon, 10 Oct 2011 23:38:42 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAKu5k05FxJoX/2dsb2JhbABDqBqBBoFTAQEEAVYjBQsLNBIUGA0kLodjuWiHTAShHYRF X-IronPort-AV: E=Sophos;i="4.68,521,1312171200"; d="scan'208";a="141072290" Original-Received: from 69-196-154-23.dsl.teksavvy.com (HELO ceviche.home) ([69.196.154.23]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 10 Oct 2011 23:38:41 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id A428D660B6; Mon, 10 Oct 2011 23:38:41 -0400 (EDT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Tue, 11 Oct 2011 00:06:21 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144855 gmane.emacs.gnus.general:80279 Archived-At: > So this is my suggestion: Make `C-c C-c' in `M-x report-emacs-bugs' > call the sendmail.el code to determine what mail transport we will be > using. (This may prompt the user.) And then, if it turns out that the > transport is `mailclient-send-it', we disable the From checks. It sounds a bit ugly, but I guess it's about as good a solution as we'll get for now. Please take a stab at it. Stefan