nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] mhmail


From: David Levine
Subject: Re: [Nmh-workers] mhmail
Date: Wed, 13 Jun 2012 08:40:53 -0500

Norm wrote:

> Suppose I want to do something like:
>
> mts=/usr/local/nmh/etc/mts.conf    #depends on installation
> sed < $mts >| /tmp/mts.conf -e '/^servers:/s/:.*/: localhost/'
> MHMTSCONF=/tmp/mts.conf mhmail norm -from norm -subject "$1"
>
> But replacing /usr/local/nmh/etc/mts.conf with the location of mts.conf.
> Is there some way a script can know the location of nmh's etc directory?

`mhparam etcdir`

To save a few cycles and file creation, I'd create a
mts-localhost.conf and in etcdir or my Path dir, `mhpath +`.

That also avoids the issue of /tmp running out of space.
Failure to open $MHMTSCONF is a silently ignored error/bug.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]