Re: mutt and PGP/GPG

2001-09-18 Thread Thomas Roessler
On 2001-09-17 21:22:54 -0400, Justin R. Miller wrote: >In recent devel versions of Mutt, you can hit Esc-P to convert a >message on-the-fly. In particular, this also works when the PGP-signed or encrypted body part is an attachment. -- Thomas Roesslerhttp://log.does-n

Re: mutt and PGP/GPG

2001-09-17 Thread David
On Tue, 18 Sep 2001, Anand Buddhdev wrote: > On Tue, Sep 18, 2001 at 01:53:24AM +0200, Björn Lindström wrote: > > I don't use procmail; I use maildrop. What does this procmail recipe do? I > would like to translate it into maildrop. > I use maildrop and this is what I use to convert clearsign's

Re: mutt and PGP/GPG

2001-09-17 Thread Justin R. Miller
Thus spake Will Yardley ([EMAIL PROTECTED]): > you can set an option to use the old style of encryption; i'm not sure > if there's an easy way to make mutt automatically check signatures that > use the old style method, although i'm sure a quick search on google > would turn up something regardin

Re: mutt and PGP/GPG

2001-09-17 Thread Anand Buddhdev
On Tue, Sep 18, 2001 at 01:53:24AM +0200, Björn Lindström wrote: I don't use procmail; I use maildrop. What does this procmail recipe do? I would like to translate it into maildrop. > I think this widely circulated piece of code in your .procmailrc > should take care of that. > > --

Re: mutt and PGP/GPG

2001-09-17 Thread Björn Lindström
Will Yardley <[EMAIL PROTECTED]> [010918 01:50]: > you can set an option to use the old style of encryption; i'm > not sure if there's an easy way to make mutt automatically > check signatures that use the old style method, although i'm > sure a quick search on google would turn up something regar

Re: mutt and PGP/GPG

2001-09-17 Thread Will Yardley
Matt Spong wrote: > While we're on the subject of GPG, why is it that mutt's method of > signing messages seems to differ from that of every other mailer on > the planet? It doesn't seem to recognize some signatures, either (for > example, those of Jean-Sebastien Morisset on this list) - the text

mutt and PGP/GPG

2001-09-17 Thread Matt Spong
Hi all While we're on the subject of GPG, why is it that mutt's method of signing messages seems to differ from that of every other mailer on the planet? It doesn't seem to recognize some signatures, either (for example, those of Jean-Sebastien Morisset on this list) - the text of the signature

Re: Mutt and PGP/MIME - problem with other MUA

2000-12-21 Thread Gary
On Thu, Dec 21, 2000 at 01:50:19PM -0500 or thereabouts, David T-G wrote: > % was able to decrypt it without problems. I am using GnuPG with my Mutt > % v1.2.5i. > Yay! Nothing better has been devised > % read the attachment. According to him, they came up as *.ems attachment > Yep. Vely

Re: Mutt and PGP/MIME - problem with other MUA

2000-12-21 Thread David T-G
Gary, et al -- ...and then Gary said... % Hi Mutt men (and women), % % I have a friend who I have been running tests with on PGP/MIME compliance % with his Eudora v5.0.2. He recieved my encrypted MIME email and his Eudora Ick. % was able to decrypt it without problems. I am using GnuPG with

Mutt and PGP/MIME - problem with other MUA

2000-12-20 Thread Gary
Hi Mutt men (and women), I have a friend who I have been running tests with on PGP/MIME compliance with his Eudora v5.0.2. He recieved my encrypted MIME email and his Eudora was able to decrypt it without problems. I am using GnuPG with my Mutt v1.2.5i. Next I sent him an encrypted and signe

Re: courier-mta, mutt and PGP

2000-12-06 Thread Thomas Roessler
On 2000-12-05 17:23:30 -0500, Sam Varshavchik wrote: > Well, I really think it's not really the MUA, but it's PGP/MIME > that's broken. As would be S/MIME (that stuff used by Outlook and Netscape). Sam, I'd seriously suggest that, for the time being, you just implement the standards which are

Re: courier-mta, mutt and PGP

2000-12-06 Thread Thomas Roessler
On 2000-12-05 15:49:53 +0100, Anand Buddhdev wrote: > So the problem boils down to the MUA not generating full and > correct MIME headers. In this case, mutt isn't inserting all the > headers that courier expects (it assumes that the relevant > information will be infered according to RFC 1847).

Re: courier-mta, mutt and PGP

2000-12-05 Thread Aaron Schrab
At 15:49 +0100 05 Dec 2000, Anand Buddhdev <[EMAIL PROTECTED]> wrote: > On Tue, Dec 05, 2000 at 08:31:43AM -0500, Sam Varshavchik wrote: > > Note that the second MIME section does not specify its content transfer > > encoding. Neither is the default transfer encoding specified in the top > > lev

courier-mta, mutt and PGP

2000-12-05 Thread Anand Buddhdev
On Tue, Dec 05, 2000 at 08:31:43AM -0500, Sam Varshavchik wrote: Hi Sam, Thank you very much for this detailed answer. I now understand what the problem is. I just concluded a test, where I manually inserted a Content-Transfer-Encoding: header into the main headers of the mail, and used only 7bi

Re: mutt and PGP

2000-11-21 Thread Karl E. Jørgensen
On Tue, Nov 21, 2000 at 08:19:33PM +0100, Marc Richter wrote: > Hi ! > > O.K. I've got PGP running on my workstation and want > to use it together with mutt now. > > Has anyone get this running ? > > I can send mail using: > set pgp_encrypt_only_command="pgp +verbose=0 +batchmode -et - %r" > >

mutt and PGP

2000-11-21 Thread Marc Richter
Hi ! O.K. I've got PGP running on my workstation and want to use it together with mutt now. Has anyone get this running ? I can send mail using: set pgp_encrypt_only_command="pgp +verbose=0 +batchmode -et - %r" But the decryption is not running :-/ set pgp_decrypt_command="PGPPASSFD=0; export

Re: Using mutt and pgp without asking for passphrase ?

2000-10-23 Thread David T-G
Daniel -- ...and then Daniel Kollar said... % I'm setting the passphrase via the PGPPASS environment variable before starting % mutt. Why would you do that? That has to be the second-worst method of storing the passphrase, and mutt will only ask you once per $pgp_timeout seconds (or until you h

Using mutt and pgp without asking for passphrase ?

2000-10-19 Thread Daniel Kollar
I'm setting the passphrase via the PGPPASS environment variable before starting mutt. Wenn I open a pgp encrypted message mutt still asks me for the passphrase. This is not necessary, because pgp looks automatically for the PGPPASS environment variable. So, how do I disable this function in mutt?

Re: Mutt and PGP passphrase

2000-10-17 Thread Michael Tatge
Mikko Hänninen muttered: > Daniel Kollar <[EMAIL PROTECTED]> wrote on Tue, 17 Oct 2000: > > The passphrase is sent via the command > > cat %?p?-? > > Can this %?p? be used in the mailcap file? > > I'm not sure, but the %?p?-? looks like a Mutt expansion string. >From my gpg.rc assuming that

Re: Mutt and PGP passphrase

2000-10-17 Thread Mikko Hänninen
Daniel Kollar <[EMAIL PROTECTED]> wrote on Tue, 17 Oct 2000: > The passphrase is sent via the command > cat %?p?-? > > I'm not a unix expert. Can anyone explain these quotation marks (?), > please? > Can this %?p? be used in the mailcap file? > I need to send the passphrase to mutt_octet-filt

Re: Mutt and PGP passphrase

2000-10-17 Thread Daniel Kollar
> > Mutt can remember the pgp passphrase once it is entered by the user. > > How does mutt passes the phrase over to pgp when en-/decrypting a message? > > Is there an algorithm that checks for the pgp passphrase input message > > and sends it as stdin ? > and can I snoop it over a network? :-)

Re: Mutt and PGP passphrase

2000-10-17 Thread Conor Daly
On Tue, Oct 17, 2000 at 09:06:23AM +0200 or so it is rumoured hereabouts, Daniel Kollar thought: > Mutt can remember the pgp passphrase once it is entered by the user. > How does mutt passes the phrase over to pgp when en-/decrypting a message? > Is there an algorithm that checks for the pgp pass

Mutt and PGP passphrase

2000-10-17 Thread Daniel Kollar
Mutt can remember the pgp passphrase once it is entered by the user. How does mutt passes the phrase over to pgp when en-/decrypting a message? Is there an algorithm that checks for the pgp passphrase input message and sends it as stdin ? Daniel.

Re: mutt and pgp/mime

2000-10-15 Thread David T-G
Marco -- ...and then Marco Ahrendt said... % On 15 Oct 00, at 13:40, David T-G wrote: % % > you anything else because I don't want to further contribute to your % > delinquency ;-) % % i forgot to say that i already tested this setting. this is not what i want:) Ah. Well, I don't feel so bad,

Re: mutt and pgp/mime

2000-10-15 Thread David T-G
Suresh -- ...and then Suresh Ramasubramanian said... % David T-G proclaimed on mutt-users that: % % > Suresh & Mrinal & co, this *definitely* needs to go into the mutt-newbie % > FAQ. This seems to come up at least once a week. Is it just me, or are % > we getting *more* questions for this *s

Re: mutt and pgp/mime

2000-10-15 Thread Marco Ahrendt
On 15 Oct 00, at 13:40, David T-G wrote: > Marco, check out pgp_create_traditional in the manual. I won't tell > you anything else because I don't want to further contribute to your > delinquency ;-) i forgot to say that i already tested this setting. this is not what i want:) mutt then sends t

Re: mutt and pgp/mime

2000-10-15 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: > Marco, check out pgp_create_traditional in the manual. I won't tell > you anything else because I don't want to further contribute to your > delinquency ;-) > Suresh & Mrinal & co, this *definitely* needs to go into the mutt-newbie > FAQ. This seems

Re: mutt and pgp/mime

2000-10-15 Thread Suresh Ramasubramanian
David T-G proclaimed on mutt-users that: > Marco, check out pgp_create_traditional in the manual. I won't tell > you anything else because I don't want to further contribute to your > delinquency ;-) > Suresh & Mrinal & co, this *definitely* needs to go into the mutt-newbie > FAQ. This seems

Re: mutt and pgp/mime

2000-10-15 Thread David T-G
Marco -- Before I forget, you should know that the proper address for mutt-users is as above; gbnet hosts the mailing list and web site, and their address sometimes leaks through accidentally. That said, ... ...and then Marco Ahrendt said... % hi all, % % i have running mutt1.2.5i and gpg 1.0.

mutt and pgp/mime

2000-10-15 Thread Marco Ahrendt
hi all, i have running mutt1.2.5i and gpg 1.0.1. when i encrypt and sign a message mutt is exporting the mail like this: Content-Type: multipart/encrypted; protocol="application/pgp-encrypted"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline this is a problem for users with pega

Re: mutt and pgp signatures

2000-10-05 Thread Jeremy Blosser
Anand Buddhdev [[EMAIL PROTECTED]] wrote: > I've recently started to use GnuPG 1.0.1 with mutt 1.2i. I notice a small > problem: > > 1. If I receive a message with a PGP signature attached, and view it with > mutt, gpg claims that it's a bad signature, even if the signature is good, > in certain

mutt and pgp signatures

2000-10-05 Thread Anand Buddhdev
I've recently started to use GnuPG 1.0.1 with mutt 1.2i. I notice a small problem: 1. If I receive a message with a PGP signature attached, and view it with mutt, gpg claims that it's a bad signature, even if the signature is good, in certain circumstances. In particular, this happens if the inco

Re: Q: Mutt and PGP 6.5.1i?

2000-05-02 Thread Thomas Roessler
On 2000-05-02 19:44:17 +, rex wrote: > The PGP 6.5.1i-beta2 source is available at: > http://www.pgpi.org/products/nai/pgp/versions/freeware/unix/6.5.1i/download/ Additionally, at least the 1.1 branch has a sample configuration file for use with PGP 6. -- http://www.guug.de/~roessler/

Re: Q: Mutt and PGP 6.5.1i?

2000-05-02 Thread rex
On Tue, May 02, 2000 at 07:30:31AM -0700, Michael Elkins wrote: > On Tue, May 02, 2000 at 03:05:39PM +0100, Dave Ewart wrote: > > Is no-one else using PGP 6.5.1i with Mutt? > > I believe most people are using either gpg or pgp 2.6.x since the source is > readily available. The PGP 6.5.1i-beta2

Re: Q: Mutt and PGP 6.5.1i?

2000-05-02 Thread Michael Elkins
On Tue, May 02, 2000 at 03:05:39PM +0100, Dave Ewart wrote: > Is no-one else using PGP 6.5.1i with Mutt? I believe most people are using either gpg or pgp 2.6.x since the source is readily available. me -- pgp key available from http://www.cs.hmc.edu/~me/elkins-pgp-key.asc PGP signature

Q: Mutt and PGP 6.5.1i?

2000-05-02 Thread Dave Ewart
Dear All, On Friday, I sent a message to this list about using PGP 6.5.1i and got absolutely no response whatsoever, which, given the general discussion/response I've seen in the past and to other current posts, surprised me. I assume the message did get through, because I received a copy of my

Mutt and PGP v5

2000-01-11 Thread Bruno Lustosa
Hello, I'm having some problems on getting mutt to work (properly) with PGP 5.0. Does anyone here use it? I already compiled mutt 1.0i with support for PGP (had to hack the configure script though). I've set the proper variables and generated a key for me using pgpk -g. Now, for the questions: Wh