From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81137 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: smtpmail authentication again Date: Wed, 01 Feb 2012 14:02:32 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <871uqextpz.fsf@lifelogs.com> References: <87d3awtgda.fsf@lifelogs.com> <878vlktfy6.fsf@lifelogs.com> <87ipkos051.fsf@lifelogs.com> <87zkdaffyl.fsf@gnus.org> <877h0e5bjl.fsf@lifelogs.com> <87obtpc9h1.fsf@gnus.org> <87zkd92bvd.fsf@lifelogs.com> <87r4yl80kb.fsf@gnus.org> <87fweuxudj.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328122972 11369 80.91.229.3 (1 Feb 2012 19:02:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 19:02:52 +0000 (UTC) Cc: Gnus Ding To: "Johann 'Myrkraverk' Oskarsson" Original-X-From: ding-owner+M29418@lists.math.uh.edu Wed Feb 01 20:02:47 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RsfSA-0002Uh-Bl for ding-account@gmane.org; Wed, 01 Feb 2012 20:02:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1RsfS4-0006a0-Oy; Wed, 01 Feb 2012 13:02:40 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1RsfS3-0006Zv-Vp for ding@lists.math.uh.edu; Wed, 01 Feb 2012 13:02:39 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsfS0-0006Oh-1o for ding@lists.math.uh.edu; Wed, 01 Feb 2012 13:02:39 -0600 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsfRy-0006ag-FL for ding@gnus.org; Wed, 01 Feb 2012 20:02:34 +0100 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id 8AC1F7E208; Wed, 1 Feb 2012 19:02:33 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Gmane-Reply-To-List: yes In-Reply-To: (Johann Oskarsson's message of "Wed, 01 Feb 2012 18:53:14 +0000") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81137 Archived-At: On Wed, 01 Feb 2012 18:53:14 +0000 "Johann 'Myrkraverk' Oskarsson" wrote: J'O> Ted Zlatanov writes: >> On Fri, 27 Jan 2012 19:25:40 +0100 Lars Ingebrigtsen >> wrote: >> LI> Ted Zlatanov writes: >>>> OK. Do you want to put together a spec for how it would work? >> LI> It's more Extreme Programmish to just write the code! >> >> Extreme Programmers would have done it already in Ruby and node.js, >> using 4 XML XSLT transforms. Slacker. JO> Is it not XP enough to just use msmtp? I'm currently using it with a JO> hook to set the -a flag according to my From: line. Installing msmtp is not always an option (e.g. W32 or machines with no administrator privileges), and it's not integrated with auth-source or any other Gnus functionality. So it's not ideal for many cases, though it certainly works well. Ted