ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.5 -> 1.6
--- lmtp2nntp.pod 2001/08/14 08:15:25 1.5
+++ lmtp2nntp.pod 2001/08/16 15:00:50 1.6
@@ -15,6 +15,7 @@
[B<-p> I<protocol>]
[B<-l> I<logtarget>]
[B<-h> I<host>[I<:port>]]
+[B<-d> I<deliverymode>]
[B<-g> I<groupmode>]
[B<-t> I<tracefile>]
[B<-v>]
@@ -76,6 +77,19 @@
up distribution by posting the same article to more than one server. In regard
to this program they must provide the same groups and talk to each other.
+=item B<-d> I<deliverymode>
+
+Possible values for I<deliverymode> are C<post>, C<feed> or a string used to
+fake a LMTP return code and DSN in "LLL/D.D.D" format. The slash is replaced
+by a space internally. The default is "553/5.7.1" meaning "Requested action
+not taken: mailbox name not allowed/ Delivery not authorized, message
+refused". In C<post> mode articles are sent to the NNTP server(s) using POST
+command. Before posting, a duplicate check using STAT command is issued. In
+C<feed> mode articles are sent to the NNTP server(s) using IHAVE command.
+Specifying a return code/ DSN replaces the post/ feed logic by a noop and
+assumes the given string must be returned to the LMTP side. This is useful for
+debugging LMTP setups without engaging NNTP.
+
=item B<-g> I<groupmode>
Possible values for I<groupmode> are C<arg> (default), C<envelope> and
|
|