On Mon, Jan 07, 2002 at 06:13:52PM +0000, Pete Ryland wrote:
> On Mon, Jan 07, 2002 at 11:22:39PM +1100, Malcolm V wrote:
> > On Mon, 2002-01-07 at 02:57, Eugene Teo wrote:
> > > You mean this?
> > > 
> > > gpg: Good signature from "Malcolm Valentine (Spin)
> > > <[EMAIL PROTECTED]>"
> > > gpg: WARNING: This key is not certified with a trusted signature!
> > > gpg:          There is no indication that the signature belongs to the
> > > owner.
> > 
> > Yes, that is the one. Your key and another that has popped up on the
> > mailing list returns good, so it is no longer a matter of all other keys
> > returning bad.
> > 
> > As for why some keys are consistently returning bad, I assume they are
> > being munged some point along the delivery chain...
> 
> I think there was a change recently in mutt's default gpg config (under
> debian at least).  That could be part of the problem.
> 
> Actually, I decided the other day to prettify my mutt/gpg integration and
> came up with the attached file.
> 
> Note the pgp_verfiy_command, and the pgp_good_sign params (and the pretty
> colours).
> 
> If you want to manually check fingerprints, get rid of the grep -v.
> 
> Hope this is useful to someone.

Silly me, forgot to attach file..

Pete
color body yellow black '^\[GNUPG:] SIG_ID.*'
color body brightgreen black '^\[GNUPG:] GOODSIG.*'
color body brightyellow black '^\[GNUPG:] SIGEXPIRED.*'
color body brightred black '^\[GNUPG:] (KEYREVOKED|BADSIG|ERRSIG|BADARMOR).*'
color body yellow black '^\[GNUPG:] VALIDSIG.*'
color body yellow black '^gpg: .*'
color body brightgreen black '^\[GNUPG:] TRUST_(ULTIMATE|FULLY)'
color body brightyellow black '^\[GNUPG:] TRUST_(MARGINAL|UNDEFINED)'
color body brightyellow black '^\[GNUPG:] TRUST_UNDEFINED'
color body brightred black '^\[GNUPG:] TRUST_NEVER'
color body yellow black '^\[GNUPG:]'

set pgp_decode_command="/usr/bin/gpg   --status-fd=2 %?p?--passphrase-fd 0? 
--no-verbose --quiet  --batch  --output - %f"
set pgp_verify_command='/usr/bin/gpg --keyserver wwwkeys.pgp.net --status-fd=2 
--no-verbose --quiet  --batch  --output - --verify %s %f 2>&1 | grep "^\\[GNUPG:]" | 
grep -v -e SIG_ID -e VALIDSIG'
set pgp_decrypt_command="/usr/bin/gpg   --status-fd=2 --passphrase-fd 0 --no-verbose 
--quiet  --batch  --output - %f"
set pgp_sign_command="/usr/bin/gpg    --no-verbose --batch --quiet   --output - 
--passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f"
set pgp_clearsign_command="/usr/bin/gpg   --no-verbose --batch --quiet   --output - 
--passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f"
set pgp_encrypt_only_command="/usr/lib/mutt/pgpewrap /usr/bin/gpg    --batch  --quiet  
--no-verbose --output - --encrypt --textmode --armor --always-trust -- -r %r -- %f"
set pgp_encrypt_sign_command="/usr/lib/mutt/pgpewrap /usr/bin/gpg  --passphrase-fd 0  
--batch --quiet  --no-verbose  --textmode --output - --encrypt --sign %?a?-u %a? 
--armor --always-trust -- -r %r -- %f"
set pgp_import_command="/usr/bin/gpg  --no-verbose --import -v %f"
set pgp_export_command="/usr/bin/gpg   --no-verbose --export --armor %r"
set pgp_verify_key_command="/usr/bin/gpg   --verbose --batch  --fingerprint 
--check-sigs %r"
set pgp_list_pubring_command="/usr/bin/gpg   --no-verbose --batch --quiet   
--with-colons --list-keys %r"
set pgp_list_secring_command="/usr/bin/gpg   --no-verbose --batch --quiet   
--with-colons --list-secret-keys %r"
set pgp_good_sign="^\\[GNUPG:\\] GOODSIG"

Attachment: msg19267/pgp00000.pgp
Description: PGP signature

Reply via email to