1768
|
1
|
|
2
|
|
3 mailrc UUCP mailrc
|
|
4
|
|
5
|
|
6 FILE
|
|
7
|
|
8 ./<homedir>/<user>/UUCP/mailrc (CoCo)
|
|
9 ./<homedir>/<user>/.mailrc (OSK)
|
|
10
|
|
11 SUMMARY
|
|
12
|
|
13 This file contains user settings for Mailx and news.
|
|
14
|
|
15 DESCRIPTION
|
|
16
|
|
17 Each entry in this file is on a separate line and follows the
|
|
18 syntax. --NOTE--: There must be at least one space on both sides
|
|
19 of the '=':
|
|
20
|
|
21 parameter = value
|
|
22
|
|
23
|
|
24 The case (upper or lower) of the parameter is ignored. Lines
|
|
25 beginning with '#' <space>, <tab>, or a carriage return are
|
|
26 comment lines and ignored. The parameters which the user can set
|
|
27 are:
|
|
28
|
|
29 realname - The user's real name, to be included in message
|
|
30 and news article headers. If the name is more
|
|
31 than one word, it MUST be surrounded by double
|
|
32 quotes as shown in the example below.
|
|
33
|
|
34 editor - This specifies the editor invoked by the tilde
|
|
35 command ~e when composing message or news
|
|
36 article. Specify only the name if command will be
|
|
37 in the current execution directory. Otherwise,
|
|
38 specify a full path. This value will override the
|
|
39 environment variable EDITOR. There is no default
|
|
40 value;
|
|
41
|
|
42 auto_rot - Specify on (or yes), or off (or no). The default
|
|
43 value is off (no). If on (yes) is set, news
|
|
44 articles with the keyword rot13 will be
|
|
45 automatically unrot13'd when read.
|
|
46
|
|
47 cc_prompt - Specify on (or yes), or off (or no). The default
|
|
48 is off (no). If on (yes) is set, the user will be
|
|
49 prompted "Cc: " to send a carbon copy of each
|
|
50 message to one or more addresses.
|
|
51
|
|
52 organization - When sending news articles, this line specifies
|
|
53 the Organization: field in the article header. If
|
|
54 the name of the organization is longer than one
|
|
55 word, it MUST be enclosed in double quotes. An
|
|
56 organization specified in the system-wide
|
|
57 /DD/SYS/UUCP/Parameters file will override this
|
|
58 setting.
|
|
59
|
|
60
|
|
61
|
|
62
|
|
63
|
|
64
|
|
65
|
|
66
|
|
67
|
|
68
|
|
69 mailrc UUCP mailrc
|
|
70
|
|
71
|
|
72 quote - This is the default quote character which will be
|
|
73 appended to the beginning of each line by Mailx or
|
|
74 POSTNEWS when the tilde command ~m is used. Only
|
|
75 a single character not a string of characters is
|
|
76 acceptable.
|
|
77
|
|
78 fullheader - Mailx allows a user to default to displaying the
|
|
79 full message header when reading mail or an
|
|
80 abbreviated one. If this parameter is missing or
|
|
81 is present and set to 'yes' or 'on', the full
|
|
82 header is displayed. If it is present and set to
|
|
83 'off' or 'no', the shortned header is displayed.
|
|
84
|
|
85
|
|
86
|
|
87 EXAMPLE:
|
|
88
|
|
89 realname = "The OTHER Rick Adams"
|
|
90 editor = ved
|
|
91 auto_rot = on
|
|
92 cc_prompt = on
|
|
93 organization = "Color Central"
|
|
94 quote = -
|
|
95 fullheader = no
|
|
96
|
|
97
|
|
98
|
|
99
|
|
100
|
|
101
|
|
102
|
|
103
|
|
104
|
|
105
|
|
106
|
|
107
|
|
108
|
|
109
|
|
110
|
|
111
|
|
112
|
|
113
|
|
114
|
|
115
|
|
116
|
|
117
|
|
118
|
|
119
|
|
120
|
|
121
|
|
122
|
|
123
|
|
124
|
|
125
|
|
126
|
|
127
|
|
128
|
|
129
|
|
130
|
|
131
|
|
132
|