From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7997 Path: main.gmane.org!not-for-mail From: William Perry Newsgroups: gmane.emacs.gnus.general Subject: Re: Feature bleah Date: Mon, 23 Sep 1996 19:34:59 -0700 Message-ID: <199609240234.TAA00392@wmperry.oz.net> References: Reply-To: wmperry@aventail.com NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148231 9581 80.91.224.250 (20 Oct 2002 21:10:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:10:31 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id TAA27321 for ; Mon, 23 Sep 1996 19:34:57 -0700 Original-Received: from wmperry.oz.net (wmperry@wmperry.oz.net [207.13.185.53]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 24 Sep 1996 04:25:33 +0200 Original-Received: (from wmperry@localhost) by wmperry.oz.net (8.7.4/8.7.3) id TAA00392; Mon, 23 Sep 1996 19:34:59 -0700 Original-To: Steven L Baur In-Reply-To: Errors-to: wmperry@aventail.com X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7>>>>> "Lars" == Lars Magne Ingebrigtsen writes: > >Lars> Anyways. This might be a good opportunity to declare a feature >Lars> freeze and aim for releasing Red Gnus 5.4 Novemberish. After >Lars> that, it's a fruity Gnus, I guess. If I can get that >Lars> inspiration back. *sob* *whine* > >Shoot. I'd like to see Gnus able to talk SMTP directly, so that it >does not need to fork a local sendmail. After all if Netscape can do >it, Gnus should be doing it better. > >I don't think this is much code to write. Any possibility for this >feature in Red Gnus? This is in Emacs 19.34 - I use it all the time at work, since I am behind a SOCKS firewall, and sendmail doesn't grok it. Check this out: (setq send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "newman" smtpmail-local-domain "aventail.com") (require 'smtpmail) Voila! Works great for me (using the elisp SOCKS client I wrote a while back :) This is definitely something we need to synch up with Emacs 19.34 for the 19.15 release of XEmacs. -Bill P.