* uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
[mmh] / man / whom.man
1 .\"
2 .\" %nmhwarning%
3 .\" $Id$
4 .\"
5 .TH WHOM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
6 .SH NAME
7 whom \- report to whom a message would go
8 .SH SYNOPSIS
9 .HP 5
10 .na
11 .B whom
12 .RB [ \-alias
13 .IR aliasfile ]
14 .RB [ \-check " | " \-nocheck ]
15 .RB [ \-draft ]
16 .RB [ \-draftfolder
17 .IR +folder ]
18 .RB [ \-draftmessage
19 .IR msg ]
20 .RB [ \-nodraftfolder ]
21 .RI [ file ]
22 .RB [ \-version ]
23 .RB [ \-help ]
24 .ad
25 .SH DESCRIPTION
26 .B Whom
27 is used to expand the headers of a message into a set of
28 addresses and optionally verify that those addresses are deliverable at
29 that time (if
30 .B \-check
31 is given).
32 .PP
33 The
34 .B \-draftfolder
35 .I +folder
36 and
37 .B \-draftmessage
38 .I msg
39 switches invoke
40 the
41 .B nmh
42 draft folder facility.  This is an advanced (and highly
43 useful) feature.  Consult the
44 .BR mh-draft (5)
45 man page for more information.
46 .PP
47 The files specified by the profile entry \*(lqAliasfile:\*(rq and any
48 additional alias files given by the
49 .B \-alias
50 .I aliasfile
51 switch will be
52 read (more than one file, each preceded by
53 .BR \-alias ,
54 can be named). See
55 .BR mh\-alias (5)
56 for more information.
57
58 .SH FILES
59 .fc ^ ~
60 .nf
61 .ta \w'%etcdir%/ExtraBigFileName  'u
62 ^$HOME/\&.mh\(ruprofile~^The user profile
63 .fi
64
65 .SH "PROFILE COMPONENTS"
66 .fc ^ ~
67 .nf
68 .ta 2.4i
69 .ta \w'ExtraBigProfileName  'u
70 ^Path:~^To determine the user's nmh directory
71 ^Draft\-Folder:~^To find the default draft\-folder
72 ^Aliasfile:~^For a default alias file
73 ^postproc:~^Program to post the message
74 .fi
75
76 .SH "SEE ALSO"
77 mh\-alias(5), post(8)
78
79 .SH DEFAULTS
80 .nf
81 .RB ` file "' defaults to <mh\-dir>/draft"
82 .RB ` \-nocheck '
83 .RB ` \-alias "' defaults to  %etcdir%/MailAliases"
84 .fi
85
86 .SH CONTEXT
87 None
88
89 .SH BUGS
90 With the
91 .B \-check
92 option,
93 .B whom
94 makes no guarantees that the
95 addresses listed as being ok are really deliverable, rather, an address
96 being listed as ok means that at the time that
97 .B whom
98 was run
99 the address was thought to be deliverable by the transport service.
100 For local addresses, this is absolute; for network addresses, it means
101 that the host is known; for uucp addresses, it (often) means that the
102 .B UUCP
103 network is available for use.