From owner-freebsd-questions@FreeBSD.ORG Tue Jun 10 17:01:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42AC5106566C for ; Tue, 10 Jun 2008 17:01:11 +0000 (UTC) (envelope-from rvm@CBORD.com) Received: from smssmtp.cbord.com (mx1.cbord.com [24.39.174.11]) by mx1.freebsd.org (Postfix) with ESMTP id 04D178FC1A for ; Tue, 10 Jun 2008 17:01:10 +0000 (UTC) (envelope-from rvm@CBORD.com) X-AuditID: ac1f0165-0000133800000330-1c-484eb3840305 Received: from Email.cbord.com ([10.1.1.100]) by smssmtp.cbord.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 10 Jun 2008 13:01:56 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Jun 2008 13:00:13 -0400 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Problems opening mail on this list Thread-Index: AcjLEY+UVQ21hjoHREaHi3Cu1SRK2QACPFWA References: From: "Bob McConnell" To: "Andrew Berry" X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: RE: Problems opening mail on this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2008 17:01:11 -0000 Andrew, I have Outlook/Office 2003 SP3 with an Exchange server. Unfortunately, that means I do not have access to the raw messages, nor can I look at the full set of footers. Someone suggested your signature may be getting mangled by the listserve. Another reply said they have never seen any of your messages, so their SPAM filter appears to be blocking you. Bob McConnell -----Original Message----- From: Andrew Berry [mailto:andrewberry@sentex.net]=20 Sent: Tuesday, June 10, 2008 11:50 AM To: Bob McConnell Cc: freebsd-questions@freebsd.org Subject: Re: Problems opening mail on this list On 10-Jun-08, at 11:37 AM, Bob McConnell wrote: > I have gotten several messages on this list from an Andrew Barry which > Lookout cannot open. The error message is "Can't open this item. Your > Digital ID name can not be found by the underlying security system." =20 > Can > anyone tell me what is causing this? I typically sign my messages with S/Mime: http://en.wikipedia.org/wiki/S/MIME It means that not only can my message be verified by nearly every =20 client, but messages can be easily encrypted to me as well (since the =20 public key is included in the signature). Usually this works fine with =20 Mailman and other mailing lists; the worst I've seen is that =20 Sourceforge will mangle the text adding their advertisement, =20 invalidating the signature. Other software tends to add footers as a =20 separate MIME part. Looking in the source of one of my previous messages, I see that the =20 following header is set, but that the corresponding signature =20 attachment has been stripped: Content-Type: multipart/signed; boundary=3DApple-Mail-117-728128490; =20 micalg=3Dsha1; protocol=3D"application/pkcs7-signature" Perhaps your mail client is picking up on this header and =20 misinterpreting it? What mail client are you using? --Andrew