Date: 24 MAR 1996 05:27:38 GMT
From: Stormy Henderson <
[email protected]>
Newgroups: alt.security.pgp
Subject: Re: Looking for PGP Pine
-----BEGIN PGP SIGNED MESSAGE-----
A weary traveler (Ken Bass,
[email protected]) once wrote...
: The new Pine 3.92 release doesn't include integrated PGP support,
: but it can be implemented fairly easily using the "display-filters"
: and "sending-filters" features. I would be suprised if scripts
: don't start showing up soon...
By all means, send them my way!
I use these...which are based on those posted by someone on comp.mail.pine.
/usr/local/bin/PGP-Check
- ----
#!/bin/sh
/usr/local/bin/pgp
sleep 5
- ----
/usr/local/bin/PGP-Encrypt
- ----
#!/bin/sh
pgp -feast
- ----
/usr/local/bin/PGP-Sign
- ----
#!/bin/sh
pgp -fast
- ----
In Pine, I set:
display-filters=_LEADING("-----BEGIN PGP SIGNED MESSAGE-----")_ /usr/local/
bin/PGP-Check
sending-filters=/usr/local/bin/PGP-Sign,/usr/local/bin/PGP-Encrypt
Be happy...
http://www.gtlug.org/~stormy/signature
-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: ascii
iQCVAgUBMVTc3rurJgxna7opAQHDUAP6Akq5dYf3pTioyGbd5siVEz+JzAiX1u5a
cs+1cqweIjF1+NP3aC0GW41dIXGlJH6m0oSqAXH3RfMGYcOU9EkZ8iq2zbXcbDYO
riJqzEbzrG8vxioojAMrNWb29clCHoRUxDzOVqRV5uQUfV1rk00PzAafPzW4glzv
pb8Abot3yUE=
=e6ZT
-----END PGP SIGNATURE-----