From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Changing the default for `send-mail-function' Date: Mon, 27 Jun 2011 23:08:55 +0800 Message-ID: <87pqlztipk.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309188525 17633 80.91.229.12 (27 Jun 2011 15:28:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 15:28:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 17:28:40 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 1QbDjq-0002Og-PK for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 17:28:38 +0200 Original-Received: from localhost ([::1]:56038 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbDjp-00066L-Dk for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 11:28:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbDR0-0000Xb-4u for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:09:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbDQv-0003C9-Gb for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:09:09 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:45464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbDQu-0003Bs-VT for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:09:05 -0400 Original-Received: by pwi12 with SMTP id 12so3650487pwi.0 for ; Mon, 27 Jun 2011 08:09:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=qBriG5ahugHZU5koDTYAiZPGoue+cfGesRNwCqbGUKY=; b=Xr3NnQIzk8OLwrIYCA9XulRgDz5vqBuUlDqo1GKcq86RyZWH64FoTSIE80jI4Z5L9F Lhkr+nYZbhhZbAhil3GWGVVXhnnhUHOiMIrqFwVr7nowGBIknsY6nlCnYTGkZVJWuwFM 7zMrCxSQWrGNadz50JcCMa61zNi14sK+JrJjs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=qXMr23E+0lUKKcVEutWeb7kzGY+AAdEC1GejvcTaVUBp991E7YzM8TWriRi4c5RtSE qIERgElW5JMgQaCq0IxC9MmY/stQfacJtWxU0elD2fj4q37EsIdIakzbmQy2DrjSrtNS iQ7Scf2s5st6hPjlxCTQfkcFEio75PhLedGws= Original-Received: by 10.68.14.226 with SMTP id s2mr3016277pbc.252.1309187344053; Mon, 27 Jun 2011 08:09:04 -0700 (PDT) Original-Received: from home.jasonrumney.net ([180.75.56.252]) by mx.google.com with ESMTPS id v6sm4373843pbh.54.2011.06.27.08.09.02 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Jun 2011 08:09:03 -0700 (PDT) Original-Received: by home.jasonrumney.net (Postfix, from userid 1000) id 58C2D1C98; Mon, 27 Jun 2011 23:08:55 +0800 (MYT) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 26 Jun 2011 15:39:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.41 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:141069 Archived-At: Lars Magne Ingebrigtsen writes: > Eli Zaretskii writes: > >> We don't want that to get in the way of an Emacs user who wants to >> report a bug, for example. > > Another random idea: If that's the main problem, then if the gnu.org MTA > would open a listening port on port 587, and accept mail to gnu.org on > that port, then we could just have the bug reports use > `smtpmail-send-it' to eggs.gnu.org:587 directly... Why port 587? Port 25 is the standard for incoming mail to the mail server's domain.