mutt + pgp not able to encrypt mail???
Hi! I am using mutt+pgp6 to sign and encrypt my email, to securelly communicate with coworkers over the inet. I have just found out that using mutt version 1.3.20i (2001-07-24), compiled with pgp support: +HAVE_PGP I can only sign, but not encrypt e-mail. Whenever I try to send encrypted email mutt asks me for an keyID for the user I am encrypting it to, and when I enter the keyID (given by pgp -kv username) it does nothing, but just repeats the same action... what gives?? I am using pgp6.rc which comes with the mutt package. Can anyone please assist me couse I need this function quite urgent? THX in advance! Bostjan -- [*] Boštjan Müller - [EMAIL PROTECTED] - http://neonatus.net/~neonatus [*] [*] PGP key -> finger: [EMAIL PROTECTED], RSA id: 0x90178DBD [*] [*] Celular: +386(0)41243189, Powered by Debian GNU/LiNUX - ICQ #:7506644 [*] 43rd Law of Computing: Anything that can go wr fortune: Segmentation violation -- Core dumped PGP signature
UTILITY: Pretty print from console Mutt
Dear Mutt users, Printing plain text email messages has always been a bit of a annoyance, since it looks so, well, "plain". I wrote the attached quick-n-dirty Perl script to process a print job - it filters the email text, picks out the standard headers and writes a TeX file, which is then rendered and sent to the default printer. Modify to your taste! I use this: set print_command="/FULL/PATH/TO/PROGRAM/emailprint.pl" in ~/.muttrc for it to work. Hope it's useful - it works for me, YMMV. Cheers, Dave. -- Dave Ewart [EMAIL PROTECTED] Computing Manager ICRF Cancer Epidemiology Unit, Oxford UK emailprint.pl PGP signature
Re: UTILITY: Pretty print from console Mutt
On Thursday, 16.08.2001 at 16:13 +0100, Dave Ewart wrote: > Hope it's useful - it works for me, YMMV. Ought to have mentioned - you'll need LaTex installed, plus dvips to actually print the DVI file that is created from the TeX that the script creates. I have it working on a RH 6.2-derived system. Cheers, Dave. -- Dave Ewart [EMAIL PROTECTED] Computing Manager ICRF Cancer Epidemiology Unit, Oxford UK PGP signature
Re: UTILITY: Pretty print from console Mutt
On 2001-08-16 16:13:16 +0100, Dave Ewart wrote: >Printing plain text email messages has always been a bit of a >annoyance, since it looks so, well, "plain". I'm using this: set print_cmd="enscript -Email -2 -r -G" # Two columns, landscape, fancy header. set print_split=yes # Invoke enscript once per message Works fairly well. -- Thomas Roesslerhttp://log.does-not-exist.org/ PGP signature
Re: UTILITY: Pretty print from console Mutt
* Dave Ewart ([EMAIL PROTECTED]) wrote: > On Thursday, 16.08.2001 at 16:13 +0100, Dave Ewart wrote: > > > Hope it's useful - it works for me, YMMV. > > Ought to have mentioned - you'll need LaTex installed, plus dvips to > actually print the DVI file that is created from the TeX that the script > creates. I have it working on a RH 6.2-derived system. > Would it work or could it be adapted to print .pl, .c, etc files from the commandline or within VIM? THAT would be useful as well. -- Carl B. Constantine University of Victoria Programmer Analyst http://www.uvic.ca UNIX System Administrator Victoria, BC, Canada [EMAIL PROTECTED]
Re: UTILITY: Pretty print from console Mutt
On Thursday, 16.08.2001 at 17:55 +0200, Thomas Roessler wrote: > On 2001-08-16 16:13:16 +0100, Dave Ewart wrote: > > >Printing plain text email messages has always been a bit of a > >annoyance, since it looks so, well, "plain". > > > I'm using this: > > set print_cmd="enscript -Email -2 -r -G"# Two columns, landscape, fancy > header. > set print_split=yes # Invoke enscript once per message > > Works fairly well. Ah, enscript - on my distribution CD but not installed ... :-) Not bad output, I suppose but what's the '-Email' option do - I don't have that documented, although it seems to accept it ... Dave. -- Dave Ewart [EMAIL PROTECTED] Computing Manager ICRF Cancer Epidemiology Unit, Oxford UK PGP signature
Re: UTILITY: Pretty print from console Mutt
On Thu, Aug 16, 2001 at 05:55:45PM +0200, Thomas Roessler wrote: > > set print_cmd="enscript -Email -2 -r -G"# Two columns, landscape, fancy header. > set print_split=yes # Invoke enscript once per message > Should that be pipe_split ? Is enscript preferable to a2ps? -- (T.) Michael Sanders internet: [EMAIL PROTECTED] Physics Department URL: http://www-personal.umich.edu/~sanders University of Michigan phone: 734/936-0799 Ann Arbor, MI 48109-1120 FAX: 734/764-6843
set subject on send-hook?
Hi! I am new to both mutt and this list. I've found mutt a great mail app, and I'm still going through all of the possible configuration features, changing things and experimenting with them. So here's my first question: is it possible to set the subject on a send-hook? I have some addresses for which I would like to prepend something like [info] or [urgent!] to the subject line and - obviously - I'd like to do it automagically. Thanks in advance, Fernan -- | F e r n a n A g u e r o | B i o i n f o r m a t i c s | | [EMAIL PROTECTED] | genoma.unsam.edu.ar |
set subject on send-hook?
Hi! I am new to both mutt and this list. I've found mutt a great mail app, and I'm still going through all of the possible configuration features, changing things and experimenting with them. So here's my first question: is it possible to set the subject on a send-hook? I have some addresses for which I would like to prepend something like [info] or [urgent!] to the subject line and - obviously - I'd like to do it automagically. I've tried the following send-hook, which failed: send-hook info 'set my_hdr Subject: [info]' I just followed an example in the sample.muttrc that came with mutt: send-hook mutt- 'set signature=~/.sigmutt; \ my_hdr From: Mutt User <[EMAIL PROTECTED]>' >From the example it is apparent that I can set the 'From' header (haven't actually tried that, though). I also have the following set in my .muttrc (is it relevant?): set hdrs set edit_hdrs Thanks in advance for your help, Fernan -- | F e r n a n A g u e r o | B i o i n f o r m a t i c s | | [EMAIL PROTECTED] | genoma.unsam.edu.ar |
Re: set subject on send-hook?
On Thu, Aug 16, 2001 at 04:05:03PM -0300, Fernan Aguero wrote: : : So here's my first question: is it possible to set the subject on a : send-hook? [...] : I've tried the following send-hook, which failed: : : send-hook info 'set my_hdr Subject: [info]' send-hook info 'my_hdr Subject: [info]' BTW, this hook only works if the person you're sending to has the word "info" in the email address. So you could so something like: send-hook '(email1|email2|...)' 'my_hdr Subject: [info]' -- Eugene Lee [EMAIL PROTECTED]
highlighting folded headers - mutt bug?
In my muttrc I have: mono header bold cos@ What I'd really like to do, is have it highlight any occurences of any of my various email addresses, particularly when they appear buried in the middle of a very long Received: line. Unfortunately, what mutt actually does is, if the *first* line of the folded header contains "cos@", it highlights the entire logical header line. If the first line of the folded header does not contain "cos@", then even if that logical header line does contain the string later on, none of it is highlighted. Ideas? -- Cos
mutt porting to Max OS-X ?
Anyone know of any attempted ports of Mutt to Max OS-X? Thanks, -Seraphim
making personal mailing lists
Hello. I'm kind of new to mutt after coming from years of using pine. I like mutt very much but one thing I can't find documentation for (probably my bad) is how to create a personal mailing list. I have mailing lists that reside on a machine other than mine written in .muttrc---for example, I have "lists mutt-users" among others. But how can I make a my own mailing list that's not run by some majordomo on some external box? There must be documentation for this, but I'm missing it Can someone point me in the right direction or may if it's short enough just let me know what to do. Thanks folks, Eric -- Eric Cheney [EMAIL PROTECTED]
List unsubscribe
How do I unsubscribe from this list? I didn't find any information on mutt's homepage. Best regards, Diego Lages -- Diego Delgado Lages - [EMAIL PROTECTED] IT & Internet Consultant Linux Solutions - http://www.linuxsolutions.com.br O Linux - O maior e melhor site de Linux do Brasil - http://www.olinux.com.br Brazil
Batch mailing?
Is it possible to do batch emailing in mutt? Here's the scenario. I want to send the same messsage to a bunch of different people, but they have to go as individual messages (one to each user). I can't put all the users in the to: due to privacy issues. This is for admin purposes. In my role here some people withdraw from course and such and I need to notify them that their account will be removed. But I don't want everyone to see who it went to, only the individuals. I don't want to use the bcc: field in case of spam filters and this isn't spam. I'm using Mutt 1.2.5i w/ VIm 5.8 on solaris 8. Any help is appreciated. -- Carl B. Constantine University of Victoria Programmer Analyst http://www.uvic.ca UNIX System Administrator Victoria, BC, Canada [EMAIL PROTECTED]
Re: making personal mailing lists
On Thu, Aug 16, 2001 at 04:55:21PM -0400, Eric Cheney wrote: > Date: Thu, 16 Aug 2001 16:55:21 -0400 > To: [EMAIL PROTECTED] > Subject: making personal mailing lists > Message-ID: <[EMAIL PROTECTED]> > User-Agent: Mutt/1.3.20i > From: Eric Cheney <[EMAIL PROTECTED]> > > > Hello. I'm kind of new to mutt after coming from > years of using pine. I like mutt very much but one > thing I can't find documentation for (probably my > bad) is how to create a personal mailing list. > I have mailing lists that reside on a machine > other than mine written in .muttrc---for > example, I have "lists mutt-users" among others. > But how can I make a my own mailing list that's not > run by some majordomo on some external box? You can create an aliases file and source it in your .muttrc. Your list would look something like: alias hockey [EMAIL PROTECTED], [EMAIL PROTECTED], alayna, barbie, kendoll where alayna, barbie, and kendoll would have defined aliases prior to 'alias hockey'. I'm assuming this is what you were getting at. > There must be documentation for this, but I'm > missing it Can someone point me in the > right direction or may if it's short enough > just let me know what to do. This is documented. I just looked it up a few days ago b/c I was looking to create lists myself. HTH, /rc > Thanks folks, > Eric > > -- > > Eric Cheney > [EMAIL PROTECTED] --
Re: mutt porting to Max OS-X ?
On Thu, Aug 16, 2001 at 01:35:54PM -0700, Seraphim Larsen wrote: : : Anyone know of any attempted ports of Mutt to Max OS-X? Mutt compiles on Mac OS X without much problems. If you're talking about a GUI version, Muttzilla might compile with XFree86 installed. If you're talking about a Cocoa or Carbon version, I dunno. -- Eugene Lee [EMAIL PROTECTED]
Re: mutt porting to Max OS-X ?
I compile mutt on Mac OS X myself and there is also a fink package for it. The only problem is sendmail doesn't work out of the box, so I am trying to figure out how set it up on Mac OS X, if anyone of you know how to do that, please shoot me an email. Chris On Thu, Aug 16, 2001 at 04:25:01PM -0700, Eugene Lee wrote: > On Thu, Aug 16, 2001 at 01:35:54PM -0700, Seraphim Larsen wrote: > : > : Anyone know of any attempted ports of Mutt to Max OS-X? > > Mutt compiles on Mac OS X without much problems. If you're talking > about a GUI version, Muttzilla might compile with XFree86 installed. > If you're talking about a Cocoa or Carbon version, I dunno. > > > -- > Eugene Lee > [EMAIL PROTECTED]
Re: mutt porting to Max OS-X ?
Chris Wong [16/08/01 19:03 -0700]: > I compile mutt on Mac OS X myself and there is also a fink package for > it. The only problem is sendmail doesn't work out of the box, so I am > trying to figure out how set it up on Mac OS X, if anyone of you know > how to do that, please shoot me an email. There's some fairly good documentation at http://www.sendmail.org and in the comp.mail.sendmail archives for this. -suresh
Re: Batch mailing?
Carl B . Constantine [16/08/01 15:05 -0700]: > Is it possible to do batch emailing in mutt? Here's the scenario. I want > to send the same messsage to a bunch of different people, but they have > to go as individual messages (one to each user). I can't put all the > users in the to: due to privacy issues. A mailmerge script (simple foreach reading from a text file) using mutt in command line mode (or better, just sendmail -f -t $i) should do the trick. -suresh
Re: UTILITY: Pretty print from console Mutt
On Thu, Aug 16, 2001 at 05:16:58PM +0100, Dave Ewart wrote: > On Thursday, 16.08.2001 at 17:55 +0200, Thomas Roessler wrote: > > > On 2001-08-16 16:13:16 +0100, Dave Ewart wrote: > > > > >Printing plain text email messages has always been a bit of > > >a annoyance, since it looks so, well, "plain". > > > > > > I'm using this: > > > > set print_cmd="enscript -Email -2 -r -G" # Two columns, > > landscape, fancy header. set print_split=yes # Invoke > > enscript once per message > > > > Works fairly well. > > Ah, enscript - on my distribution CD but not installed ... :-) > > Not bad output, I suppose but what's the '-Email' option do - I > don't have that documented, although it seems to accept it ... If you look in the man page, the option is '-E' (--pretty-print) and the modifier is 'mail' which is a language filter for how enscript should preprocess the print object. -- David Rock [EMAIL PROTECTED]
Re: mutt porting to Max OS-X ?
At 19:03 -0700 16 Aug 2001, Chris Wong <[EMAIL PROTECTED]> wrote: > I compile mutt on Mac OS X myself and there is also a fink package for > it. The only problem is sendmail doesn't work out of the box, so I am > trying to figure out how set it up on Mac OS X, if anyone of you know > how to do that, please shoot me an email. The main problem with the normal sendmail config on there is that sendmail doesn't like some of the permissions. This can be fixed by adding with the following line in /etc/mail/sendmail.cf: O DontBlameSendmail=GroupWritableDirPathSafe That will at least allow it to send some mail. I haven't yet had a need for it to send any messages other than ones that various cron jobs send to me. More config work may be required for more general use. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ Besides, including is a fatal error on machines that don't have it yet. Bad language design, there... :-)--Larry Wall
Re: mutt porting to Max OS-X ?
Aaron Schrab [17/08/01 01:58 -0500]: > The main problem with the normal sendmail config on there is that > sendmail doesn't like some of the permissions. This can be fixed by > adding with the following line in /etc/mail/sendmail.cf: > O DontBlameSendmail=GroupWritableDirPathSafe So it's true that / is world writeable in OSX? Ouch. > That will at least allow it to send some mail. I haven't yet had a need > for it to send any messages other than ones that various cron jobs send > to me. More config work may be required for more general use. A chmod or two (and avoiding the use of HFS - which might break compatiblity with older Mac OSen) might be a great idea before compiling any *nix stuff - esp sendmail - on OS X. -suresh
[OT] Re: mutt porting to Max OS-X ?
On Fri, Aug 17, 2001 at 01:58:34AM -0500, Aaron Schrab wrote: : : The main problem with the normal sendmail config on there is that : sendmail doesn't like some of the permissions. This can be fixed by : adding with the following line in /etc/mail/sendmail.cf: : : O DontBlameSendmail=GroupWritableDirPathSafe OS X made the IMHO stupid decision to make / 775. The only reason AFAIK this was done was so that old Mac OS installer programs running in Classic mode within OS X could leave README docs and other miscellania in the root directory. -- Eugene Lee [EMAIL PROTECTED]
Re: mutt porting to Max OS-X ?
On Fri, Aug 17, 2001 at 01:58:34AM -0500, Aaron Schrab wrote: > At 19:03 -0700 16 Aug 2001, Chris Wong <[EMAIL PROTECTED]> wrote: > > I compile mutt on Mac OS X myself and there is also a fink package for > > it. The only problem is sendmail doesn't work out of the box, so I am > > trying to figure out how set it up on Mac OS X, if anyone of you know > > how to do that, please shoot me an email. > > The main problem with the normal sendmail config on there is that > sendmail doesn't like some of the permissions. This can be fixed by > adding with the following line in /etc/mail/sendmail.cf: > > O DontBlameSendmail=GroupWritableDirPathSafe > > That will at least allow it to send some mail. I haven't yet had a need > for it to send any messages other than ones that various cron jobs send > to me. More config work may be required for more general use. This might be slightly off topic, but is there any way to make mutt send mail to an SMTP host directly like pine? If not, how do I make sendmail use a particular smtp host? Thanks for any info. Chris > > -- > Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ > Besides, including is a fatal error on machines that > don't have it yet. Bad language design, there... :-)--Larry Wall