ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.18 -> 1.19
--- lmtp2nntp.pod 2001/09/07 13:53:16 1.18
+++ lmtp2nntp.pod 2001/09/10 14:11:33 1.19
@@ -72,16 +72,18 @@
=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.
+Possible values for I<deliverymode> are C<post>, C<feed> or a string in
+"LLL/D.D.D" format used to fake a LMTP return code. 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 and DSN replaces
+the post/ feed logic by a noop and assumes the given string must be returned
+to the LMTP side. 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". This is useful for debugging LMTP
+setups without engaging NNTP. Fake mode makes it possible to run without any
+B<-h> option. However, if B<-h> option is given the NNTP client tries to
+connect but it's return codes are ignored.
=item B<-g> I<groupmode>
|
|