On Wed, Aug 14, 2002 at 06:53:26AM +1000, Howard Lowndes wrote:

> I use pgp with the -f option in Pine to filter received signed emails
> for pgp sig checking prior to displaying them.
> 
> I can't see that option in gpg, in fact a search on the word "filter" in
> the man page produces nothing.

In mutt I use:

    set pgp_verify_command="/usr/bin/gpg --no-verbose --batch -o - --verify %s %f"

to verify signatures.  %f is the message file, %s is the detached
signature file (mutt creates temporary files for these).  I don't know
whether pine can do this, or whether you need one of the front ends
listed on:

    http://www.gnupg.org/frontends.html


Cheers,

John
-- 
whois [EMAIL PROTECTED]
GPG key id: 0xD59C360F
http://kirriwa.net/john/
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to