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