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

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