Deutsch   English   Français   Italiano  
<s8c8cc$h19$1@nntp.de>

View for Bookmarking (what is this?)
Look up another Usenet article

X-Received: by 2002:a5d:68ca:: with SMTP id p10mr16234674wrw.30.1621730509035;
        Sat, 22 May 2021 17:41:49 -0700 (PDT)
MIME-Version: 1.0
Path: ...!news-out.google.com!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweak.nl!news.uzoreto.com!weretis.net!feeder8.news.weretis.net!news.cgarbs.de!nntp.de!.POSTED.akk21-int.akk.kit.edu!not-for-mail
From: Urs =?UTF-8?Q?Jan=C3=9Fen?= <urs@buil.tin.org>
Newsgroups: news.software.readers
Subject: Re: Checking PGP/GnuPG Signatures in tin
Date: Sun, 23 May 2021 00:41:48 -0000 (UTC)
Organization: tin.org
Archive: no
Message-ID: <s8c8cc$h19$1@nntp.de>
References: <s8b282$opl$1@gioia.aioe.org>
Injection-Date: Sun, 23 May 2021 00:41:48 -0000 (UTC)
Injection-Info: nntp.de; posting-host="akk21-int.akk.kit.edu:2a00:1398:5:f602:cafe:cafe:cafe:21";
	logging-data="17449"; mail-complaints-to="abuse@nntp.de"
User-Agent: tin/2.6.0-20210414 ("Glen Albyn") (Linux/4.19.0-14-amd64 (x86_64))
Cancel-Lock: sha1:DwBNyxUmXQK6H2f82kmvz1cQsWA=
X-No-Archive: yes
X-No-HTML: yes
Bytes: 1945
Lines: 18

In <s8b282$opl$1@gioia.aioe.org> on Sa, 22 Mai 2021 15:50:59, Russell wrote:
> entry, but nothing works. Tin hooks the line in mailcap, but I get an
> error that the command failed. I think I'm on the right track, but I
> can't figure out the details since tin doesn't have a lot of
> documentation.

inline pgp/gpg (none mime) should work via ^G when viewing an article
(and pgp/gpg was propperly detected/configured at compile time).

when mime is involved 'V' and mailcap should work

this is from my ~/.mailcap which I havn't touched for ages, can't say if
that still works, I don't do gpg.

application/pgp-signature;\
        NAME=%s \&\& DATA=`echo $NAME|sed 's,\\(unknown-00.\\)\\.pgp,\\1.asc,'|tr '123456789' '012345678'` \&\& gpg --verify %s $DATA; needsterminal

and for headersigning (like in control messages) '|'"pgpverify" should do
it.