Sam,

Thanks for help. It turns out the problem was my gpg/options file.
I used to have all the options from the following lines in that file
#GPG to PGP compatibility while encoding
gpg -e --compress-algo 1 --cipher-algo cast5
#Export secrete Key
gpg --s2k-cipher-algo 3des --compress-algo 1 --rfc1991 --export-secret-keys
<Key-ID>
There are somehow conflicts (I guess). I now put them in
mimegpg.c and export.c, and all appears to work well.

Frank

----- Original Message -----
From: "Sam Varshavchik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 20, 2002 7:48 PM
Subject: [courier-users] Re: gpg encrypt has extra charaters


> Frank Notspak writes:
>
> > Hi,
> >
> > Any message encrypted via SqWebmail cannot be opened by Eudora.
> > I found the problem is that somehow mimegpg put two extra characters
> > ("c) in the encrypted message. For example, what should have been
> > Content-Type: multipart/mixed; boundary="=_0_11063_1014243934"
> > ......
> > becomes
> > "cContent-Type: multipart/mixed; boundary="=_0_11063_1014243934"
> >
> > You can check this by saving the second attachment file from an mimegpg
> > encrypted message and manually decrypted.
> >
> > I looked at mimegpg.c but could not figure out where the extra "c
characters
> > are from. Hope you can help.
>
> I cannot reproduce this. Try manually decrypt a GPG/MIME-encrypted message
> as follows:
>
> GNUPGHOME=[...]/Maildir/gpg    # Or, wherever your GPG secret key lives
> export GNUPGHOME
> mimegpg -d <$filename  # $filename is the GPG/MIME encrypted message
>
> mimegpg is installed by sqwebmail.
>
> --
> Sam
>
>
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to