Man pages: Replaced \*(lq and \*(rq with ` and '.
[mmh] / man / mh-tailor.man5
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MH-TAILOR %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mh\-tailor \- obsolete man page
7 .SH DESCRIPTION
8 .B "This man page is in transition state.
9 .B "It's original use is gone.
10 .B "Eventually it will be removed.
11 .B "Until then, it contains information that have no better place yet.
12 .SS "Spost's handling of From: headers
13 .B spost
14 will send messages by forking a
15 local copy of
16 .BR sendmail .
17 .PP
18 When a user explicitly specifies a `From:' header in a draft,
19 .B nmh
20 uses it
21 rather than constructing its own.  However, to discourage email forgery, the
22 SMTP envelope `From:' and a `Sender:' header are set to the user's real address.
23 .RE
24 .SS "File Locking"
25 A few words on locking:
26 .B nmh
27 has several methods for creating locks
28 on files.  When configuring
29 .BR nmh ,
30 you will need to decide on the
31 locking style and locking directory (if any).  The first controls the
32 method of locking, the second says where lock files should be created.
33 .PP
34 To configure
35 .B nmh
36 for kernel locking, use the `--with-locking=flock' configure option if
37 you want to use the
38 .B flock
39 system call; use `--with-locking=lockf' if
40 you want to use the
41 .B lockf
42 system call; or use `--with-locking=fcntl'
43 if you want to use the
44 .B fcntl
45 system call for kernel-level locking.
46 .PP
47 Instead of kernel locking, you can configure
48 .B nmh
49 to use dot locking by using `--with-locking=dot'.  Dot locking
50 specifies that
51 a file should be created whose existence means `locked' and
52 whose non-existence means `unlocked'.  The name of this file is
53 constructed by appending `.lock' to the name of the file being
54 locked.  If
55 .B LOCKDIR
56 is not specified, lock files will be created
57 in the directory where the file being locked resides.  Otherwise, lock
58 files will be created in the directory specified by
59 .BR LOCKDIR .
60 .PP
61 Prior to installing
62 .BR nmh ,
63 you should see how locking is done at
64 your site, and set the appropriate values.