Re: mutt + gpg in bash script

2013-06-16 Thread Alex Dubinin
Any idea? signature.asc Description: OpenPGP digital signature

Re: mutt + gpg in bash script

2013-06-15 Thread Alex Dubinin
16.06.2013 01:44, Jochen Spieker ?: > Alex Dubinin: >> Hello, I'm trying to send email from a bash script with mutt and sign a >> message of GPG. > Where does the passphrase for signing crom from? It is usally read from > stdin (the keyboard in this case). > > J. I think: # cat .muttrc --- set

Re: mutt + gpg in bash script

2013-06-15 Thread Jochen Spieker
Alex Dubinin: > > Hello, I'm trying to send email from a bash script with mutt and sign a > message of GPG. Where does the passphrase for signing crom from? It is usally read from stdin (the keyboard in this case). J. -- In public I try to remain calm and to appear perceptive. [Agree] [Disagre

mutt + gpg in bash script

2013-06-15 Thread Alex Dubinin
Hello, I'm trying to send email from a bash script with mutt and sign a message of GPG. I send mail as: echo -e "${MSG}" | mutt -s "${SUB}" "${TO}" -a "attachment.tgz" where MSG - message SUB - subject TO - recipient and attach a file. This mail send fine. I trying to sign this message so: # cat

Re: Mutt/GPG: *un*encrypted copies to self?

2004-10-09 Thread Shot (Piotr Szotkowski)
Hello. Martin Dickopp: > a standard solution to this problem is to encrypt the message with > your own key in addition to the recipient's key. GnuPG will do this > automatically if you put the line > > encrypt-to "your-key-id" > > in your ~/.gnupg/gpg.conf file. Thanks, Martin, Johann and

Re: Mutt/GPG: *un*encrypted copies to self?

2004-10-08 Thread Martin Dickopp
"Shot (Piotr Szotkowski)" <[EMAIL PROTECTED]> writes: > Recently I started learning how to use GPG for signing and encrypting my > mail, and today noticed that the outgoing encrypted messages are copied > into $record folder *after* the encryption; as you can imagine, this > makes them quite usele

Re: Mutt/GPG: *un*encrypted copies to self?

2004-10-08 Thread Andreas Janssen
Hello Shot (Piotr Szotkowski) (<[EMAIL PROTECTED]>) wrote: > Recently I started learning how to use GPG for signing and encrypting > my mail, and today noticed that the outgoing encrypted messages are > copied into $record folder *after* the encryption; as you can imagine, > this makes them quite

Mutt/GPG: *un*encrypted copies to self?

2004-10-08 Thread Shot (Piotr Szotkowski)
Hello. Recently I started learning how to use GPG for signing and encrypting my mail, and today noticed that the outgoing encrypted messages are copied into $record folder *after* the encryption; as you can imagine, this makes them quite useless for me, as I don't have the recipient's private key.

Re: Murdering those mutt-gpg key retrievals

2003-12-05 Thread Brian McGroarty
On Thu, Dec 04, 2003 at 11:03:40AM +0100, Florian Ernst wrote: > Hello Brian! > > On Wed, Dec 03, 2003 at 04:45:16PM -0600, Brian McGroarty wrote: > >Automatic key retrieval is nice, however it also makes for very slow > >mail reading if it's done inside of mutt. > > > >Has anyone set up procmail

Re: Murdering those mutt-gpg key retrievals

2003-12-05 Thread David
On Fri, Dec 05, 2003 at 07:34:54AM +0100, Magnus von Koeller wrote: Content-Description: signed data > On Friday 05 December 2003 04:13, David wrote: > > I have nothing whatsoever mentioning > > auto-key-retrieve on the stable system. I've diffed the > > corresponding ~/.muttrc's, /etc/Muttrc's and

Re: Murdering those mutt-gpg key retrievals

2003-12-05 Thread Magnus von Koeller
On Friday 05 December 2003 04:13, David wrote: > I have nothing whatsoever mentioning > auto-key-retrieve on the stable system. I've diffed the > corresponding ~/.muttrc's, /etc/Muttrc's and ~/.gnupg/options and > cannot find anything that would account for the different > behaviors. Well, I don't

Re: Murdering those mutt-gpg key retrievals

2003-12-04 Thread David
On Sat, Nov 29, 2003 at 08:49:01PM +0100, Florian Ernst wrote: > > You can import keys manually just like > gpg --keyserver pgp.mit.edu --recv-keys 8DE4D38E > for Karsten's key. > > If you want to have it done automatically one way is to enable a > keyserver in your .gnupg/pgp.conf and enable > k

Re: Murdering those mutt-gpg key retrievals

2003-12-04 Thread Florian Ernst
Hello Brian! On Wed, Dec 03, 2003 at 04:45:16PM -0600, Brian McGroarty wrote: Automatic key retrieval is nice, however it also makes for very slow mail reading if it's done inside of mutt. Has anyone set up procmail to prefetch unknown keys automatically? I thought I remembered some mention of thi

Murdering those mutt-gpg key retrievals

2003-12-03 Thread Brian McGroarty
On Sat, Nov 29, 2003 at 08:49:01PM +0100, Florian Ernst wrote: > > You can import keys manually just like > gpg --keyserver pgp.mit.edu --recv-keys 8DE4D38E > for Karsten's key. > > If you want to have it done automatically one way is to enable a > keyserver in your .gnupg/pgp.conf and enable > k

SOLVED: mutt: GPG sign and encrypt

2003-03-30 Thread Paul Johnson
On Sun, Mar 30, 2003 at 01:24:34AM -0600, Nathan Poznick wrote: > What about the defaults in /etc/Muttrc ? Those work fine for me... Yeah, those worked...sorry for the dumbass question... -- .''`. Baloo Ursidae <[EMAIL PROTECTED]> : :' :proud Debian admin and user `. `'` `- Debian

Re: mutt: GPG sign and encrypt

2003-03-29 Thread Rob Weir
On Sat, Mar 29, 2003 at 10:07:14PM -0800, Paul Johnson wrote: > The example fragments in /usr/share/doc/mutt/gpg.rc for gpg encrypt & > sign fail horribly in reality with... > > Invoking PGP... > usage: gpg [options] --sign --encrypt [filename] > Press any key to continue... > > Has anybody found

Re: mutt: GPG sign and encrypt

2003-03-29 Thread Nathan Poznick
Thus spake Paul Johnson: > The example fragments in /usr/share/doc/mutt/gpg.rc for gpg encrypt & > sign fail horribly in reality with... > > Invoking PGP... > usage: gpg [options] --sign --encrypt [filename] > Press any key to continue... > > Has anybody found a fix for this? What about the defa

Re: mutt: GPG sign and encrypt

2003-03-29 Thread Phil Reynolds
On Sat, Mar 29, 2003 at 10:07:14PM -0800, Paul Johnson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > The example fragments in /usr/share/doc/mutt/gpg.rc for gpg encrypt & > sign fail horribly in reality with... > > Invoking PGP... > usage: gpg [options] --sign --encrypt [filename]

mutt: GPG sign and encrypt

2003-03-29 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The example fragments in /usr/share/doc/mutt/gpg.rc for gpg encrypt & sign fail horribly in reality with... Invoking PGP... usage: gpg [options] --sign --encrypt [filename] Press any key to continue... Has anybody found a fix for this? - -- .''`.

Re: Mutt + GPG

2002-03-31 Thread Karsten M. Self
on Sat, Mar 30, 2002, Rohan Deshpande ([EMAIL PROTECTED]) wrote: > Sorry everyone! Forgot the subject! > > -- > Rohan Deshpande > [EMAIL PROTECTED] > > * Rohan Deshpande ([EMAIL PROTECTED]) wrote: > > Hi there, > > > > I was just wondering: when using Mutt and GnuPG, with all the public > > ke

Re: Mutt + GPG

2002-03-30 Thread Rohan Deshpande
Sorry everyone! Forgot the subject! -- Rohan Deshpande [EMAIL PROTECTED] * Rohan Deshpande ([EMAIL PROTECTED]) wrote: > Hi there, > > I was just wondering: when using Mutt and GnuPG, with all the public > keys downloaded, what do you users do to keep the list of keys at a > reasonable size? O

Re: Mutt/gpg

2000-12-11 Thread Ben Collins
On Mon, Dec 11, 2000 at 04:25:37PM -0300, Eduardo Gargiulo wrote: > Hi all. > > I'm new using mutt. > I want to send my messeges clear signed, but I can't. > I'm using gnupg, and I put in my .muttrc > set pgp_sign_command="gpg --clearsign" > but the signature is attached in binary format. How c

Mutt/gpg

2000-12-11 Thread Eduardo Gargiulo
Hi all. I'm new using mutt. I want to send my messeges clear signed, but I can't. I'm using gnupg, and I put in my .muttrc set pgp_sign_command="gpg --clearsign" but the signature is attached in binary format. How can I sign my messages in ASCII from mutt? -- :%s/Micros~1/GNU\/Linux/g^M :wq!

Re: (mutt gpg thread)

2000-09-15 Thread Bruce Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Sep 14, 2000 at 09:42:25PM -0400, Noah L. Meyerhans wrote: > I have sort of worked up a workaround for this problem based on a macro > given in /usr/local/share/doc/mutt/PGP-Notes.txt.gz. Adding this macro: > macro compose S "Fgpg -s -a --clea

Re: (mutt gpg thread)

2000-09-14 Thread Tal Danzig
If it's any interest I can't see this email either. I'm using pronto. Tal On Thu, 14 Sep 2000 01:58:04 +0100, Bruce Richardson said: : No viewable part found. -- | Tal Danzig | Join #libranet on the |

Re: (mutt gpg thread)

2000-09-14 Thread Tal Danzig
If it's any interest I can't see this email either. I'm using pronto. Tal On Thu, 14 Sep 2000 01:58:04 +0100, Bruce Richardson said: : No viewable part found. -- | Tal Danzig | Join #libranet on the |

Re: (mutt gpg thread)

2000-09-14 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- [ set pgp_create_traditional ] > Does this work? Can Pine users etc see this? Nope. I was only able to read your mail by saving it to a file...or by opening it in mutt. 8^( Pine says this when viewing it: [ Part 1, Application/PGP 1.1KB. ] [ Not Sh

Re: (mutt gpg thread)

2000-09-14 Thread Bruce Richardson
pgpJvzdNbVxOs.pgp Description: PGP message

RE: (mutt gpg thread)

2000-09-14 Thread Noah L. Meyerhans
was one of the people having problems with mutt/gpg, and I believe the recipient of the suggestion to use pgp_create_traditional. There are major problems with either method, actually, to which I've found no solutions. If you use pgp_create_traditional, there is a single pgp signed message at

RE: (mutt gpg thread)

2000-09-13 Thread William Jensen
I did some experimenting with my .muttrc since a couple of people have reported they could not read my posts. My work (windows) outlook was the destination for my emails. When I had set pgp_create_traditional in my .muttrc and signed a message (no encrypt just sign) it came into the outlook as an

Re: mutt & gpg

2000-09-09 Thread John L . Fjellstad
On Fri, Sep 08, 2000 at 10:47:06PM -0500, William Jensen wrote: > I've been looking into gpg and mutt. I read on the mutt faq to "include" > gpg.rc "with" my muttrc. Thing is I don't know what they mean "include"? > Does mutt accept #include like c++? I think they mean put the source keyword

mutt & gpg

2000-09-08 Thread William Jensen
Greetings, I've been looking into gpg and mutt. I read on the mutt faq to "include" gpg.rc "with" my muttrc. Thing is I don't know what they mean "include"? Does mutt accept #include like c++? As a previous note listed I added the set pgp_autosign in the .muttrc already. Bill pgpqM4SHids1S.

Re: stupid mutt/gpg question...

2000-02-15 Thread Nate Duehr
On Thu, Feb 10, 2000 at 09:39:51PM -0500, Jonathan Lupa wrote: I use www.pgpkeys.net and it seems to work better than search.keyserver.net from here. No thoughts as to why from me, but perhaps someone else can enlighten us. > Since I upgraded mutt from .95 to 1, I get the following error when >

stupid mutt/gpg question...

2000-02-11 Thread Jonathan Lupa
This must have been covered before, but I couldn't turn anything up on a quick deja search. Apologies ahead of time for using this guys fingerprint in vain, but I snagged it from the debian lists, so... :) Since I upgraded mutt from .95 to 1, I get the following error when mutt tries to "learn" ke

Debianized Mutt-i 1.0 for slink! (WAS: Problem with Mutt <-> GPG cooperation)

1999-12-21 Thread Wojciech Zabolotny
On Mon, Dec 20, 1999 at 10:50:21PM +, Jonathan McDowell wrote: > > On Mon, Dec 20, 1999 at 11:41:52PM +0100, Wojciech Zabolotny wrote: > > > > I had this problem too and upgraded to mutt 1.0i and it's gone away, so > > > I guess it was a known bug that got fixed. > > Is the mutt 1.0i availabl

Re: Problem with Mutt <-> GPG cooperation

1999-12-21 Thread Paul J. Keenan
> On Mon, Dec 20, 1999 at 11:41:52PM +0100, Wojciech Zabolotny wrote: > 1.0 appears to be in unstable according to a search on > http://www.debian.org/distrib/packages > > > Is it able to handle automatically multipart/splitted messages (eg. > > generated by mpack)? Mutt has very sophsticated han

Re: Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Jonathan McDowell
On Mon, Dec 20, 1999 at 11:41:52PM +0100, Wojciech Zabolotny wrote: > > I had this problem too and upgraded to mutt 1.0i and it's gone away, so > > I guess it was a known bug that got fixed. > Is the mutt 1.0i available somewhere as a debian package? 1.0 appears to be in unstable according to a

Re: Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Wojciech Zabolotny
On Mon, Dec 20, 1999 at 08:48:36PM +, Jonathan McDowell wrote: > > I had this problem too and upgraded to mutt 1.0i and it's gone away, so > I guess it was a known bug that got fixed. Is the mutt 1.0i available somewhere as a debian package? Is it able to handle automatically multipart/splitt

Re: Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Jonathan McDowell
On Mon, Dec 20, 1999 at 06:57:17PM +0100, Wojciech Zabolotny wrote: > I can't force my mutt/gpg set to work properly. Signing of messages > works fine (as can be seen from this message :-) ), but I can't > encrypt a message to be sent to somebody. I have the recipient&#

Problem with Mutt <-> GPG cooperation

1999-12-20 Thread Wojciech Zabolotny
Hi all, I can't force my mutt/gpg set to work properly. Signing of messages works fine (as can be seen from this message :-) ), but I can't encrypt a message to be sent to somebody. I have the recipient's public key in my public keyring. I can encrypt the date with this recipie