ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.32 -> 1.33
--- lmtp2nntp.pod 2001/10/15 10:13:50 1.32
+++ lmtp2nntp.pod 2001/10/15 14:22:12 1.33
@@ -48,6 +48,7 @@
[B<-m> I<mailfrom>]
[B<-n> I<nodename>]
[B<-o> I<operationmode>]
+[B<-r> I<restrictheader>]
[B<-s> I<size>]
[B<-t> I<name>=I<sec>[,I<name>=I<sec>[,...]]
[B<-u> I<uid>]
@@ -197,6 +198,13 @@
B<-d> option. However, if B<-d> option is given the NNTP client tries to
connect but it's return codes are ignored.
+=item B<-r> I<restrictheader>
+
+Restricted headers. Messages with a matching restrictheader are rejected. If
+ommitted no restrictions apply. Matching is done before -h headers are
+appended. Use a PCRE (Perl compatible reguar expression) for
+I<restrictheader>.
+
=item B<-s> I<size>
Size limitation on message in bytes. Default is 8388608 (8M). Values below 64
|
|