Re: Decrypting GPG-encoded messages

2002-02-17 Thread Dave Smith
Thanks to all you lot who helped... Anyway, I've tracked the problem down - for some reason, the company mail system is base64-encoding the encrypted part of the mail before delivering it into my mailbox. Bizarre. A quick wrapper script around GPG, and it's all fixed. -- David Smith

Re: Decrypting GPG-encoded messages

2002-02-16 Thread Dave Smith
On Fri, Feb 15, 2002 at 05:34:15PM -0800, [EMAIL PROTECTED] wrote: > for that matter, is anything wrong with contrib/gpg.rc? works fine for > me. Thanks to all that replied, I've checked my settings against a number of yours, and they're pretty similar. Yes, I've tried contrib/gpg.rc; that's wh

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Will Yardley
Michael Tatge wrote: > Jeremy Blosser muttered: > > > Is anyone willing/able to send me a .muttrc which works with GnuPG > > > and a recent version of mutt? > > [huge pgp.rc snipped] > > Did this have to be on the list? :-| for that matter, is anything wrong with contrib/gpg.rc? works fine fo

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Michael Tatge
Jeremy Blosser muttered: > On Feb 15, Dave Smith [[EMAIL PROTECTED]] wrote: > > Is anyone willing/able to send me a .muttrc which works with GnuPG and a > > recent version of mutt? [huge pgp.rc snipped] Did this have to be on the list? :-| Michael -- PGP-Key: http://www-stud.ims.uni-stuttgart

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Jeremy Blosser
On Feb 15, Dave Smith [[EMAIL PROTECTED]] wrote: > Is anyone willing/able to send me a .muttrc which works with GnuPG and a > recent version of mutt? # Name: forward_decrypt # Type: boolean # Default: yes # Controls the handling of encrypted messages when forwarding a message. When # set, the o

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Thomas Huemmler
* Dave Smith <[EMAIL PROTECTED]> [02/02/15 10:39]: > And my gpg.rc is as follows: > set pgp_encrypt_only_command="pgpewrap gpg --no-secmem-warning -v --batch --output >- --encrypt --textmode --armor --always-trust -- -r %r -- %f"

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Simon White
Nick Wilson's last message had 1.3.27i and was GnuPG signed. Nick? Simon. On 15-Feb-02 at 09:05, Dave Smith's transmission stated : > > Is anyone willing/able to send me a .muttrc which works with GnuPG and a > recent version of mutt? -- |-Simon White |-Internet Services Manager |-MTDS S.A.

Re: Decrypting GPG-encoded messages

2002-02-15 Thread Dave Smith
On Thu, Feb 14, 2002 at 05:13:06PM +, [EMAIL PROTECTED] wrote: > Since it's a bit complex and I don't really know what I'm talking about, I'm > giving you a link which does. Sorry, previous mail should have gone to list, not to you directly. I've already looked at the link you gave, and it s

Re: Decrypting GPG-encoded messages

2002-02-14 Thread Simon White
Since it's a bit complex and I don't really know what I'm talking about, I'm giving you a link which does. Simon On 14-Feb-02 at 16:57, Dave Smith's transmission stated : > On Mon, Feb 11, 2002 at 06:22:06AM -0500, [EMAIL PROTECTED] wrote: > > % The first one (concerning this thread) is unrelate

Re: Decrypting GPG-encoded messages

2002-02-14 Thread Dave Smith
On Mon, Feb 11, 2002 at 06:22:06AM -0500, [EMAIL PROTECTED] wrote: > % The first one (concerning this thread) is unrelated to the batching/scripting > % problem. I am simply unable to send a GPG-encrypted mail. I create the > > Hokay. This certainly will require some debugging, but I haven't h

Re: Decrypting GPG-encoded messages

2002-02-11 Thread David T-G
Dave -- ...and then Dave Smith said... % % On Sat, Feb 09, 2002 at 05:37:19AM -0500, [EMAIL PROTECTED] wrote: % > I agree that what you wish to accomplish (having mutt automatically % > encrypt a file that you attach for sending) should be possible. My ... % % Sorry, perhaps I haven't explaine

Re: Decrypting GPG-encoded messages

2002-02-11 Thread Dave Smith
On Mon, Feb 11, 2002 at 09:34:36AM +, [EMAIL PROTECTED] wrote: > GPG signing works fine - I can sign mails (like this one), but I just can't > encrypt them. Of course, it helps if I actually do sign a mail when I say that I'm going to... -- David Smith Tel: +44 (0)1454 462

Re: Decrypting GPG-encoded messages

2002-02-11 Thread Dave Smith
On Sat, Feb 09, 2002 at 05:37:19AM -0500, [EMAIL PROTECTED] wrote: > I agree that what you wish to accomplish (having mutt automatically > encrypt a file that you attach for sending) should be possible. My > suggestion there is to get the procedure nailed down manually and then > try working on c

Re: Decrypting GPG-encoded messages

2002-02-09 Thread David T-G
Dave -- I agree that what you wish to accomplish (having mutt automatically encrypt a file that you attach for sending) should be possible. My suggestion there is to get the procedure nailed down manually and then try working on converting it to a batch. I can't tell from your messages whether

Re: Decrypting GPG-encoded messages

2002-02-08 Thread Dave Smith
Replying to my own mail... On Fri, Feb 08, 2002 at 01:11:28PM +, [EMAIL PROTECTED] wrote: > Hi all. PGP/GPG newbie alert... :-) > > As mentioned in another mail, I'm trying to mail some encrypted messages > around. I appear to be able to encrypt messages, but not decrypt them. I've just t