Automated generation of mh-chart.man.
[mmh] / man / whom.man
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH WHOM %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 whom \- report to whom a message would go
7 .SH SYNOPSIS
8 .HP 5
9 .na
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 .RB [ \-snoop ]
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
48 .B \-snoop
49 switch can be used to view the SMTP transaction.  (Beware that the
50 SMTP transaction may contain authentication information either in
51 plaintext or easily decoded base64.)
52 .PP
53 The files specified by the profile entry \*(lqAliasfile:\*(rq and any
54 additional alias files given by the
55 .B \-alias
56 .I aliasfile
57 switch will be
58 read (more than one file, each preceded by
59 .BR \-alias ,
60 can be named). See
61 .BR mh\-alias (5)
62 for more information.
63
64 .SH FILES
65 .fc ^ ~
66 .nf
67 .ta \w'%etcdir%/ExtraBigFileName  'u
68 ^$HOME/\&.mh\(ruprofile~^The user profile
69 .fi
70
71 .SH "PROFILE COMPONENTS"
72 .fc ^ ~
73 .nf
74 .ta 2.4i
75 .ta \w'ExtraBigProfileName  'u
76 ^Path:~^To determine the user's nmh directory
77 ^Draft\-Folder:~^To find the default draft\-folder
78 ^Aliasfile:~^For a default alias file
79 ^postproc:~^Program to post the message
80 .fi
81
82 .SH "SEE ALSO"
83 mh\-alias(5), post(8)
84
85 .SH DEFAULTS
86 .nf
87 .RB ` file "' defaults to <mh\-dir>/draft"
88 .RB ` \-nocheck '
89 .RB ` \-alias "' defaults to  %etcdir%/MailAliases"
90 .fi
91
92 .SH CONTEXT
93 None
94
95 .SH BUGS
96 With the
97 .B \-check
98 option,
99 .B whom
100 makes no guarantees that the
101 addresses listed as being ok are really deliverable, rather, an address
102 being listed as ok means that at the time that
103 .B whom
104 was run
105 the address was thought to be deliverable by the transport service.
106 For local addresses, this is absolute; for network addresses, it means
107 that the host is known; for uucp addresses, it (often) means that the
108 .B UUCP
109 network is available for use.