From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: smtp crap Date: Mon, 10 Oct 2011 22:09:18 -0400 Message-ID: <1oty7gjn3l.fsf@fencepost.gnu.org> 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; charset=us-ascii X-Trace: dough.gmane.org 1318298968 16971 80.91.229.12 (11 Oct 2011 02:09:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2011 02:09:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 11 04:09:24 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 1RDRmW-0006ci-6r for ged-emacs-devel@m.gmane.org; Tue, 11 Oct 2011 04:09:24 +0200 Original-Received: from localhost ([::1]:59307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDRmV-0001Qj-EP for ged-emacs-devel@m.gmane.org; Mon, 10 Oct 2011 22:09:23 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDRmS-0001Qd-Ib for emacs-devel@gnu.org; Mon, 10 Oct 2011 22:09:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDRmR-0005BS-OO for emacs-devel@gnu.org; Mon, 10 Oct 2011 22:09:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35279) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDRmR-0005BO-L6 for emacs-devel@gnu.org; Mon, 10 Oct 2011 22:09:19 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RDRmR-0003KH-0B; Mon, 10 Oct 2011 22:09:19 -0400 X-Spook: AIMSX ARPA ANZUS Peking Rumsfeld NASA ISEC national X-Ran: Jeb/JwRU`+N^,bsO>w-lqNx\[`*Y9H!K.@KqraFH'-IE"oeA_.mHAOIh!_[,r_8Ma$[2Vc X-Hue: black X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:144846 Archived-At: Lars Magne Ingebrigtsen wrote: > 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. That seems clearly correct to me. (Also the use of yes/no versus y/n in all these prompts should be consistent.)