From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78019 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Outgoing mail defaults Date: Sat, 19 Mar 2011 23:06:25 -0400 Message-ID: References: <87d3ln9b7y.fsf@stupidchicken.com> <87aagqsh4e.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300590407 11466 80.91.229.12 (20 Mar 2011 03:06:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Mar 2011 03:06:47 +0000 (UTC) Cc: ding@gnus.org, emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 20 04:06:41 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q18yU-0002wN-H2 for ged-emacs-devel@m.gmane.org; Sun, 20 Mar 2011 04:06:38 +0100 Original-Received: from localhost ([127.0.0.1]:59943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q18yT-00007w-9l for ged-emacs-devel@m.gmane.org; Sat, 19 Mar 2011 23:06:37 -0400 Original-Received: from [140.186.70.92] (port=58963 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q18yN-0008Sj-8r for emacs-devel@gnu.org; Sat, 19 Mar 2011 23:06:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q18yL-0006US-L0 for emacs-devel@gnu.org; Sat, 19 Mar 2011 23:06:31 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:1204 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q18yL-0006UI-IZ for emacs-devel@gnu.org; Sat, 19 Mar 2011 23:06:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAG4MhU1Ld/X5/2dsb2JhbACldHiITbhNhWMElWk X-IronPort-AV: E=Sophos;i="4.63,213,1299474000"; d="scan'208";a="97264418" Original-Received: from 75-119-245-249.dsl.teksavvy.com (HELO pastel.home) ([75.119.245.249]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 19 Mar 2011 23:06:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 1ED3D5914C; Sat, 19 Mar 2011 23:06:25 -0400 (EDT) In-Reply-To: <87aagqsh4e.fsf@lifelogs.com> (Ted Zlatanov's message of "Sat, 19 Mar 2011 20:41:37 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137444 gmane.emacs.gnus.general:78019 Archived-At: > I'd like to make it possible to have the line > machine mysmtphost port smtp > in the authinfo.gpg file. I would do this by changing the example code I'm not sure I understand what you're suggesting: AFAIK auto-source maintains a database of how to connect to a given host, not which host to use for which kind of service. Or are you suggesting the smtpmail should default to using "whichever host name appears in .authinfo where the associated port is `smtp'"? Stefan