INN commit: trunk (3 files)

INN Commit Russ_Allbery at isc.org
Thu Aug 2 13:54:18 UTC 2007


    Date: Thursday, August 2, 2007 @ 06:54:17
  Author: iulius
Revision: 7624

Mention the exactbool parameter in INSTALL and the storage.conf sample.
(And add the right svn:keywords to the POD documentation.)

Modified:
  trunk/doc/pod/install.pod
  trunk/doc/pod/storage.conf.pod	(contents, properties)
  trunk/samples/storage.conf

--------------------------+
 doc/pod/install.pod      |    7 +++++++
 doc/pod/storage.conf.pod |   12 ++++++------
 samples/storage.conf     |    3 ++-
 3 files changed, 15 insertions(+), 7 deletions(-)

Modified: doc/pod/install.pod
===================================================================
--- doc/pod/install.pod	2007-08-02 13:07:46 UTC (rev 7623)
+++ doc/pod/install.pod	2007-08-02 13:54:17 UTC (rev 7624)
@@ -1108,6 +1108,7 @@
         size: <minsize>[,<maxsize>]
         expires: <mintime>[,<maxtime>]
         options: <options>
+        exactmatch: <bool>
     }
 
 <methodname> is the name of the storage method to use to store articles in
@@ -1144,6 +1145,12 @@
 this field; it should contain the name of the metacycbuff used to store
 articles in this storage class.
 
+The sixth parameter is a boolean which is false by default: any non-zero
+number of matching newsgroups is sufficient, provided no newsgroup matches
+a poison wildmat.  If it is set to true, all the newsgroups in the
+Newsgroups: header of incoming articles will be examined to see if they
+match the newsgroups wildmat pattern.
+
 If you're using CNFS exclusively, just create one storage class for each
 metacycbuff that you have defined in F<cycbuff.conf> and set the
 newsgroups pattern according to what newsgroups should be stored in that

Modified: doc/pod/storage.conf.pod
===================================================================
--- doc/pod/storage.conf.pod	2007-08-02 13:07:46 UTC (rev 7623)
+++ doc/pod/storage.conf.pod	2007-08-02 13:54:17 UTC (rev 7624)
@@ -126,12 +126,12 @@
 
 =item B<exactmatch>
 
-If this key is set to true, all newsgroups will be examined to see if they
-match newsgroups patterns.  (Normally, any non-zero number of matching
-newsgroups is sufficient, provided no newsgroup matches a poison wildmat
-as described above.)  This is a boolean value; C<true>, C<yes> and C<on>
-are usable to enable this key.  The case of these values is not significant.
-The default is false.
+If this key is set to true, all the newsgroups in the Newsgroups: header of
+incoming articles will be examined to see if they match newsgroups patterns.
+(Normally, any non-zero number of matching newsgroups is sufficient, provided
+no newsgroup matches a poison wildmat as described above.)  This is a boolean
+value; C<true>, C<yes> and C<on> are usable to enable this key.  The case of
+these values is not significant.  The default is false.
 
 =back
 


Property changes on: trunk/doc/pod/storage.conf.pod
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Modified: samples/storage.conf
===================================================================
--- samples/storage.conf	2007-08-02 13:07:46 UTC (rev 7623)
+++ samples/storage.conf	2007-08-02 13:54:17 UTC (rev 7624)
@@ -3,7 +3,7 @@
 ##  Rules for where INN should store incoming articles.
 ##
 ##  This file is used to determine which storage method articles are sent
-##  to to be stored and which storage class they are stored as.  Each
+##  to be stored and which storage class they are stored as.  Each
 ##  method is described as follows:
 ##
 ##      method <methodname> {
@@ -12,6 +12,7 @@
 ##          size: <minsize>[,<maxsize>]
 ##          expires: <mintime>[,<maxtime>]
 ##          options: <options>
+##          exactmatch: <bool>
 ##      }
 ##
 ##  Only newsgroups, class, and (for CNFS, to specify the metacycbuff)



More information about the inn-committers mailing list