From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68556 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Encrypt gcc copy with own key Date: Tue, 26 May 2009 07:10:57 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1243289523 16207 80.91.229.12 (25 May 2009 22:12:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 May 2009 22:12:03 +0000 (UTC) Cc: ding@gnus.org To: Michael Sperber Original-X-From: ding-owner+M16987@lists.math.uh.edu Tue May 26 00:11:55 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1M8iOh-0004zz-70 for ding-account@gmane.org; Tue, 26 May 2009 00:11:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1M8iNz-0003aP-6R; Mon, 25 May 2009 17:11:11 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1M8iNw-0003a5-DS for ding@lists.math.uh.edu; Mon, 25 May 2009 17:11:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1M8iNq-0006fM-Hh for ding@lists.math.uh.edu; Mon, 25 May 2009 17:11:08 -0500 Original-Received: from wf-out-1314.google.com ([209.85.200.174]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1M8iOJ-0005ob-00 for ; Tue, 26 May 2009 00:11:31 +0200 Original-Received: by wf-out-1314.google.com with SMTP id 28so1086359wfc.26 for ; Mon, 25 May 2009 15:11:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:cc:subject :references:date:in-reply-to:message-id:user-agent:mime-version :content-type; bh=saUgiZuw1V8/p2CBVr1g/lShjhw1COa1wqmYuaMRl1s=; b=AdIsEAouqoddzeJ5ZRgtOiI05DjmdzVQfbSUyIgw2Zjgdai1lWMR36ituZApBvmPOv 96lQHqkiLP71yZjGQ73kYXKkXKvYTY4/gXumoDlZ1DY+FXsrDnCArGbsRVhQG9h5neNy 4u6nTibGkEjCx0HKqo9GGTDpNFhPW6r36xuNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=m8TKamONxaZA+XnbGxyZC9n6uzThzaNIqL8b1e1IR/5Km7xdifGhrgYUKh0bOhKn3u CjAHbLShutsAGCGd++JLHf0U2ySxE5ehJVilAzv/t61OYYEQ7GKF9wbqHC7TojyBLSo5 5BZycJEPyJ6U72yw13JtOJd6nIYUFxtSG+v1w= Original-Received: by 10.142.166.7 with SMTP id o7mr2537100wfe.137.1243289460153; Mon, 25 May 2009 15:11:00 -0700 (PDT) Original-Received: from chilled (221x255x76x222.ap221.ftth.ucom.ne.jp [221.255.76.222]) by mx.google.com with ESMTPS id 29sm2630665wfg.8.2009.05.25.15.10.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 25 May 2009 15:10:59 -0700 (PDT) In-Reply-To: (Michael Sperber's message of "Mon, 25 May 2009 15:10:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68556 Archived-At: >>>>> In >>>>> Michael Sperber wrote: > I often archive a copy of an encrypted e-mail. Once upon a time, I > wondered how to do this without encrypting the archive copy with the > recipient's key (which I don't have). Reiner Steib gave some advice > here: > http://article.gmane.org/gmane.emacs.gnus.general/66847 > Somehow, I seem to remember that his idea worked. Looking back at my > archived copies, however, they are all un-decryptable. Tracing through > the code, it's clear the gcc copy is explicitly encrypted using the > recipient's key. So I think there's ultimately a bug somewhere. This is not a bug of Gnus, but of his suggestion. The default recipient shall be used only if the recipient is not specified (see the GnuPG manual). Try "encrypt-to " instead of "default-recipient-self". Regards, -- Daiki Ueno