source: trunk/athena/bin/from/from.1 @ 12350

Revision 12350, 2.5 KB checked in by ghudson, 26 years ago (diff)
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
Line 
1.\"
2.\" $Id: from.1,v 1.6 1999-01-22 23:10:23 ghudson Exp $
3.\"
4.TH FROM 1
5.DA June 30, 1991
6.UC 4
7.SH NAME
8from \- who is my mail from?
9.SH SYNOPSIS
10.B from
11[
12.BR \-s " sender"
13] [
14.BR \-h " host"
15] [
16.BR \-v " | " \-r " | " \-t
17] [
18.B \-d
19] [
20.B \-u
21|
22.B \-p
23] [
24.B \-?
25] [ user ]
26.SH DESCRIPTION
27The
28.I from
29program prints out the mail header lines in your incoming mail
30to show you who your mail is from.  It does this by checking for mail
31on a POP server and then looking for mail in the local spool
32directory.  This command does not retrieve the mail from the post
33office or the spool directory.
34
35If no mail is waiting,
36.I from
37is silent unless one of
38.BR -v ", " -r ", or " -t
39is used, in which case it prints "You don't have any mail waiting."
40If the
41.B -n
42option is used,
43.I from
44is always silent if there is no mail.
45
46.I from
47understands the following options:
48.TP12
49.B \-s \fIsender\fR
50specifies that only headers for mail from
51.I sender
52are printed.
53.TP
54.B \-h \fIhost\fR
55specifies that
56.I host
57should be consulted instead of your default post office server.
58.TP
59.B \-v
60specifies that any To, Date, or Subject fields should be displayed
61also, as well as a banner line list the number of messages waiting.
62.TP
63.B \-r
64specifies that the From and Subject fields should be listed both on
65the same line.  If multiple subject fields occur in the message only
66the first one encounter will be listed.
67.TP
68.B \-t
69specifies that only the total number of messages waiting should be
70printed.
71.TP
72.B \-d
73specifies that
74.I from
75should run in debug mode.
76.TP
77.B \-u
78specifies that only the local mail drop should be checked.
79.TP
80.B \-p
81specifies that only the POP server should be checked.
82.TP
83.B \-?
84specifies that usage information should be printed, no mail check
85occurs.
86.TP
87.B \fIuser\fR
88specifies that mail for
89.I user
90should be checked, rather than the current user.
91.SH "FILES"
92.TP
93/afs/athena.mit.edu/system/config/from/ok
94An "off switch" for the from command, to allow the postmasters to disable
95this command if it presents too much load to the post office servers.  If
96this file is not present, ``from'' will not attempt to contact the servers
97.TP
98/afs/athena.mit.edu/system/config/from/message
99If the ``ok'' file is not present (disabling the from command) the contents
100of this file will be printed; hopefully, this will contain a message
101informing the user as to why the command was disabled.
102.SH "AUTHORS"
103Theodore Ts'o, Jerry Larivee, and John Carr
104.SH "SEE ALSO"
105\fIPost Office Protocol (revised)\fR (aka RFC\-819 with revisions)
106
Note: See TracBrowser for help on using the repository browser.