Re: MTA comparisons (was Re: setting envelope from how?)
On Wed, May 03, 2000 at 09:33:31PM +0200, cFischer wrote: > i'm puzzled: why's qmail with 232k only about 1/3rd the size of postfix? > ah well and anyhow: a aint got the space, so's gonna be qmail 4 me! > thanks again for the info. Try stripping the binaries and/or build dynamically linked binaries. -- Ralf Hildebrandt <[EMAIL PROTECTED]> www.stahl.bau.tu-bs.de/~hildeb If I had a ( for every $ the government spent, what would I have? Typical unix response: Too many ('s. PGP signature
Re: X-OS Header with `uname -a`
Wednesday den 3.05.2000 um 10:09 CEST +0200, schrieb Rene Lange: > hi again, > > q: I want to include my operating system in the header (it's > completely useless, but it's fun) with "X-Operating-System". The > problem is, the output of `uname -a` includes a "#", which gets > recognized as a comment in the .muttrc. Try this: my_hdr X-Operating-System: `uname -a | sed s/#/#/g` i just tested this. Take a look at my X-OS headerline -- Frank Matthieß [EMAIL PROTECTED] Support / Netzwerkadministration Am Wellbach 4 D 33605 Bielefeld +49 521 97 22 6-99 PGP signature
attachment permissions on saving
Is there some way that I can change these from the current 600 to something less restrictive? I looked through the manual and there doesn't seem to be any option in there for changing them. thanks Struan -- Struan Donald mailto:[EMAIL PROTECTED] Code Flunkey, 365 Plc. http://www.365corp.com/
A quick question.
How would i go about setting up mutt so that it sets Reply-To: automaticaly. I have tried to use hdrs but i must have got the format or something wrong. -- N__L_I_V_E | mailto:[EMAIL PROTECTED] | |http://www.braecklein.freeserve.co.uk | --
Re: A quick question.
On Thu, May 04, 2000 at 11:52:20PM +, Natasha Live thus spoke: > How would i go about setting up mutt so that it sets Reply-To: automaticaly. > > I have tried to use hdrs but i must have got the format or something wrong. my_hdr Reply-to: [EMAIL PROTECTED] hdrs is for sort order on displaying headers in pager. Entirely different functionality. HTH. mark-> -- Fairlight-> |||| Fairlight Consulting __/\__ ||| "I'm talking for free, | <__<>__> ||| It's a New Religion..." | http://www.fairlite.com \/||| --Le Bon | [EMAIL PROTECTED]
Re: attachment permissions on saving
Would changing your umask work? On Thu, May 04, 2000 at 06:35:34PM +0100, Struan Donald wrote: > Is there some way that I can change these from the current 600 to > something less restrictive? I looked through the manual and there > doesn't seem to be any option in there for changing them. > > thanks > > Struan > -- > Struan Donald > mailto:[EMAIL PROTECTED] > Code Flunkey, 365 Plc. > http://www.365corp.com/ -- Best Regards, Corey
Re: attachment permissions on saving
Corey G. <[EMAIL PROTECTED]> wrote on Thu, 04 May 2000: > Would changing your umask work? Probably not, my umask is 022 and Mutt still creates new folders and saved files with mode 600. I think it's a security precaution and a good default, since usually you do not want other people reading your mail -- or by extension, the files you got via email. Still, having the choice to adjust this would be nice. I didn't search through the manual, so there could actually be some setting for this, but I don't remember it offhand if there is. Regards, Mikko -- // Mikko Hänninen, aka. Wizzu // [EMAIL PROTECTED] // http://www.iki.fi/wiz/ // The Corrs list maintainer // net.freak // DALnet IRC operator / // Interests: roleplaying, Linux, the Net, fantasy & scifi, the Corrs / "Why must it always be dreams when your voice comes to me?" -- Big Country
Re: A quick question.
On May 04, 2000, Fairlight <[EMAIL PROTECTED]> wrote: > > hdrs is for sort order on displaying headers in pager. Entirely different > functionality. Are you sure you're not thinking about hdr_order? (c: http://mutt.org/doc/manual/manual-3.html#ss3.12 John -- [EMAIL PROTECTED]http://www.gnome.org [EMAIL PROTECTED] http://www.worldforge.org
Re: A quick question.
On Thu, May 04, 2000 at 09:44:38PM -0500, John R. Sheets thus spoke: > On May 04, 2000, Fairlight <[EMAIL PROTECTED]> wrote: > > > > hdrs is for sort order on displaying headers in pager. Entirely different > > functionality. > > Are you sure you're not thinking about hdr_order? (c: > > http://mutt.org/doc/manual/manual-3.html#ss3.12 I sprawl corrected (I'm in bed). Yes, hdr_order is what I meant in that last bit, but the my_hdr advice was correct. I'll have to look up hdrs and see wtf it does now. :) mark-> -- Fairlight-> |||| Fairlight Consulting __/\__ ||| "I'm talking for free, | <__<>__> ||| It's a New Religion..." | http://www.fairlite.com \/||| --Le Bon | [EMAIL PROTECTED]
Re: attachment permissions on saving
On Fri, May 05, 2000 at 02:59:01AM +0300, Mikko Hänninen wrote: > Corey G. <[EMAIL PROTECTED]> wrote on Thu, 04 May 2000: > > Would changing your umask work? > > Probably not, my umask is 022 and Mutt still creates new folders and > saved files with mode 600. I think it's a security precaution and a > good default, since usually you do not want other people reading your > mail -- or by extension, the files you got via email. Still, having > the choice to adjust this would be nice. I'm pretty sure Mikko is correct. A long time ago (at least a year I think), there was a discussion about this, probably on mutt-dev. Some felt very passionately about defaulting to 600, others that it should follow umask, and generally there was a lot of misunderstanding both ways. After the dust settled, AFAIK no one did the obvious thing and write the code to make this an option. (Or really two options, since one might wish different defaults for saving attachments vs creating new folders.) My guess is that if someone did write a patch, it could eventually get added to the main mutt source, but I really don't know. Brian