Mercurial > noffle
comparison docs/noffle.conf.5 @ 150:1c7303c71f66 noffle
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
starting with '\0' - according to the leafnode mailing list,
this has been seen in the wild.
* docs/inews.1,docs/noffle.1,docs/noffle.conf.5,
packages/redhat/noffle.spec,src/configfile.h,src/configfile.c,
src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long,
and added inews mode - the Noffle executable behaves
as inews is invoked as inews. This includes adding From: and
Organization: headers if necessary - add configs to override
defaults for the From: domain and specify the organization.
For all my fellow trn-heads out there, and users of any other
ageing newsreader that expects inews. Updated RPM spec to create
inews link to noffle on install.
author | bears |
---|---|
date | Thu, 26 Oct 2000 22:21:13 +0100 |
parents | 7dfbb1c20a81 |
children | fed1334d766b |
comparison
equal
deleted
inserted
replaced
149:bfeea2bc09b6 | 150:1c7303c71f66 |
---|---|
1 .TH noffle.conf 5 | 1 .TH noffle.conf 5 |
2 .\" $Id: noffle.conf.5 199 2000-08-15 23:08:13Z bears $ | 2 .\" $Id: noffle.conf.5 227 2000-10-26 21:21:13Z bears $ |
3 | 3 |
4 .SH NAME | 4 .SH NAME |
5 noffle.conf \- Configuration file for NOFFLE news server | 5 noffle.conf \- Configuration file for NOFFLE news server |
6 | 6 |
7 .SH DESCRIPTION | 7 .SH DESCRIPTION |
75 are discarded. | 75 are discarded. |
76 .br | 76 .br |
77 Default: 300 | 77 Default: 300 |
78 | 78 |
79 .TP | 79 .TP |
80 .B from-domain <domain> | |
81 When invoked as | |
82 .BR inews (1) | |
83 .B NOFFLE | |
84 will add a From: line to posts that lack one. The address given | |
85 uses the userid of the user who invoked | |
86 .B inews | |
87 and the specified domain. | |
88 .br | |
89 Default: The system domain | |
90 | |
91 .TP | |
92 .B organization <organization> | |
93 When invoked as | |
94 .BR inews (1) | |
95 .B NOFFLE | |
96 will, unless the -O flag is specified, add an Organization: line to | |
97 posts that lack one. If no | |
98 .B organization | |
99 is specified, the line is not added. | |
100 .br | |
101 Default: <empty string> | |
102 | |
103 .TP | |
80 .B mail-to <address> | 104 .B mail-to <address> |
81 Receiver of failed postings. If empty then failed postings are returned | 105 Receiver of failed postings. If empty then failed postings are returned |
82 to the sender (taking the address from the article's Sender, X-Sender or | 106 to the sender (taking the address from the article's Sender, X-Sender or |
83 From field, in this order). | 107 From field, in this order). |
84 .br | 108 .br |
175 When | 199 When |
176 .B path-header | 200 .B path-header |
177 has its default value (empty) the header content | 201 has its default value (empty) the header content |
178 is "<hostname>!not-for-mail". | 202 is "<hostname>!not-for-mail". |
179 Use the | 203 Use the |
180 .B default-path | 204 .B path-header |
181 setting to provide alternate content for the Path: header. | 205 setting to provide alternate content for the Path: header. |
182 This will very rarely be necessary. | 206 This will very rarely be necessary. |
183 .br | 207 .br |
184 Default: <empty string> | 208 Default: <empty string> |
185 | 209 |