source: trunk/athena/bin/mitmailutils/man/from.1 @ 26022

Revision 26022, 2.5 KB checked in by jdreed, 11 years ago (diff)
In mitmailutils: * Fix regression failure from CDBS version: install from and its manpage as from.debathena * Remove the .DA macro from the 'from' man page because it's not a thing anymore; move date to .TH macro * Build-dep on dh 7.0.50 because we need override targets
Line 
1.\"
2.\" $Id: from.1,v 1.8 2003-10-06 21:09:56 rbasch Exp $
3.\"
4.TH FROM 1 "June 30, 1991"
5.UC 4
6.SH NAME
7from \- who is my mail from?
8.SH SYNOPSIS
9.B from
10[
11.BR \-s " sender"
12] [
13.BR \-h " host"
14] [
15.BR \-m " mailbox"
16] [
17.BR \-A " | " \-N "
18] [
19.BR \-v " | " \-r " | " \-t
20] [
21.B \-d
22] [
23.B \-u
24|
25.B \-p
26] [
27.B \-?
28] [ user ]
29.SH DESCRIPTION
30The
31.I from
32program prints out the mail header lines in your incoming mail
33to show you who your mail is from.  It does this by looking for mail
34in the local spool directory and then checking for mail marked as
35unseen on the post office server.  This command does not retrieve the
36mail from the post office or the spool directory.
37
38If no mail is waiting,
39.I from
40is silent unless one of
41.BR -v ", " -r ", or " -t
42is used, in which case it prints "You don't have any mail waiting."
43If the
44.B -n
45option is used,
46.I from
47is always silent if there is no mail.
48
49.I from
50understands the following options:
51.TP
52.B \-s \fIsender\fR
53specifies that only headers for mail from
54.I sender
55are printed.
56.TP
57.B \-h \fIhost\fR
58specifies that
59.I host
60should be consulted instead of your default post office server.
61.TP
62.B \-m \fImailbox\fR
63specifies that the IMAP folder named
64.I mailbox
65should be checked.  For example, to check your MIT spam screening folder,
66specify \fI-m INBOX.Spamscreen\fR.  If this option is not specified,
67.I from
68checks the INBOX folder.
69.TP
70.B \-A
71specifies that all messages in the IMAP mailbox should be checked,
72instead of only unseen messages.
73.TP
74.B \-N
75specifies that only messages marked as new in the IMAP mailbox should
76be checked, instead of unseen messages.
77.TP
78.B \-v
79specifies that any To, Date, or Subject fields should be displayed
80also, as well as a banner line list the number of messages waiting.
81.TP
82.B \-r
83specifies that the From and Subject fields should be listed both on
84the same line.  If multiple subject fields occur in the message only
85the first one encounter will be listed.
86.TP
87.B \-t
88specifies that only the total number of messages waiting should be
89printed.
90.TP
91.B \-d
92specifies that
93.I from
94should run in debug mode.
95.TP
96.B \-u
97specifies that only the local mail drop should be checked.
98.TP
99.B \-p
100specifies that only the post office server should be checked.
101.TP
102.B \-?
103specifies that usage information should be printed, no mail check
104occurs.
105.TP
106.B \fIuser\fR
107specifies that mail for
108.I user
109should be checked, rather than the current user.
110.SH "SEE ALSO"
111imtest(1), RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.