From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62000 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for smime.el (smime-cert-by-ldap-1) Date: Wed, 15 Feb 2006 14:53:29 +0100 Message-ID: References: <87mzgt8ugz.fsf@arnested.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140012142 7664 80.91.229.2 (15 Feb 2006 14:02:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2006 14:02:22 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m10527@lists.math.uh.edu Wed Feb 15 15:02:03 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F9NDy-0004G2-6Q for ding-account@gmane.org; Wed, 15 Feb 2006 15:01:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1F9NDp-00058n-00; Wed, 15 Feb 2006 08:01:33 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1F9N6C-00058i-00 for ding@lists.math.uh.edu; Wed, 15 Feb 2006 07:53:40 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1F9N6B-0007dc-3U for ding@lists.math.uh.edu; Wed, 15 Feb 2006 07:53:40 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1F9N69-0007MJ-00 for ; Wed, 15 Feb 2006 14:53:38 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id k1FDrXH1028018 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2006 14:53:34 +0100 Original-To: Arne =?iso-8859-1?Q?J=F8rgensen?= OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:060215:ding@gnus.org::O20mzi8o0Z1kJKlt:03Z X-Hashcash: 1:21:060215:arne@arnested.dk::hV/+ESpr8vbTDd8P:6gvP In-Reply-To: <87mzgt8ugz.fsf@arnested.dk> (Arne =?iso-8859-1?Q?J=F8rgensen?= =?iso-8859-1?Q?'s?= message of "Tue, 14 Feb 2006 23:07:56 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-MIME-Autoconverted: from 8bit to quoted-printable by yxa.extundo.com id k1FDrXH1028018 X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62000 Archived-At: Arne J=F8rgensen writes: > Hi, > > I just ran in to a person who was registered at my LDAP server but had > no certificate stored there. This patch will handle such cases without > errors. Applied, thanks!