1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421
|
.\" $Revision: 3.10.2 $
.TH RPOST 1
.SH NAME
rpost - post an article to an NNTP news server
.SH SYNOPSIS
.I rpost
[
.BI
hostname
]
[
.BI @filename
]
[
.BI -s\ |\ -S
filename
]
[
.BI -e\ |\ -E
filename
]
[
.BI -b
batchfile
]
[
.BI -r
rnews_file rnews_path
]
[
.BI -p
prefix
]
[
.BI -Q
]
[
.BI -d
]
[
.BI \-U
userid
]
[
.BI \-P
password
]
[
.BI \-M
]
[
.BI \-N
port_number
]
[
.BI \-l
phrase_file
]
[
.BI \-D
]
[
.BI \-T
timeout
]
[
.BI \-u
]
[
.BI \-n
]
[
.BI -F
perl_file
]
[
.BI -i
]
[
.BI -z
]
[
.BI -f
filter $$o=<outfile> filter_arg1 ...
]
.SH DESCRIPTION
.I Rpost
will post one or more articles, specified by
.I hostname.
If hostname is not specified, rpost will use the environment
variable
.BI NNTPSERVER.
The hostname may optionally include the port number, in the form
.BI Host:Port
If this form is used, any port number specified via the -N option
will be ignored.
.SH Generic Options
.BI \@filename
This option tells rpost to read other options from a file in addition to the
command line.
.BI \-D
This option tells rpost to log various debugging messages to "debug.suck",
primarily for use by the developer.
.BI \-e | \-E
filename
These options will send all error messages (normally displayed on stderr), to
an alternate file. The lower case version, -e, will send the error messages
to the compiled-in default defined in suck_config.h. The default is suck.errlog.
The upper case version, -E, requires the filename parameter. All error messages
will then be sent to this file.
.BI \-i
This option tells rpost to ignore the 201 (no posting allowed) from the welcoming
message and to try and post anyway. Some news servers (inn-2.3.1) send 201
no posting allowed when they are using the AUTHINFO commands to verify permission
to post.
.BI \-l
phrase_file
This option tells rpost to load in an alternate phrase file, instead of using
the built-in messages. This allows you to have rpost print phrases in another
language, or to allow you to customize the messages without re-building.
See the "FOREIGN LANGUAGE PHRASES" in suck.1 for more details.
.BI \-M
This option tells rpost to send the "mode reader" command to the remote
server. If you get an invalid command message from rpost immediately
after the welcome announcement, then try this option.
.BI \-n
This option tells rpost to show the name of the file as it is being
uploaded.
.BI \-N
port_number
This option tells rpost to use an alternate NNRP port number when connecting
to the host, instead of the default port number, 119.
.BI \-s | \-S
filename
These options will send all status messages (normally displayed on stdout), to
an alternate file. The lower case version, -s, will send the status messages
to the compiled-in default defined in suck_config.h. The default is /dev/null,
so no status messages will be displayed. The upper case version, -S, requires
the filename parameter. All status messages will then be sent to this file.
.BI \-T
This option overrides the compiled-in TIMEOUT value. This is how long rpost waits for data
from the remote host before timing out and aborting.
.BI \-u
This option tells rpost to send the AUTHINFO USER command immediately upon connect to the
remote server, rather than wait for a request for authorization. You must supply the
\-U and \-P options when you use this option.
.BI \-U
userid
.BI \-P
password
These two options let you specify a userid and password, if your NNTP server
requires them.
.BI \-Q
This option allows you to specify the userid and password via the environment variables
"NNTP_USER" and "NNTP_PASS" instead of on the command line. This prevents a potential
security issue where someone doing a ps command can see your login and password.
.BI \-z
This option tells rpost to use SSL to communicate with the remote hosts, if SSL was
compiled into rpost.
.SH STDIN MODE
rpost
rpost hostname
rpost reads one article from stdin and sends it to the
NNTP server. The article must have a header of at least two lines, namely
Newsgroups: and Subject: and a body (the article). Header and body
have to be separated by a newline. Rpost does not change the article
in any way.
Rpost uses the POST command to post your article, just like any standard
newsreader. This is handy when using SLIP and PPP, since most providers
do not allow any other method to post articles (such as nntpsend or innxmit).
.SH BATCH MODE
.I rpost
.BI
hostname
.BI -b
batchfile
.BI -p
prefix
.BI -d
This batch mode allows you to give rpost a list of articles, and have
them all posted.
-b batchfile
A listing of the articles to be posted. This parameter is REQUIRED.
This file contains one article per line, with
the line being the path to the file containing the article. For
example:
.RS
-b /usr/spool/news/out.going/pixi
.RE
IF there are any problems uploading a specific article, a "failed" file
will be created. It will be called "batchfile".fail, and contain the
line from this batchfile for the article(s) that did not successfully upload.
This file can be used to re-run the failed messages through rpost. NOTE:
duplicate articles are NOT considered an error for the fail file.
-d
If the upload of articles is successful, this option will cause rpost to
delete the batchfile named in the -b option.
-p prefix
If the batchfile does not contain a full path, but rather
a partial path, this parameter must be specified. This is useful
when the batch file is generated by another program.
For example, Inn lists the path in the out.going file relative
to its base directory /usr/spool/news. In that case just use:
.RS
-p /usr/spool/news
.RE
.SH RNEWS MODE
.I rpost
.BI
hostname
.BI -r
rnews_file
rnews_path
This option allows you to use rnews generated file(s) to post. It requires
two parameters.
rnews_file - this is the base name for the rnews files. If you have your
rnews file(s) called batch1, batch2, etc., then this argument would be
"batch".
rnews_path - this is the path to the location of the rnews files.
.RS
-r batch /usr/tmp/rnews
.RE
-d
If the upload of all the articles from any of the rnews files is
successful, then this option will cause rpost to delete that
particular rnews file.
.SH FILTER MODES
-f filter $$o=<outfile> filter_arg1 filter_arg2 ...
In many cases, each article must be massaged before the
remote NNTP will accept it. This option, and the embedded
perl filter option below, lets you do that. These filters do not
work in STDIN mode, but in the batch and rnews modes from above.
Note that the -f .... option must be the LAST option, as
everything that follows it is passed to the filter, except
as noted below.
There are three required parameters with this:
$$o=<outfile> - <outfile> is the name of the file produced by
your filter that will get uploaded to the remote NNTP server.
THIS IS NOT passed to your filter program. This can be specified
anywhere on the command line AFTER the -f filter argument, either before
the filter name, or after it.
filter - name of the program to call. Whatever follows filter, EXCEPT
for the $$o, are arguments passed to the filter.
arg1 - The first argument to your filter program/script. It most
likely will be $$i, which rpost fills in with the name of the article
that needs to be cleaned up.
arg2 ... - any additional args needed can be specified.
.PP
Let's clarify this a bit with an example. Some NNTP servers don't
like to receive articles with the NNTP-Posting-Host filled in.
Create a short shell script to delete this from a file:
\-myscr--------------------------------------------
#!/bin/sh
sed -e "/^NNTP-Posting-Host/d" $1 > $2
\-end myscr----------------------------------------
.PP
Then call rpost like this:
.RS
rpost localhost -b /usr/spool/news/out.going/pixi -f myscr \\$\\$o=/tmp/FILTERED_MSG \\$\\$i /tmp/FILTERED_MSG
.RE
Then, before each article is uploaded, myscr is called like such:
.RS
myscr infilename /tmp/FILTERED_MSG
.RE
After myscr has finished, rpost uploads the cleaned up article,
stored in /tmp/FILTERED_MSG, to the remote NNTP server.
.SH NOTE:
The $$o and $$i have to be escaped, using either the backslashes
as above, or with single quotes, to prevent the shell from
trying to interpret these as variables. Failure to escape them will result
in rpost not working!
.BI -F
perlfilter
.PP
This option allows you to use an embedded perl filter to filter your articles.
In order to use this, you must edit the Makefile, and define the various
PERL_ options.
It has a couple of advantages over the -f option above. Because it is
embedded perl, there are no forks and execls() done, so it should be faster.
Also, you don't need to worry about the arguments to the program and
escaping $$, etc as above.
.PP
Rpost will, when it starts up, load in the perlfilter file designated and parse
it for syntax errors. Then, for each article to be uploaded, rpost will call the
subroutine "perl_rpost", contained in the perlfilter file. See sample/put.news.pl
for a complete working example. There are
three key points you need to be aware of when creating your filter.
.RS
1. The perlfilter file must contain the line "package Embed::Persistant;", so
that variables in the perlfilter file don't clash with rpost variables, and
the subroutine must be called "perl_rpost". This can be changed by editting
the PERL_RPOST_SUB define in suck_config.h.
.RE
.RS
2. The perl_rpost subroutine receives the input file name as its sole argument,
and must return the full path to the location of the
filtered article as a single scalar string (return $outfile).
.RE
.RS
3. The subroutine must explicitly close the output file (containing the filtered
argument) before it returns. This is because perl will only do an automatic
close upon program completion (in our case when rpost exits), or when the
file handle is reused (the next time the subroutine is called). If the
close is not done, then more than likely, a 0 byte file will exist when
rpost tries to post the article, and errors will result.
.SH WARNING:
Be very careful with what the filter program deletes from the article. Deleting
the wrong line can have bad effects later on. For example, do not delete the
MSG-ID line, as this could cause a single message to be posted many times, depending
on the configuration of both the local and remote newserver.
.SH RPOST ARGUMENT FILE
.PP
If you specify @filename on the command line, rpost will read from filename and
parse it for any arguments that you wish to pass to rpost. You specify the
same arguments in this file as you do on the command line. The arguments
can be on one line, or spread out among more than one line. You may also
use comments. Comments begin with '#' and go to the end of a line. All
command line arguments override arguments in the file. One advantage to
using the file instead of the command line, is that you don't have to
escape any special characters, such as $.
.RS
# Sample Argument file
.RE
.RS
-b batch # batch file option
.RE
.RS
-M # use mode reader option
.RE
.SH EXIT VALUES
Rpost returns the following exit values:
.RS
0 = success
.RE
.RS
1 = error posting an article
.RE
.RS
2 = unable to do NNTP authorization with the remote server.
.RE
.RS
3 = unexpected answer to command when doing NNTP authorization.
.RE
.RS
-1 = other fatal error.
.RE
.de R$
This is revision \\$3, \\$4.
..
.SH "SEE ALSO"
suck(1), testhost(1), lpost(1).
|