From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.96.142.65 with SMTP id ru1csp213553qdb; Mon, 24 Mar 2014 17:47:51 -0700 (PDT) X-Received: by 10.60.51.230 with SMTP id n6mr60276470oeo.35.1395708471285; Mon, 24 Mar 2014 17:47:51 -0700 (PDT) Return-Path: Received: from rubyforge.org ([50.56.192.79]) by mx.google.com with ESMTP id we10si16884637obc.75.2014.03.24.17.47.51 for ; Mon, 24 Mar 2014 17:47:51 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) client-ip=50.56.192.79; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 50.56.192.79 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (no key for signature) header.i=@gmail.com; dmarc=fail (p=NONE dis=NONE) header.from=gmail.com Received: from localhost.localdomain (localhost [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 025202E1F1; Tue, 25 Mar 2014 00:47:51 +0000 (UTC) X-Greylist: delayed 309 seconds by postgrey-1.31 at rubyforge; Tue, 25 Mar 2014 00:46:48 UTC Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) by rubyforge.org (Postfix) with ESMTP id CDE682E1E1 for ; Tue, 25 Mar 2014 00:46:48 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id w8so6135773qac.40 for ; Mon, 24 Mar 2014 17:46:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ng33AkcHoIf0K0wZuZzSRQHhYk1T2UOWCYgvf0fvz3U=; b=VWE6j4UGGu+nFJORxJpWC933gjJpko4YOAjlsM6QqH0XDRPWA+PSVdtGHOoa3YdDjy PDP3Kst+gBtfw/z5xU+7TFsxdTpUxMgAJIInAmZyLzvJ2RUEGYCtTrPxg0O1OMRAva8/ 47M+J1s1/Ls0/LTTda1XZ0FaRDSt138euAWWJbm1aTh3wOrtFTSFrrZ+WWtWpBT4hMiv s4FkjkmXMJP1gGYPWWG4qHeUpO4KHFfVaRUVWp/TNDnR7TE1ipPzexFZcTGIPfbP1c/Y YIfV1FC3TA2jfGnhHFW5OhmMpoV27nRUqvusyqD7pUXMAHbMLFS/I/DOGgIGLfFM3dhK eZeg== X-Received: by 10.224.67.131 with SMTP id r3mr11674084qai.75.1395708096348; Mon, 24 Mar 2014 17:41:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.40.84 with HTTP; Mon, 24 Mar 2014 17:41:16 -0700 (PDT) From: James Pearson Date: Mon, 24 Mar 2014 17:41:16 -0700 Message-ID: To: sup-talk Subject: [sup-talk] Getting GPG working in Sup X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============4970957356243599913==" Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org --===============4970957356243599913== Content-Type: multipart/alternative; boundary=001a11c3cefc4b079404f5639dc9 --001a11c3cefc4b079404f5639dc9 Content-Type: text/plain; charset=ISO-8859-1 I recently decided that I should start using GPG, primarily for signing messages (not encrypting them). I'm looking at https://github.com/sup-heliotrope/sup/wiki/gpg , and while I think I've got everything set correctly, test messages aren't being signed. # .sup/config.yaml 1 --- 2 :accounts: 3 :default: [...] 9 :gpgkey: '58DAFDEB' [...] # .sup/hooks/crypto-mode.rb 1 crypto_selector.set_to :sign [$]> gem list | grep gpg gpgme (2.0.5, 2.0.2) and that should be it, right? But when I send an email to myself, I don't get prompted for my GPG passphrase, and I don't see an .asc on the receiving side. Any tips? I'm using sup 0.15.4. - P --001a11c3cefc4b079404f5639dc9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I recently decided that I should start using GPG, primaril= y for signing messages (not encrypting them). =A0I'm looking at=A0htt= ps://github.com/sup-heliotrope/sup/wiki/gpg , and while I think I'v= e got everything set correctly, test messages aren't being signed.

# .sup/config.yaml
=A0 1 ---
=A0 2 = :accounts:
=A0 3 =A0 :default:
[...]
=A0 9 = =A0 =A0 :gpgkey: '58DAFDEB'
[...]

#=A0.sup/hooks/crypto-mode.rb
=A01 crypto_selector.set_to :sign

[$= ]> gem list | grep gpg
gpgme (2.0.5, 2.0.2)
and that should be it, right? =A0But when I send an email to m= yself, I don't get prompted for my GPG passphrase, and I don't see = an .asc on the receiving side.

Any tips? =A0I'm using sup 0.15.4.
=
=A0- P
--001a11c3cefc4b079404f5639dc9-- --===============4970957356243599913== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk --===============4970957356243599913==--