From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Zelphir Kaltstahl Newsgroups: gmane.lisp.guile.user Subject: Re: mailmam, web bridge, forum, p2p Date: Sun, 27 Oct 2019 20:28:53 +0100 Message-ID: References: <87zhhmw9gc.fsf@fcs20.keithdiane.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="90219"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 To: guile-user@gnu.org, Keith Wright Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Oct 27 20:29:35 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iOoEI-000NKo-LO for guile-user@m.gmane.org; Sun, 27 Oct 2019 20:29:34 +0100 Original-Received: from localhost ([::1]:46830 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOoEG-0000nB-Kh for guile-user@m.gmane.org; Sun, 27 Oct 2019 15:29:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40645) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iOoDj-0000fT-Ra for guile-user@gnu.org; Sun, 27 Oct 2019 15:29:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iOoDi-00005e-O2 for guile-user@gnu.org; Sun, 27 Oct 2019 15:28:59 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:49461) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iOoDi-000059-8i for guile-user@gnu.org; Sun, 27 Oct 2019 15:28:58 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 877DD240100 for ; Sun, 27 Oct 2019 20:28:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1572204535; bh=/+Rfg9tbX2l66/taF88Rq1SCK34Qfi89HlGHnZ7h/EM=; h=Subject:To:From:Date:From; b=U4ZzKL/wdClvAQRVhX2rrVp/2Jc0tbSw+WMm0wUpL8K2WOF8wQVsjuc2uApuUsi1Y IPSut/bM8pXgQMKlcgW6LF4yiS9hfgOcyedsonsceL5suhrGfoBi3t/1u5WjsXnQXH PFj5xNXs7bB3Fz9XP8iXBrpIGUWLHRmVgOqngWx3giWFZmrSYW67A5NzvyEa88rsXQ RmDRHV7DhKsQ2c+1GmM31OkGXC7vfr5ezgGe6FvAiMf1Z3N7W7hyeCMSs6U9CusQz4 vecvqv6OEFbCRIJ5XLbd7cSeaXdigcqD/cQth/gfwzC6C3+mtRtntU5z2ivQ9jigek IoNN2uP3VafXg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 471SZZ40Vsz9rxL; Sun, 27 Oct 2019 20:28:54 +0100 (CET) In-Reply-To: <87zhhmw9gc.fsf@fcs20.keithdiane.us> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15864 Archived-At: On 10/27/19 3:26 PM, Keith Wright wrote: > Mike Gerwitz writes: > >> To make sure I see replies, please include me in the recipient list (n= ot >> just the mailing list). I missed this at first. >> >> On Sat, Oct 26, 2019 at 09:48:37 +0200, tomas@tuxteam.de wrote: >>>> Passing session tokens via GET requests is a bad idea, because that >>>> leaks the token. > Actually, if you are going to have an extended conversation > between two people that has little to do with Guile, > consider taking it off the mailing list entirely. > > -- Keith=20 > Hi Keith, I understand your point (everyone gets emails =E2=80=A6), but at the same= time I find this quite educational. It would be great, if at the end there was some documentation why one approach was chosen, with all the up- and downsides of the approaches discussed, if this is not available on the mailing list : ) Regards, Zelphir