From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11237 Path: main.gmane.org!not-for-mail From: David Moore Newsgroups: gmane.emacs.gnus.general Subject: Re: Nocem errors block things Date: 31 May 1997 10:01:12 -0700 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150980 29124 80.91.224.250 (20 Oct 2002 21:56:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:56:20 +0000 (UTC) Return-Path: Original-Received: from sandy.calag.com (root@sandy [206.190.83.128]) by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id KAA00128 for ; Sat, 31 May 1997 10:37:38 -0700 Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by sandy.calag.com (8.8.5/8.8.5) with ESMTP id KAA17171 for ; Sat, 31 May 1997 10:37:34 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id MAA15199 for ; Sat, 31 May 1997 12:36:55 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sat, 31 May 1997 19:00:42 +0200 Original-Received: (qmail 13954 invoked by uid 504); 31 May 1997 17:00:41 -0000 Original-Received: (qmail 13951 invoked from network); 31 May 1997 17:00:40 -0000 Original-Received: from mailbox2.ucsd.edu (132.239.1.54) by claymore.vcinet.com with SMTP; 31 May 1997 17:00:40 -0000 Original-Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by mailbox2.ucsd.edu (8.8.5/8.6.9) with SMTP id KAA00714 for ; Sat, 31 May 1997 10:00:39 -0700 (PDT) Original-Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4) id KAA16550; Sat, 31 May 1997 10:01:12 -0700 Original-To: ding@gnus.org X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L Mail-Copies-To: never In-Reply-To: Lars Magne Ingebrigtsen's message of 24 May 1997 05:42:43 +0200 X-Mailer: Gnus v5.4.45/XEmacs 20.1 Original-Lines: 30 Original-Xref: altair.xemacs.org dgnus-list:1627 Xref: main.gmane.org gmane.emacs.gnus.general:11237 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11237 Lars Magne Ingebrigtsen writes: > Jan Vroonhof writes: > > > I know how to submit a backtrace.. However I was not commenting about > > the fact that it barfed. The message is probably malformed. I was > > sayign I didn't like that fact that Gnus stopped after MailCrypt > > barfed. Now if Gnus was supposed to catch that, that was a bug and I > > will submit a backrtace. However I first want to know wether it is and > > if not I would like it to be that way. > > If Gnus stops, then it's a bug. Mail me backtraces. Oops, I had this same problem the day before I left on vacation. I fixed it, but forgot to send in the patch. :) (defun gnus-nocem-verify-issuer (person) "Verify using PGP that the canceler is who she says she is." (if (fboundp gnus-nocem-verifyer) (condition-case () (funcall gnus-nocem-verifyer) (error nil)) ;; If we don't have Mailcrypt, then we use the message anyway. t)) Slap that into gnus-nocem.el. Perhaps this is already fixed, I'm still running pre-vacation gnus, and haven't read changelog entries on the new ones.