ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.2 -> 1.3
--- lmtp2nntp.pod 2001/07/24 11:32:07 1.2
+++ lmtp2nntp.pod 2001/08/02 14:58:39 1.3
@@ -15,7 +15,8 @@
[B<-p> I<protocol>]
[B<-l> I<logtarget>]
[B<-h> I<host>[I<:port>]]
-[B<-m> I<mode>]
+[B<-d> I<deliverymode>]
+[B<-g> I<groupmode>]
[B<-t>]
[B<-v>]
I<newsgroup>
@@ -73,13 +74,27 @@
option can be specified more than once. The program connects to the
services in given order.
-=item B<-m> I<mode>
+=item B<-d> I<deliverymode>
-Mode of delivery. Possible values for I<mode> are C<many> (default) and
-C<once>. If multiple NNTP servers are given and running in C<many> mode, it
-posts to as many servers as it can. Sucessfully posting the message one or
-more times returns success. In I<once> mode it stops processing immediately
-after the first successful delivery and returns success.
+Possible values for I<deliverymode> are C<many> (default), C<once> and
+C<full>. This option is only useful when multiple NNTP servers are given. In
+C<many> mode, the program posts to as many servers as it can. Sucessfully
+posting the message one or more times returns success. In I<once> mode it
+stops processing immediately after the first successful delivery and returns
+success. In I<full> mode successful posting to all newservers is required to
+return successful.
+
+=item B<-g> I<groupmode>
+
+Possible values for I<groupmode> are C<arg> (default), C<envelope> and
+C<header>. In C<arg> mode, the C<newsgroup>s specified as command line
+arguments are ultimate destinations for the received messages. Addresses from
+envelope are ignored. In C<envelope> mode the newsgroup(s) are taken from the
+LMTP envelope, in C<header> mode the newsgroup(s) are taken from the header.
+In all modes C<Newsgroups:> header is rewritten. In C<envelope> and C<header>
+mode groups must still be specified as command line arguments. However, in
+these modes the command line arguments are filters representing allowed
+groups. Filters can be specified as wildmat's.
=item B<-t>
|
|