Rebecca Ore on Fri, 17 Aug 2001 18:30:17 +0200 |
On Fri, 17 Aug 2001, Bill Jonas wrote: > On Fri, Aug 17, 2001 at 03:04:09AM -0400, Rebecca Ore wrote: > > The mutt I'm using recognizes Ian's as signed. Which mutt? > > 1.2.5i and 1.3.18i. > > > I also have some thing in my .procmailrc which may be helping, but I > > do see both as signed. > > Could you post? > Courtesy of Brian Moore, Perl and C hacker: Add a "Content-Type: application/pgp" header so Mutt will know the # mail is encrypted. :0 fBw * ^-----BEGIN PGP MESSAGE----- * !Content-type: multipart | formail -i "Content-Type: application/pgp; format=text; x-action=encrypts ign" # Add a "Content-Type: application/pgp" header so Mutt will know # the # mail is signed. :0 fBw * ^-----BEGIN PGP SIGNED MESSAGE----- * !Content-type: multipart | formail -i "Content-Type: application/pgp; format=text; x-action=sign" I also have a file muttrc-pgp6 in my .mutt folder. # -*-muttrc-*- # # PGP command formats for PGP 6.5.1i # # %p The empty string when no passphrase is needed, # the string "PGPPASSFD=0" if one is needed. # # This is mostly used in conditional % sequences. # # %f Most PGP commands operate on a single file or a file # containing a message. %f expands to this file's name. # # %s When verifying signatures, there is another temporary file # containing the detached signature. %s expands to this # file's name. # # %a In "signing" contexts, this expands to the value of the # configuration variable $pgp_sign_as. You probably need to # use this within a conditional % sequence. # # %r In many contexts, mutt passes key IDs to pgp. %r expands to # a list of key IDs. # # $ Id: pgp6.rc,v 1.3 1999/11/11 20:50:32 roland Exp roland $ # # decode application/pgp #set pgp_decode_command="%?p?PGPPASSFD=0; export PGPPASSFD;? cat %?p?-? %f | pgp +verbose=0 +batchmode -f" # verify a pgp/mime signature set pgp_verify_command="pgp +verbose=0 +batchmode -t %s %f" # decrypt a pgp/mime attachment set pgp_decrypt_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbose= 0 +batchmode -f" # create a pgp/mime signed attachment set pgp_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbose=0 + batchmode -abfst %?a? -u %a?" # create a application/pgp signed (old-style) message set pgp_clearsign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +verbos e=0 +batchmode +clearsig -afst %?a? -u %a?" # create a pgp/mime encrypted attachment set pgp_encrypt_only_command="pgp +verbose=0 +encrypttoself +batchmode -aeft %r < %f" # create a pgp/mime encrypted and signed attachment set pgp_encrypt_sign_command="PGPPASSFD=0; export PGPPASSFD; cat - %f | pgp +ver bose=0 +encrypttoself +batchmode +clearsig=off -aefts %r %?a?-u %a?" # import a key into the public key ring set pgp_import_command="pgp -ka %f " # export a key from the public key ring set pgp_export_command="pgp -kxaf %r" # verify a key set pgp_verify_key_command="pgp -kcc %r" # read in the public key ring set pgp_list_pubring_command="pgpring -5 %r" # read in the secret key ring set pgp_list_secring_command="pgpring -s -5 %r" # receive key from keyserver: set pgp_getkeys_command="pgp -kxa %r"" -----------------------------Cut here I also have this in my muttrc: # # Pretty Good Privacy (PGP): # source ~/.mutt/pgp6rc If you go to the mutt site, you can find other dot files for other flavors of pgp. I also have a vcard filter/displayer and set mutt to call on lynx for html. -- Rebecca Ore http://www.ogoense.net ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|