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 |
---|
10 | from \- 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 |
---|
29 | The |
---|
30 | .I from |
---|
31 | program prints out the mail header lines in your incoming mail |
---|
32 | to show you who your mail is from. It does this by checking for mail |
---|
33 | on a POP server and then looking for mail in the local spool |
---|
34 | directory. This command does not retrieve the mail from the post |
---|
35 | office or the spool directory. |
---|
36 | |
---|
37 | If no mail is waiting, |
---|
38 | .I from |
---|
39 | is silent unless one of |
---|
40 | .BR -v ", " -r ", or " -t |
---|
41 | is used, in which case it prints "You don't have any mail waiting." |
---|
42 | If the |
---|
43 | .B -n |
---|
44 | option is used, |
---|
45 | .I from |
---|
46 | is always silent if there is no mail. |
---|
47 | |
---|
48 | .I from |
---|
49 | understands the following options: |
---|
50 | .TP12 |
---|
51 | .B \-s \fIsender\fR |
---|
52 | specifies that only headers for mail from |
---|
53 | .I sender |
---|
54 | are printed. |
---|
55 | .TP |
---|
56 | .B \-h \fIhost\fR |
---|
57 | specifies that |
---|
58 | .I host |
---|
59 | should be consulted instead of your default post office server. |
---|
60 | .TP |
---|
61 | .B \-v |
---|
62 | specifies that any To, Date, or Subject fields should be displayed |
---|
63 | also, as well as a banner line list the number of messages waiting. |
---|
64 | .TP |
---|
65 | .B \-r |
---|
66 | specifies that the From and Subject fields should be listed both on |
---|
67 | the same line. If multiple subject fields occur in the message only |
---|
68 | the first one encounter will be listed. |
---|
69 | .TP |
---|
70 | .B \-t |
---|
71 | specifies that only the total number of messages waiting should be |
---|
72 | printed. |
---|
73 | .TP |
---|
74 | .B \-d |
---|
75 | specifies that |
---|
76 | .I from |
---|
77 | should run in debug mode. |
---|
78 | .TP |
---|
79 | .B \-u |
---|
80 | specifies that only the local mail drop should be checked. |
---|
81 | .TP |
---|
82 | .B \-p |
---|
83 | specifies that only the POP server should be checked. |
---|
84 | .TP |
---|
85 | .B \-? |
---|
86 | specifies that usage information should be printed, no mail check |
---|
87 | occurs. |
---|
88 | .TP |
---|
89 | .B \fIuser\fR |
---|
90 | specifies that mail for |
---|
91 | .I user |
---|
92 | should be checked, rather than the current user. |
---|
93 | .SH "FILES" |
---|
94 | .TP |
---|
95 | /afs/athena.mit.edu/system/config/from/ok |
---|
96 | An "off switch" for the from command, to allow the postmasters to disable |
---|
97 | this command if it presents too much load to the post office servers. If |
---|
98 | this file is not present, ``from'' will not attempt to contact the servers |
---|
99 | .TP |
---|
100 | /afs/athena.mit.edu/system/config/from/message |
---|
101 | If the ``ok'' file is not present (disabling the from command) the contents |
---|
102 | of this file will be printed; hopefully, this will contain a message |
---|
103 | informing the user as to why the command was disabled. |
---|
104 | .SH "AUTHORS" |
---|
105 | Theodore Ts'o, Jerry Larivee, and John Carr |
---|
106 | .SH "SEE ALSO" |
---|
107 | \fIPost Office Protocol (revised)\fR (aka RFC\-819 with revisions) |
---|
108 | |
---|