[400 messages later...] On Fri, Oct 12, 2001 at 09:18:59PM -0400 I heard the voice of David T-G, and lo! it spake thus: > > At the moment I'm just catching all keys into catch-all-keys and moving > each one with my gpg--move script (available if anyone is interested; > it's brute force but it works); I plan to use some folder-hooks to > specify the proper mailing list ring so that when I'm reading =F.mutt and > mutt tells gpg to download a key it drops it into mutt instead of the > catch-all-keys bin, but I haven't gotten around to it yet :-)
Well, I just forced myself to make the switch to GPG, because of the total lack of flexibility in the key management of PGP 5, and did this. Example: folder-hook mutt 'set pgp_verify_command="~/.mutt/gnupg_verify.sh muttlists %s %f";my_hdr From: [EMAIL PROTECTED]' (ttyp0):{283}% cat ~/.mutt/gnupg_verify.sh #!/bin/sh exec gpg --no-verbose --no-options --no-default-keyring \ --keyring ~/.gnupg/pubring.$1.gpg --secret-keyring /dev/null \ --keyserver wwwkeys.pgp.net --batch --output - --verify $2 $3 A bit hackish, but it works. -- Matthew Fuller (MF4839) | [EMAIL PROTECTED] Unix Systems Administrator | [EMAIL PROTECTED] Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet"