changeset 107:2869baa02f3c noffle

[svn] Auto subscribe mode by group
author bears
date Tue, 13 Jun 2000 07:41:08 +0100
parents 46062d2f9d20
children 8eb2975c8c1a
files docs/noffle.conf.5 noffle.conf.example
diffstat 2 files changed, 16 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/docs/noffle.conf.5	Tue Jun 13 07:38:18 2000 +0100
+++ b/docs/noffle.conf.5	Tue Jun 13 07:41:08 2000 +0100
@@ -1,5 +1,5 @@
 .TH noffle.conf 5
-.\" $Id: noffle.conf.5 100 2000-05-18 12:17:23Z bears $
+.\" $Id: noffle.conf.5 146 2000-06-13 06:41:08Z bears $
 
 .SH NAME
 noffle.conf \- Configuration file for NOFFLE news server
@@ -122,8 +122,18 @@
 Default: no
 
 .TP
-.B auto-subscribe-mode full|thread|over
-Mode for auto-subscribe option.
+.B auto-subscribe-mode <group pattern> full|thread|over
+Mode for auto-subscribe option for groups that match the given
+pattern. 
+.br
+Default: none
+
+.TP
+.B default-auto-subscribe-mode full|thread|over
+Default mode for auto-subscribe option. Used for all groups that do
+not match a pattern specified with
+.B auto-subscribe-mode
+entries (if any).
 .br
 Default: over
 
--- a/noffle.conf.example	Tue Jun 13 07:38:18 2000 +0100
+++ b/noffle.conf.example	Tue Jun 13 07:41:08 2000 +0100
@@ -50,9 +50,9 @@
 # Automatically put groups on fetchlist, if someone accesses them.
 # Mode can be: full, thread, over
 
-auto-subscribe no
-#auto-subscribe-mode over
-
+auto-subscribe yes
+default-auto-subscribe-mode full
+#auto-subscribe-mode *.binaries.* over
 
 # Replace Message-ID in posted articles. For generating Message-IDs,
 # the domain name of your system should be a valid domain name.