From 2cb94fc491ecfbab796f2287f1be4a2c85a8a46d Mon Sep 17 00:00:00 2001 From: David Levine Date: Wed, 13 Jun 2012 08:55:19 -0500 Subject: [PATCH] Added BUGS section to mh-tailor man file to note that failure to open mts.conf is silently ignored.. And added to its DEFAULTS section. Also changed to consistent use of "mail transport configuration file". --- man/mh-tailor.man | 19 +++++++++++++++++-- man/nmh.man | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/man/mh-tailor.man b/man/mh-tailor.man index 98eec98..ca12a8a 100644 --- a/man/mh-tailor.man +++ b/man/mh-tailor.man @@ -3,7 +3,7 @@ .\" .TH MH-TAILOR %manext5% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME -mh-tailor, mts.conf \- mail transport customization for nmh message handler +mh-tailor, mts.conf \- mail transport configuration for nmh message handler .SH SYNOPSIS .I %etcdir%/mts.conf .SH DESCRIPTION @@ -321,4 +321,19 @@ None mh\-mts(8), post(8) .SH DEFAULTS -As listed above +As listed above. The path of the mail transport configuration +file can be changed with the +.B MHMTSCONF +environment variable and augmented with the +.B MHMTSUSERCONF +environment variable, see mh\-profile(5). + +.SH BUGS +Failure to open any mail transport configuration file is silently +ignored. Therefore, it's best to avoid dynamic creation of such +a file with the intent of use via the +.B MHMTSCONF +or +.B MHMTSUSERCONF +environment variables. If such use is necessary, the ability +to successfully open the file should first be verified. diff --git a/man/nmh.man b/man/nmh.man index 03e928d..63417e7 100644 --- a/man/nmh.man +++ b/man/nmh.man @@ -242,7 +242,7 @@ commands: ^mh\-mail(5)~^\- message format for nmh message system ^mh\-profile(5)~^\- user customization for nmh message system ^mh\-sequence(5)~^\- sequence specification for nmh message system -^mh\-tailor(5)~^\- mail transport customization for nmh message system +^mh\-tailor(5)~^\- mail transport configuration for nmh message system .sp ^ap(8)~^\- parse addresses 822\-style ^conflict(8)~^\- search for alias/password conflicts -- 1.7.10.4