From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56062 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: *reproducible* lost marks with nnimap Date: Sat, 17 Jan 2004 03:33:22 +0100 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <87hdyxy2k5.fsf@emptyhost.emptydomain.de> <871xq1xx3k.fsf@emptyhost.emptydomain.de> <86vfndp60s.fsf@PECTOPAH.shenton.org> <1156.217.208.174.213.1074190268.squirrel@217.208.174.213> <86d69jyemn.fsf@PECTOPAH.shenton.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074306833 17250 80.91.224.253 (17 Jan 2004 02:33:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2004 02:33:53 +0000 (UTC) Cc: "Kai Grossjohann" , ding@gnus.org Original-X-From: ding-owner+M4602@lists.math.uh.edu Sat Jan 17 03:33:49 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AhgHV-00020J-00 for ; Sat, 17 Jan 2004 03:33:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1AhgHQ-0008Mv-00; Fri, 16 Jan 2004 20:33:44 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1AhgHL-0008Mq-00 for ding@lists.math.uh.edu; Fri, 16 Jan 2004 20:33:39 -0600 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id CFD0B3A004E for ; Fri, 16 Jan 2004 20:33:38 -0600 (CST) Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id i0H2XaAn030684 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 17 Jan 2004 03:33:36 +0100 Original-To: Chris Shenton Mail-Copies-To: nobody X-Hashcash: 0:040117:chris@shenton.org:7b5009360bf7144f X-Hashcash: 0:040117:kai@emptydomain.de:d29e09bc2664c7f8 X-Hashcash: 0:040117:ding@gnus.org:6f0951c23bb51fa8 In-Reply-To: <86d69jyemn.fsf@PECTOPAH.shenton.org> (Chris Shenton's message of "Fri, 16 Jan 2004 12:42:08 -0500") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56062 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56062 Chris Shenton writes: > "Simon Josefsson" writes: > >> Adding -quiet to OpenSSL is the default these days, I think. I couldn't >> find any other problem discussed, but I didn't read all of it. > > It's in there, by default, so there still seems to be a problem: > > imap-ssl-program's value is > ("openssl s_client -quiet -ssl3 -connect %s:%p" "openssl s_client -quiet -ssl2 -connect %s:%p" "s_client -quiet -ssl3 -connect %s:%p" "s_client -quiet -ssl2 -connect %s:%p") What is the problem? If I read the web page correctly, whatever problem mentioned there went away when -quiet was added.